2016-07-11 20 views

回答

0

粘貼以下SOAP請求的代碼到「SOAP/XML-RPC請求」取樣 」SOAP/XML-RPC數據「 部分中,並在URL進入 」http://www.webservicex.net/geoipservice.asmx?WSDL

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://www.webservicex.net/"> 
    <soapenv:Header/> 
    <soapenv:Body> 
     <web:GetGeoIP> 
     <!--Optional:--> 
     <web:IPAddress>192.168.1.1</web:IPAddress> 
     </web:GetGeoIP> 
    </soapenv:Body> 
</soapenv:Envelope> 

點擊運行按鈕。執行後,您可以在「查看結果樹」中看到響應,如下所示。

enter image description here

+0

感謝它的工作! –