国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 擴展 > SOAP > 正文

SOAP第8課:SOAP 實例

2024-09-06 20:29:12
字體:
來源:轉載
供稿:網友
一個 SOAP 實例

在下面的例子中,一個 GetStockPrice 請求被發送到了服務器。此請求有一個 StockName 參數,而在響應中則會返回一個 Price 參數。此功能的命名空間被定義在此地址中: "http://www.example.org/stock"

SOAP 請求:
POST /InStock HTTP/1.1
Host: www.example.org
Content-Type: application/soap+xml; charset=utf-8
Content-Length: nnn

<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">

  <soap:Body xmlns:m="http://www.example.org/stock">
    <m:GetStockPrice>
      <m:StockName>IBM</m:StockName>
    </m:GetStockPrice>
  </soap:Body>
  
</soap:Envelope>

SOAP 響應:
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: nnn

<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">

  <soap:Body xmlns:m="http://www.example.org/stock">
    <m:GetStockPriceResponse>
      <m:Price>34.5</m:Price>
    </m:GetStockPriceResponse>
  </soap:Body>
  
</soap:Envelope>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 建水县| 大同县| 达孜县| 新巴尔虎左旗| 中江县| 东阳市| 桑日县| 黑龙江省| 铁岭市| 镇坪县| 乌苏市| 林甸县| 宿迁市| 凤山县| 资兴市| 修武县| 德兴市| 扬中市| 酒泉市| 舞钢市| 四子王旗| 弥勒县| 古浪县| 东丰县| 咸阳市| 景谷| 嵊泗县| 永清县| 朔州市| 宁波市| 张家港市| 敦化市| 东宁县| 绥德县| 岳西县| 桂平市| 定日县| 新邵县| 波密县| 灵川县| 孟津县|