in reply to
Re: SOAP::Lite, WSDL and the example
in thread
SOAP::Lite, WSDL and the example
You have an extra ; after Lite ... use the following: my $service = SOAP::Lite -> service('http://www.xmethods.net/sd/StockQuoteService.wsdl');
Comment on
Re^2: SOAP::Lite, WSDL and the example
In Section
Seekers of Perl Wisdom