- or download this
my %methods = (
ActivateLicense => {
...
], # end parameters
}, # end ActivateLicense
)
- or download this
my %foo = Mercury::ActivateLicense(
timestamp => $s{timestamp},
guid => $s{guid},
machineName => $s{machineName}
);
- or download this
<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:ns="http://
+schemas.xmlsoap.org/soap/encoding/" soap:encodingStyle="http://schema
+s.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/
+soap/envelope/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:x
+si="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="<valid name
+space>" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><tns:
+Activate><timestamp xsi:nil="true" xsi:type="tns:timestamp" /><guid x
+si:nil="true" xsi:type="tns:guid" /><machineName xsi:nil="true" xsi:t
+ype="tns:machineName" /></tns:ActivateLicense></soap:Body></soap:Enve
+lope>
- or download this
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel
+ope/" xmlns:mer="<valid namespace>">
<soapenv:Header>
...
</mer:ActivateLicense>
</soapenv:Body>
</soapenv:Envelope