Hi,
I'm trying to use SOAP::Lite to hit a web service. As a first step I tried running a sample code available on the internet.
On the Teamsite Server(running on Solaris), I created a perl script
use SOAP::Lite;
print SOAP::Lite
->service('
http://www.xmethods.net/sd/StockQuoteService.wsdl') ->getQuote('MSFT');
When I try running this script, I get a connection timed out error.
[Service description '
http://www.xmethods.net/sd/StockQuoteService.wsdl' can't be loaded: 500 Can't connect to
www.xmethods.net:80 (connect: Connection timed out)]
Have you faced this kind of a problem? Can you tell me how to resolve this issue.
Thanks & Regards,
Resh