📜  SOAP-示例

📅  最后修改于: 2020-12-13 14:38:33             🧑  作者: Mango


在下面的示例中, GetQuotation请求通过HTTP发送到SOAP服务器。该请求具有QuotationName参数,并且将在响应中返回Quotation。

该函数的名称空间在http://www.xyz.org/quotation地址中定义。

这是SOAP请求-

POST /Quotation HTTP/1.0
Host: www.xyz.org
Content-Type: text/xml; charset = utf-8
Content-Length: nnn




   
      
         MiscroSoft
      
   

相应的SOAP响应如下所示:

HTTP/1.0 200 OK
Content-Type: text/xml; charset = utf-8
Content-Length: nnn




   
      
         Here is the quotation