The Web doesn't do APIs and object models, it's just a set of agreements over what messages you're going to send and what messages expect back in return.
网络中没有API和数据模型,它只是一组规定了发送何种消息和期待返回何种消息的协议。
The SOAP server will then convert the method return value into a SOAP response packet and send it back to the requesting client. Listing 8 has an example of what this response packet looks like.
然后SOAP服务器将这个方法的返回值转换成一个SOAP响应数据包,并将它返回给发送请求的客户端。
Finally, we call the Curse method on the binding object to send the remote request, and we get back the result in the method return.
最后,我们调用binding对象的Curse方法来发送远程请求,在方法的返回中获得结果。
应用推荐