- or download this
<s:Body>
<NewEvent xmlns="http://tempuri.org/">
<values xmlns:d4p1="http://schemas.datacontract.org/foo" xmlns:i
+="http://www.w3.org/2001/XMLSchema-instance">
<d4p1:ConfigItemName>MyConfigName</d4p1:ConfigItemName>
- or download this
<SOAP-ENV:Body>
<NewEvent xmlns="http://tempuri.org/">
<values>
<ConfigItemName xmlns="">foo</ConfigItemName>
- or download this
use MyInterfaces::EventServiceManager::basicHttp;
use SOAP::WSDL;
...
die $result if not $result;
print "$result\n";