Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:
    +soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="h
    ...
        </port>
      </service>
    </definitions>
    
  2. or download this
    #!perl
    
    ...
    # print $soap->response;
    
    print Dumper($soap);
    
  3. or download this
    POST /service.asmx HTTP/1.1
    Host: www.theClient.com
    ...
        </companyData>
      </soap:Body>
    </soap:Envelope>