Foxit PDF SDK
FSDK.SOAPResponseInfo Class Reference

Public Member Functions

 constructor ()
 Constructor.
 
 constructor (response_header, response_body, network_error, status_code)
 Constructor, with parameters. More...
 
 Set (response_header, response_body, network_error, status_code)
 Set values. More...
 

Public Attributes

 network_error
 Network error information of the SOAP response.
 
 response_body
 Body of the SOAP response.
 
 response_header
 Header of the SOAP response.
 
 status_code
 Status code of the response.
 

Detailed Description

This class represents SOAP response.

Member Function Documentation

◆ constructor()

FSDK.SOAPResponseInfo.constructor ( response_header  ,
response_body  ,
network_error  ,
status_code   
)

Constructor, with parameters.

Parameters
[in]response_headerHeader of the SOAP response.
[in]response_bodyBody of the SOAP response.
[in]network_errorNetwork error information of the SOAP response.
[in]status_codeStatus code of the response.

◆ Set()

FSDK.SOAPResponseInfo.Set ( response_header  ,
response_body  ,
network_error  ,
status_code   
)

Set values.

Parameters
[in]response_headerHeader of the SOAP response.
[in]response_bodyBody of the SOAP response.
[in]network_errorNetwork error information of the SOAP response.
[in]status_codeStatus code of the response.
Returns
None.