|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetAuthenticate () |
| Get an object that specifies how to handle HTTP authentication or credentials to use for Web Service Security. More... | |
| def | GetContent_type () |
| Get allows the HTTP content-type header to be specified. More... | |
| def | GetIs_encode () |
| Get encoded the request using the SOAP Encoding described in the SOAP Specification. More... | |
| def | GetIs_wiredump () |
| Get whether to output debug information for SOAP requests and responses, defaults to true. More... | |
| def | GetRequest_content () |
| Get an object that specifies the remote procedure name and parameters or the XML message to send. More... | |
| def | GetRequest_header () |
| Get an object that specifies a SOAP header to be included with the request. More... | |
| def | GetRequest_url () |
| Get the URL for a SOAP HTTP endpoint. More... | |
| def | GetSoap_action () |
| Get the SOAP action is a URN written to an HTTP header used by firewalls and servers to filter SOAP requests. More... | |
| def | GetSoap_namespace () |
| Get a namespace for the message schema when the request does not use the SOAP Encoding. More... | |
| def | GetSoap_version () |
| Get the version of the SOAP protocol to use when generating the XML Message. 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... | |
| def | SetAuthenticate (value) |
| Set an object that specifies how to handle HTTP authentication or credentials to use for Web Service Security. More... | |
| def | SetContent_type (value) |
| Set allows the HTTP content-type header to be specified. More... | |
| def | SetIs_encode (value) |
| Set encoded the request using the SOAP Encoding described in the SOAP Specification. More... | |
| def | SetIs_wiredump (value) |
| Set whether to output debug information for SOAP requests and responses, defaults to true. More... | |
| def | SetRequest_content (value) |
| Set an object that specifies the remote procedure name and parameters or the XML message to send. More... | |
| def | SetRequest_header (value) |
| Set an object that specifies a SOAP header to be included with the request. More... | |
| def | SetRequest_url (value) |
| Set the URL for a SOAP HTTP endpoint. More... | |
| def | SetSoap_action (value) |
| Set the SOAP action is a URN written to an HTTP header used by firewalls and servers to filter SOAP requests. More... | |
| def | SetSoap_namespace (value) |
| Set a namespace for the message schema when the request does not use the SOAP Encoding. More... | |
| def | SetSoap_version (value) |
| Set the version of the SOAP protocol to use when generating the XML Message. More... | |
This class represents SOAP request properties.
| fsdk.SOAPRequestProperties.GetAuthenticate | ( | ) |
Get an object that specifies how to handle HTTP authentication or credentials to use for Web Service Security.
| fsdk.SOAPRequestProperties.GetContent_type | ( | ) |
Get allows the HTTP content-type header to be specified.
| fsdk.SOAPRequestProperties.GetIs_encode | ( | ) |
Get encoded the request using the SOAP Encoding described in the SOAP Specification.
| fsdk.SOAPRequestProperties.GetIs_wiredump | ( | ) |
Get whether to output debug information for SOAP requests and responses, defaults to true.
| fsdk.SOAPRequestProperties.GetRequest_content | ( | ) |
Get an object that specifies the remote procedure name and parameters or the XML message to send.
| fsdk.SOAPRequestProperties.GetRequest_header | ( | ) |
Get an object that specifies a SOAP header to be included with the request.
| fsdk.SOAPRequestProperties.GetRequest_url | ( | ) |
Get the URL for a SOAP HTTP endpoint.
| fsdk.SOAPRequestProperties.GetSoap_action | ( | ) |
Get the SOAP action is a URN written to an HTTP header used by firewalls and servers to filter SOAP requests.
| fsdk.SOAPRequestProperties.GetSoap_namespace | ( | ) |
Get a namespace for the message schema when the request does not use the SOAP Encoding.
The default is to omit the schema declaration.
| fsdk.SOAPRequestProperties.GetSoap_version | ( | ) |
Get the version of the SOAP protocol to use when generating the XML Message.
| def fsdk.SOAPRequestProperties.Set | ( | request_url, | |
| request_content, | |||
| soap_action, | |||
| soap_namespace, | |||
| soap_version, | |||
| content_type, | |||
| is_encode, | |||
| is_wiredump, | |||
| request_header, | |||
| authenticate | |||
| ) |
Set values.
| [in] | request_url | The URL for a SOAP HTTP endpoint. |
| [in] | request_content | An object that specifies the remote procedure name and parameters or the XML message to send. |
| [in] | soap_action | The SOAP action is a URN written to an HTTP header used by firewalls and servers to filter SOAP requests. |
| [in] | soap_namespace | A namespace for the message schema when the request does not use the SOAP Encoding. |
| [in] | soap_version | The version of the SOAP protocol to use when generating the XML Message. |
| [in] | content_type | Allows the HTTP content-type header to be specified. The default is to use the SOAP messaging HTTP content-type. |
| [in] | is_encode | Encoded the request using the SOAP Encoding described in the SOAP Specification. Otherwise, the literal encoding is used. |
| [in] | is_wiredump | Whether to output debug information for SOAP requests and responses, defaults to true. |
| [in] | request_header | 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 |
| [in] | authenticate | An object that specifies how to handle HTTP authentication or credentials to use for Web Service Security. |
| fsdk.SOAPRequestProperties.SetAuthenticate | ( | value | ) |
Set an object that specifies how to handle HTTP authentication or credentials to use for Web Service Security.
| [in] | value | An object that specifies how to handle HTTP authentication or credentials to use for Web Service Security. |
| fsdk.SOAPRequestProperties.SetContent_type | ( | value | ) |
Set allows the HTTP content-type header to be specified.
| [in] | value | Allows the HTTP content-type header to be specified. The default is to use the SOAP messaging HTTP content-type. |
| fsdk.SOAPRequestProperties.SetIs_encode | ( | value | ) |
Set encoded the request using the SOAP Encoding described in the SOAP Specification.
| [in] | value | Encoded the request using the SOAP Encoding described in the SOAP Specification. Otherwise, the literal encoding is used. |
| fsdk.SOAPRequestProperties.SetIs_wiredump | ( | value | ) |
Set whether to output debug information for SOAP requests and responses, defaults to true.
| [in] | value | Whether to output debug information for SOAP requests and responses, defaults to true. |
| fsdk.SOAPRequestProperties.SetRequest_content | ( | value | ) |
Set an object that specifies the remote procedure name and parameters or the XML message to send.
| [in] | value | An object that specifies the remote procedure name and parameters or the XML message to send. |
| fsdk.SOAPRequestProperties.SetRequest_header | ( | value | ) |
Set an object that specifies a SOAP header to be included with the request.
| [in] | value | 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. |
| fsdk.SOAPRequestProperties.SetRequest_url | ( | value | ) |
Set the URL for a SOAP HTTP endpoint.
| [in] | value | The URL for a SOAP HTTP endpoint. |
| fsdk.SOAPRequestProperties.SetSoap_action | ( | value | ) |
Set the SOAP action is a URN written to an HTTP header used by firewalls and servers to filter SOAP requests.
| [in] | value | The SOAP action is a URN written to an HTTP header used by firewalls and servers to filter SOAP requests. |
| fsdk.SOAPRequestProperties.SetSoap_namespace | ( | value | ) |
Set a namespace for the message schema when the request does not use the SOAP Encoding.
The default is to omit the schema declaration.
| [in] | value | A namespace for the message schema when the request does not use the SOAP Encoding. |
| fsdk.SOAPRequestProperties.SetSoap_version | ( | value | ) |
Set the version of the SOAP protocol to use when generating the XML Message.
| [in] | value | The version of the SOAP protocol to use when generating the XML Message. |