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');
In reply to SOAP WSDL and perl by byteme
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |