Foxit PDF SDK
FoxitPDFSDKPython2.SOAPResponseInfo Class Reference

Inherits FoxitPDFSDKPython2._object.

Public Member Functions

def SOAPResponseInfo ()
 Constructor.
More...
 
def Set (response_header, response_body, network_error, status_code)
 Set values.
More...
 

Static Public Attributes

 network_error = _swig_property(_fsdk.SOAPResponseInfo_network_error_get, _fsdk.SOAPResponseInfo_network_error_set)
 Network error information of the SOAP response.

 
 response_body = _swig_property(_fsdk.SOAPResponseInfo_response_body_get, _fsdk.SOAPResponseInfo_response_body_set)
 Body of the SOAP response.

 
 response_header = _swig_property(_fsdk.SOAPResponseInfo_response_header_get, _fsdk.SOAPResponseInfo_response_header_set)
 Header of the SOAP response.

 
 status_code = _swig_property(_fsdk.SOAPResponseInfo_status_code_get, _fsdk.SOAPResponseInfo_status_code_set)
 Status code of the response.

 

Detailed Description

This class represents SOAP response.

Constructor & Destructor Documentation

◆ SOAPResponseInfo()

def FoxitPDFSDKPython2.SOAPResponseInfo.SOAPResponseInfo ( )

Constructor.

Constructor, with parameters.

Constructor, with another SOAP response object.

Parameters
[in]soap_responseAnother SOAP response object.
[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.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython2.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.