xenia has asked for the wisdom of the Perl Monks concerning the following question:
#!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/ra +tes.html'); print $soap->getCompositeBondRates(?)-> result;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: reading HTML file
by gellyfish (Monsignor) on Mar 29, 2002 at 16:43 UTC | |
|
(jeffa) Re: reading HTML file
by jeffa (Bishop) on Mar 29, 2002 at 16:40 UTC |