- or download this
use SOAP::Lite +trace => all;
...
$result= $soap->call($method,$param)->result();
- or download this
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="ht
+tp://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENC="http://schem
+as.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap
+.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema" SOA
+P-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP
+-ENV:Body><GetCitiesByCountry xmlns="http://www.webserviceX.NET/"><Co
+untryName xsi:type="xsd:string">India</CountryName></GetCitiesByCount
+ry></SOAP-ENV:Body></SOAP-ENV:Envelope>
- or download this
POST /globalweather.asmx HTTP/1.1
...
</soap:Body>
</soap:Envelope>