Help for this page

Select Code to Download


  1. or download this
    use SOAP::Lite +trace=>"debug";            # troubleshoot: append: +tr
    +ace=>"debug";
    import SOAP::Data 'name';    # to set data values (q.v.)
    ...
    print "logout: ";
    $result = $soap->logout()->result;
    print $result->{'message'} . "\n";
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:xsi="http:/
    +/www.w3.or
    g/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/s
    +oap/encodi
    ...
    Content-Length: 392
    Content-Type: text/xml; charset=utf-8; charset=utf-8
    SOAPAction: "#logout"