- or download this
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
...
</in0>
</ns1:getCoolFunction>
</SOAP-ENV:Body></SOAP-ENV:Envelope>
- or download this
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope
...
</soap:Body>
</soap:Envelope>
- or download this
$queryResult = new SOAP::Lite->uri($uri)->proxy($proxy)->$command({coo
+lName=>"Foo", coolType=>"Bar"});