0387230263XXXXX100SXXXXXXXXXX50XXXXXP
####
#!/usr/bin/perl -w
use strict;
use SOAP::Lite;
my $soap = SOAP::Lite
->uri('java:com.usfc.usfnet.webservice')
->proxy('http://www.usfnet.com/WebServices/HostService')
;
print $soap->doRateQuote(XML FROM ABOVE)->result();