Sifmole has asked for the wisdom of the Perl Monks concerning the following question:
Any ideas? Is there a better library out there to use for this purpose than SOAP::Lite? I see SOAP::WSDL but it doesn't seem to be maintained at this point. Any pointers would be greatly appreciated.use SOAP::Lite; print SOAP::Lite -> service('http://www.xmethods.net/sd/StockQuoteService.wsdl') -> getQuote('MSFT');
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: SOAP::Lite, WSDL and the example
by Khen1950fx (Canon) on Jan 21, 2007 at 11:25 UTC | |
by Anonymous Monk on Oct 03, 2008 at 17:59 UTC | |
Re: SOAP::Lite, WSDL and the example
by jhourcle (Prior) on Jan 21, 2007 at 13:10 UTC |