Help for this page

Select Code to Download


  1. or download this
    <env:Envelope  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    ...
      </m:doRateQuote>
     </env:Body>
    </env:Envelope>
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    ;
    
    print $soap->doRateQuote(XML FROM ABOVE)->result();