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