Help for this page

Select Code to Download


  1. or download this
    #!C:/Perl/bin/perl.exe
    use warnings;
    ...
    my $elem = SOAP::Data->type('xml' => $post);
    
    $soap->QueryAbc($elem);
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/enc
    +oding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encod
    +ing/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmln
    +s:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://w
    +ww.w3.org/1999/XMLSchema">
    ...
        </QueryAbc>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>