|
Foxit PDF SDK
|
Public 成员函数 | |
| constructor () | |
| 构造函数。 | |
| constructor (request_url, request_content, soap_action, soap_namespace, soap_version, content_type, is_encode, is_wiredump, request_header, authenticate) | |
| 带参数的构造函数。 更多... | |
| Set (request_url, request_content, soap_action, soap_namespace, soap_version, content_type, is_encode, is_wiredump, request_header, authenticate) | |
| 设置值。 更多... | |
Public 属性 | |
| authenticate | |
| 指定如何处理 HTTP 身份验证或用于 Web 服务安全的凭据的对象。 | |
| content_type | |
| 允许指定 HTTP content-type 头。默认为使用 SOAP 消息 HTTP content-type。 | |
| is_encode | |
| 使用 SOAP 规范中描述的 SOAP 编码来编码请求。 否则,使用文字编码。 | |
| is_wiredump | |
| 是否输出 SOAP 请求和响应的调试信息,默认为 true。 | |
| request_content | |
| 指定远程过程名称和参数或要发送的 XML 消息的对象。 | |
| request_header | |
| 指定要包含在请求中的 SOAP 头的对象。默认为 只发送包含 SOAP Body 的请求。 | |
| request_url | |
| SOAP HTTP 端点的 URL。 | |
| soap_action | |
| SOAP 操作是一个写入 HTTP 头的 URN,由防火墙和服务器用于过滤 SOAP 请求。 | |
| soap_namespace | |
| 当请求不使用 SOAP 编码时,消息架构的命名空间。 更多... | |
| soap_version | |
| 生成 XML 消息时要使用的 SOAP 协议的版本。 | |
此类表示 SOAP 请求属性。
| FSDK::SOAPRequestProperties::constructor | ( | request_url | , |
| request_content | , | ||
| soap_action | , | ||
| soap_namespace | , | ||
| soap_version | , | ||
| content_type | , | ||
| is_encode | , | ||
| is_wiredump | , | ||
| request_header | , | ||
| authenticate | |||
| ) |
带参数的构造函数。
| [in] | request_url | SOAP HTTP 端点的 URL。 |
| [in] | request_content | 指定远程过程名称和参数或要发送的 XML 消息的对象。 |
| [in] | soap_action | SOAP 操作是一个写入 HTTP 头的 URN,由防火墙和服务器用于过滤 SOAP 请求。 |
| [in] | soap_namespace | 当请求不使用 SOAP 编码时,消息架构的命名空间。 |
| [in] | soap_version | 生成 XML 消息时要使用的 SOAP 协议的版本。 |
| [in] | content_type | 允许指定 HTTP content-type 头。默认为使用 SOAP 消息 HTTP content-type。 |
| [in] | is_encode | 使用 SOAP 规范中描述的 SOAP 编码来编码请求。否则,使用文字编码。 |
| [in] | is_wiredump | 是否输出 SOAP 请求和响应的调试信息,默认为 true。 |
| [in] | request_header | 指定要包含在请求中的 SOAP 头的对象。默认为只发送包含 SOAP Body 的请求。 |
| [in] | authenticate | 指定如何处理 HTTP 身份验证或用于 Web 服务安全的凭据的对象。 |
| FSDK::SOAPRequestProperties::Set | ( | request_url | , |
| request_content | , | ||
| soap_action | , | ||
| soap_namespace | , | ||
| soap_version | , | ||
| content_type | , | ||
| is_encode | , | ||
| is_wiredump | , | ||
| request_header | , | ||
| authenticate | |||
| ) |
设置值。
| [in] | request_url | SOAP HTTP 端点的 URL。 |
| [in] | request_content | 指定远程过程名称和参数或要发送的 XML 消息的对象。 |
| [in] | soap_action | SOAP 操作是一个写入 HTTP 头的 URN,由防火墙和服务器用于 过滤 SOAP 请求。 |
| [in] | soap_namespace | 当请求不使用 SOAP 编码时,消息架构的命名空间。 |
| [in] | soap_version | 生成 XML 消息时要使用的 SOAP 协议的版本。 |
| [in] | content_type | 允许指定 HTTP content-type 头。默认为使用 SOAP 消息 HTTP content-type。 |
| [in] | is_encode | 使用 SOAP 规范中描述的 SOAP 编码来编码请求。 否则,使用文字编码。 |
| [in] | is_wiredump | 是否输出 SOAP 请求和响应的调试信息,默认为 true。 |
| [in] | request_header | 指定要包含在请求中的 SOAP 头的对象。默认为仅发送带有 SOAP Body 的请求。 |
| [in] | authenticate | 指定如何处理 HTTP 身份验证或用于 Web 服务安全的凭据的对象。 |
| FSDK::SOAPRequestProperties::soap_namespace |
当请求不使用 SOAP 编码时,消息架构的命名空间。
默认为省略架构声明。