Foxit PDF SDK
FoxitPDFSDKPython3.SOAPRequestProperties Class Reference

Inherits FoxitPDFSDKPython3._object.

Public Member Functions

def SOAPRequestProperties ()
 Constructor.
More...
 
def Set (request_url, request_content, soap_action, soap_namespace, soap_version, content_type, is_encode, is_wiredump, request_header, authenticate)
 Set values.
More...
 

Static Public Attributes

 authenticate = _swig_property(_fsdk.SOAPRequestProperties_authenticate_get, _fsdk.SOAPRequestProperties_authenticate_set)
 An object that specifies how to handle HTTP authentication or credentials to use for Web Service Security.

 
 content_type = _swig_property(_fsdk.SOAPRequestProperties_content_type_get, _fsdk.SOAPRequestProperties_content_type_set)
 Allows the HTTP content-type header to be specified. The default is to use the SOAP messaging HTTP content-type.

 
 is_encode = _swig_property(_fsdk.SOAPRequestProperties_is_encode_get, _fsdk.SOAPRequestProperties_is_encode_set)
 Encoded the request using the SOAP Encoding described in the SOAP Specification. Otherwise, the literal encoding is used.

 
 is_wiredump = _swig_property(_fsdk.SOAPRequestProperties_is_wiredump_get, _fsdk.SOAPRequestProperties_is_wiredump_set)
 Whether to output debug information for SOAP requests and responses, defaults to true.

 
 request_content = _swig_property(_fsdk.SOAPRequestProperties_request_content_get, _fsdk.SOAPRequestProperties_request_content_set)
 An object that specifies the remote procedure name and parameters or the XML message to send.

 
 request_header = _swig_property(_fsdk.SOAPRequestProperties_request_header_get, _fsdk.SOAPRequestProperties_request_header_set)
 An object that specifies a SOAP header to be included with the request. The default is to send a request with only a SOAP Body.

 
 request_url = _swig_property(_fsdk.SOAPRequestProperties_request_url_get, _fsdk.SOAPRequestProperties_request_url_set)
 The URL for a SOAP HTTP endpoint.

 
 soap_action = _swig_property(_fsdk.SOAPRequestProperties_soap_action_get, _fsdk.SOAPRequestProperties_soap_action_set)
 The SOAP action is a URN written to an HTTP header used by firewalls and servers to filter SOAP requests.

 
 soap_namespace = _swig_property(_fsdk.SOAPRequestProperties_soap_namespace_get, _fsdk.SOAPRequestProperties_soap_namespace_set)
 A namespace for the message schema when the request does not use the SOAP Encoding.
More...
 
 soap_version = _swig_property(_fsdk.SOAPRequestProperties_soap_version_get, _fsdk.SOAPRequestProperties_soap_version_set)
 The version of the SOAP protocol to use when generating the XML Message.

 

Detailed Description

This class represents SOAP request properties.

Constructor & Destructor Documentation

◆ SOAPRequestProperties()

def FoxitPDFSDKPython3.SOAPRequestProperties.SOAPRequestProperties ( )

Constructor.

Constructor, with parameters.

Constructor, with another SOAP request properties object.

Parameters
[in]request_propertiesAnother SOAP request properties object.
[in]request_urlThe URL for a SOAP HTTP endpoint.
[in]request_contentAn object that specifies the remote procedure name and parameters or the XML message to send.
[in]soap_actionThe SOAP action is a URN written to an HTTP header used by firewalls and servers to filter SOAP requests.
[in]soap_namespaceA namespace for the message schema when the request does not use the SOAP Encoding.
[in]soap_versionThe version of the SOAP protocol to use when generating the XML Message.
[in]content_typeAllows the HTTP content-type header to be specified. The default is to use the SOAP messaging HTTP content-type.
[in]is_encodeEncoded the request using the SOAP Encoding described in the SOAP Specification. Otherwise, the literal encoding is used.
[in]is_wiredumpWhether to output debug information for SOAP requests and responses, defaults to true.
[in]request_headerAn object that specifies a SOAP header to be included with the request. The default is to send a request with only a SOAP Body
[in]authenticateAn object that specifies how to handle HTTP authentication or credentials to use for Web Service Security.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython3.SOAPRequestProperties.Set (   request_url,
  request_content,
  soap_action,
  soap_namespace,
  soap_version,
  content_type,
  is_encode,
  is_wiredump,
  request_header,
  authenticate 
)

Set values.

Parameters
[in]request_urlThe URL for a SOAP HTTP endpoint.
[in]request_contentAn object that specifies the remote procedure name and parameters or the XML message to send.
[in]soap_actionThe SOAP action is a URN written to an HTTP header used by firewalls and servers to filter SOAP requests.
[in]soap_namespaceA namespace for the message schema when the request does not use the SOAP Encoding.
[in]soap_versionThe version of the SOAP protocol to use when generating the XML Message.
[in]content_typeAllows the HTTP content-type header to be specified. The default is to use the SOAP messaging HTTP content-type.
[in]is_encodeEncoded the request using the SOAP Encoding described in the SOAP Specification. Otherwise, the literal encoding is used.
[in]is_wiredumpWhether to output debug information for SOAP requests and responses, defaults to true.
[in]request_headerAn object that specifies a SOAP header to be included with the request. The default is to send a request with only a SOAP Body
[in]authenticateAn object that specifies how to handle HTTP authentication or credentials to use for Web Service Security.
Returns
None.

Member Data Documentation

◆ soap_namespace

FoxitPDFSDKPython3.SOAPRequestProperties.soap_namespace = _swig_property(_fsdk.SOAPRequestProperties_soap_namespace_get, _fsdk.SOAPRequestProperties_soap_namespace_set)
static

A namespace for the message schema when the request does not use the SOAP Encoding.

The default is to omit the schema declaration.