Foxit PDF SDK
FSDK::SOAPRequestProperties类 参考

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 请求属性。

成员函数说明

◆ constructor()

FSDK::SOAPRequestProperties::constructor ( request_url  ,
request_content  ,
soap_action  ,
soap_namespace  ,
soap_version  ,
content_type  ,
is_encode  ,
is_wiredump  ,
request_header  ,
authenticate   
)

带参数的构造函数。

参数
[in]request_urlSOAP HTTP 端点的 URL。
[in]request_content指定远程过程名称和参数或要发送的 XML 消息的对象。
[in]soap_actionSOAP 操作是一个写入 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 服务安全的凭据的对象。

◆ Set()

FSDK::SOAPRequestProperties::Set ( request_url  ,
request_content  ,
soap_action  ,
soap_namespace  ,
soap_version  ,
content_type  ,
is_encode  ,
is_wiredump  ,
request_header  ,
authenticate   
)

设置值。

参数
[in]request_urlSOAP HTTP 端点的 URL。
[in]request_content指定远程过程名称和参数或要发送的 XML 消息的对象。
[in]soap_actionSOAP 操作是一个写入 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 服务安全的凭据的对象。
返回
无。

类成员变量说明

◆ soap_namespace

FSDK::SOAPRequestProperties::soap_namespace

当请求不使用 SOAP 编码时,消息架构的命名空间。

默认为省略架构声明。