Help for this page

Select Code to Download


  1. or download this
    POST /services/svrLogin.asmx HTTP/1.1
    Host: website.com
    ...
        </GetCreds>
      </soap:Body>
    </soap:Envelope>
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <soap:Envelope
    ...
           </GetCreds>
      </soap:Body>
    </soap:Envelope>
    
  3. or download this
    #!c:/perl/bin
    use SOAP::Lite+trace => 'all';
    ...
    -> call ($method => SOAP::Data->type('xml' => $xml));
    
    print Dumper($soap);