- or download this
#!/usr/bin/perl -w
...
my ($service, $sid) = login_get_SID();
retrieveCategories($service, $sid);
logout($service, $sid);
- or download this
----result method call ---
<?xml version="1.0" encoding="UTF-8"?>
...
----- end result ----
----valueof method call ----
----- end valueof ----
- or download this
SOAP::Transport::HTTP::Client::send_receive: POST http://192.168.1.152
+:8180/axis/services/USD_R11_WebService HTTP/1.1
Accept: text/xml
...
<logoutResponse xmlns="http://www.ca.com/UnicenterServicePlus/Servic
+eDesk"/>
</soapenv:Body>
</soapenv:Envelope>