byteme has asked for the wisdom of the Perl Monks concerning the following question:
this returns an internal server error (I have CHMOD 755) and it is saved as a cgi file. What am I doing wrong? DO I need anything else? (I have SOAP::LITE installed on my server)#!/usr/bin/perl -w use SOAP::Lite; my $service = SOAP::Lite -> service('http://www.xmethods.net/sd/StockQuoteService.wsdl'); print 'MSFT + ORCL = ', $service->getQuote('MSFT') + $service->get +Quote('ORCL');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP WSDL and perl
by moritz (Cardinal) on Apr 08, 2009 at 15:12 UTC | |
|
Re: SOAP WSDL and perl
by ikegami (Patriarch) on Apr 08, 2009 at 15:43 UTC | |
|
Re: SOAP WSDL and perl
by jhourcle (Prior) on Apr 08, 2009 at 17:22 UTC | |
by secura (Initiate) on Nov 11, 2009 at 12:17 UTC | |
by Khen1950fx (Canon) on Nov 12, 2009 at 04:45 UTC | |
by secura (Initiate) on Nov 12, 2009 at 06:37 UTC | |
by Khen1950fx (Canon) on Nov 12, 2009 at 10:14 UTC |