Help for this page

Select Code to Download


  1. or download this
    SOAP return:
    
    ...
        ;
    
    my $rslt = $soap->getServerInfo()->result;
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/env
    +elope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xm
    +lns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http:/
    +/www.w3.org/1999/XMLSchema" xmlns:lwq="http://www.perlmonks.com/FileQ
    +ueue">
    ...
        </pmq:getServerInfoResponse>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    
  3. or download this
    use strict;
    
    ...
        ;
    print "Contact to SOAP server at ", $daemon->url, "\n";
    $daemon->handle;
    
  4. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/env
    +elope/" xmlns:namesp2="http://xml.apache.org/xml-soap" xmlns:xsi="htt
    +p://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENC="http://schema
    +s.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/1999/XMLSc
    +hema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encodin
    +g/">
    ...
        </namesp3:getServerInfoResponse>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>