- or download this
#!/usr/bin/perl -w
use strict;
...
my @RemedyList = $soapHndl->OpGetList(@queryObj);
my $numElements = @RemedyList;
print Dumper(@RemedyList);
- or download this
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<soap:Envelope
...
</s0:OpGetList>
</soap:Body>
</soap:Envelope>
- or download this
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http
+://www.w3.org/2001/XMLSchema" xmlns:s0="urn:HD_Netcool_v1">
...
</s0:OpGetList>
</soap:Body>
</soap:Envelope>
- or download this
The XML is:
<readmore>
...
</wsdl:service>
</wsdl:definitions>
</readmore>