I'll start by showing you the structure of the message itself. A basic SOAP message consists of an envelope with two main parts: the header and the body.
一个基本的SOAP消息由包含两个主要部分(报头和主体)的封套组成。
Although this technique works for any kind of data you can pass through a URL, this article focuses on Web services, so I'll start with the simple SOAP message in Listing 1.
虽然这项技术适用于任何能够通过URL传递的数据,但本文主要讨论Web服务,因此我们从一个简单的SOAP消息开始,如清单1所示。
应用推荐