當傳送Web服務需要的信息時
通過查詢字符串的HTTP
通過表單主體的HTTP
通過表單主體的SOAP
您己經了解了前兩種方法
SOAP是消息模板
在前面的
POST /globalweather
HOST:www
Content
content
SOAPAction:http://www
<?xml version=
<soap:Envelope xmlns:xsi=http://www
xmlns:xsd=http://www
xmlns:soap=http://schemas
<soap:Body>
<GetWeather xmlns=http://www
<CityName>String</CityName>
<CountryName>string</CountryName>
</GetWeather>
</soap:Body>
ASP
[
From:http://tw.wingwit.com/Article/program/net/201311/15042.html