#!perl -w use SOAP::Lite; # Apache SOAP http://xml.apache.org/soap/ my $soap = SOAP::Lite ->uri('urn:xml-composite-bond') ->proxy('http://localhost:8080/soap/servlet/rpcrouter'); sub SOAP::Transport::HTTP::Client::return ('http://bonds.yahoo.com/rates.html'); print $soap->getCompositeBondRates(?)-> result;