Both of these messages are exchanged in SOAP body formats.
这两则消息都以SOAP正文格式交换。
For example, you may decide to encrypt the entire SOAP body or a part of the body.
例如,您可以决定对整个SOAP主体加密,也可以对部分主体加密。
In RPC style, the XML payload is wrapped inside an operation element in a SOAP body.
在rpc样式中,xml有效负载包装在SOAP主体中的operation元素内。
Within these operations, an XML document literal payload is exchanged within the SOAP body.
在这些操作里面,一个XML文档的文本载荷是在SOAP主体里面被交换的。
A document style message, on the other hand, has the XML payload directly placed in a SOAP body.
另一方面,document样式的消息将xml有效负载直接放置在SOAP主体中。
Usually, handlers work on the SOAP headers, yet, they may access or change the SOAP body as well.
处理程序通常操作SOAP的头部,但它们也可以访问或更改 SOAP 的主体部分。
The XML request document is contained inside the SOAP body element of the SOAP request message.
XML请求文件包含在SOAP请求消息的SOAP body元素中。
The QName of the first child of the SOAP body also can be used if the name was defined using RPC rules.
如果SOAP主体的第一个子项的QName是使用RPC规则定义的,则也可以使用此名称。
The original SOAP body element is moved to a newly added bogus wrapper element in the SOAP security header.
原始soap消息体元素会被转移到SOAP安全消息头的一个新添加的伪造包装器元素中。
You send the contents of the SOAP body to the service and receive the SOAP response back from the service.
您将SOAP主题的内容发送到服务,并从服务接收SOAP响应。
Otherwise the root element is treated as the SOAP body payload and an appropriate envelope is added automatically.
否则,将把根元素视为SOAP正文有效负载,并自动添加适当的信封。
In a document-literal style SOAP message, only an XML payload is placed in SOAP body without the operation name wrapped.
在Document -literal样式的SOAP消息中,SOAP主体仅包含xml有效负载,而不会包装操作名称。
In a document Oriented operation, XML documents are exchanged within the SOAP body without any additional wrapping elements.
在一个面向文档的操作中,在soap体中交换的XML文档不会有任何其他封装元素。
Note that a nonce (20010711-0001287634) and the identity of the recipient are added to the order information in the SOAP body.
请注意,现时标志(20010711- 0001287634)和接收方的身份是被添加到SOAP正文部分的订单信息中的。
Whenever a request is sent to a Web service, this handler reads the SOAP body and assigns it to the body_of_request static field.
当将请求发送到Web服务时,此处理程序将读取SOAP主体,并将其分配给body _ of _ request静态字段。
The data that needs to be attached is encoded, converted to a string representation, and placed inside the SOAP body of an XML payload.
将需要被附带上的数据编码,转换成字符串表示,并将其放置在XML有效载荷的soap体中。
This is support module for the Servlet Engine, which receives the SOAP Body and converts it to COMMAREA byte buffer and vice versa.
这是Servlet引擎的支持模块,它接收SOAP Body并将它转换成COMMARE a字节缓冲,反之亦然。
The simplest approach is simply to make the RDF: RDF element the single top-level element of the SOAP body, as illustrated in Listing 6.
最简单的方法是仅仅使rdf: rdf元素作为soap体的单个顶层元素,说明见清单6。
A common practice is to use the private key of the sender's X.509 certificate to digitally sign the SOAP body of a web service request.
一个常用的实践方法是使用发送方的X . 509证书的私钥对Web服务请求的SOAP Body进行数字签名。
This function requires that the JAX-RPC handlers in Web Services Gateway only use fields in the header and not directly access the SOAP body.
这个功能要求Web服务网关中的JAX - RPC处理程序只使用消息头中的字段,并且不直接访问SOAP消息体。
You won't see any evidence of MTOM in the SOAP domain tree though; the MTOM parts will already have been reincorporated into the SOAP Body.
不过,您不会在soap域树中看到MTOM的任何迹象;MTOM部分已经重新合并到了SOAP正文中。
In its most basic form, you have a SOAP Envelope that contains a SOAP Body, and the Body contains the actual data that is being transmitted.
在其最基本的格式中,有一个包含SOAP Body的SOAPEnvelope,且Body包含了所传递的实际数据。
A SOAPInput node determines the specific operation from the message payload, that is, the name and namespace of the first child of the SOAP body.
SOAPInput节点可以从消息有效负载(即SOAP主体的第一个子元素的名称和命名空间)确定特定的操作。
A SOAP for CICS pipeline processes these requests (Figure 2), which eventually passes the SOAP body containing the XML request to a message adapter.
用于CICS的SOAP管道处理这些请求(图2),最后传递包含XML请求的SOAP主体到消息适配器中。
The "letter" in SOAP schema is referred to as a "SOAP Body" and HTTP POST (as discussed in the section on HTTP binding with SOAP) is the transport mechanism.
SOAP模式中的“信”就是指“SOAP Body”,HTTPPOST(在 HTTP与 SOAP 的绑定一部分讨论过)就是传输机制。
This approach exploits the WS-Addressing protocol, which leverages the header section of a SOAP message rather than defining things within the messages in the SOAP body.
这种方法使用WS - Addressing协议,该协议利用SOAP消息的头部,而不是在soap体中定义的消息的组成部分。
In this situation, where you are caching the resulting response of a web service call, you are caching the soap body, as delineated by the soapenv: body tag in Listing 2.
在这种情况下,您可以在高速缓存一个Web服务调用产生的响应的地方高速缓存soap体,如清单2中的soapenv:Body标记描述的那样。
Depending on the WS-Security support your environment provides, you might be able to sign just the SOAP body, or you might be able to sign individual elements within the body.
取决于您的环境所提供的Web服务安全性(WS - Security)支持,您既可以仅仅对SOAP主体进行签名,也可以对Body内部的单个元素进行签名。
PAYLOAD mode means the parameter represents just the contents of the SOAP body, where message mode means the parameter represents the entire message, including the SOAP envelope.
PAYLOAD模式表示参数仅仅代表SOAP主体的内容,而MESSAGE模式表示参数代表整个消息,包括SOAP信封。
All the customized class has to do is define a mapping, NS_TO_HANDLER_MAPPING, which for each namespace defines another mapping from SOAP body element name to a handler function.
定制的类所要做的只是定义一个映射ns TO HANDLER MAPPING,它为每个名称空间定义另一个从SOAP主体元素名到处理程序函数的映射。
应用推荐