Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            my @results=@{$response->result};
            print Dumper @results;
    }
    
  2. or download this
    <SOAP-ENV:Envelope 
    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" 
    ...
    <getWebServiceInfo/>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    
  3. or download this
    <faultstring>Cannot find dispatch method for {}getWebServiceInfo</faul
    +tstring>
    
  4. or download this
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel
    +ope/" xmlns:ssl="http://ssl.ws.epki.comodo.com/">
       <soapenv:Header/>
    ...
          <ssl:getWebServiceInfo/>
       </soapenv:Body>
    </soapenv:Envelope>