"If the operation style is rpc each part is a parameter or a return
value and appears inside a wrapper element within the body
(following Section 7.1 of the SOAP specification).
The wrapper element is named identically to the operation name and
its namespace is the value of the namespace attribute. Each message
part (parameter) appears under the wrapper, represented by an
accessor named identically to the corresponding parameter of the
call. Parts are arranged in the same order as the parameters of the
call.
If the operation style is document there are no additional wrappers,
and the message parts appear directly under the SOAP Body element. "
大致明白什么意思了,还是搞一个具体的SOAP消息和WSDL对应分析一下就比较清楚了。
hehe自问自答,就是不搞清出不舒服
【 在 tellmewhy (tellmewhy) 的大作中提到: 】
: “属性取document 则表示 SOAP消息是通常的交换消息,
: 完全按照SOAP Envelope的框架语义来交换; 属性取rpc,
: 则表示SOAP消息帮定同时应用了SOAP RPC绑定的特性. ”
: doc和rpc本质上有什么区别?
: 这个解释不太明白,可能是SOAP协议有的地方还没理解好吧。
: 哪位可以解释的通俗一点,3x
--
FROM 218.13.167.29