in reply to Re: SOAP WSDL and perl
in thread SOAP WSDL and perl
The result returns $VAR1 = undef; I am getting a undef value , what is the correct way to call a webservice using Perl?$stockprice=SOAP::Lite ->service('http://localhost:8080/axis2/service/StockQuoteService?w +sdl') ->getPrice('IBM'); print Dumper($stockprice);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: SOAP WSDL and perl
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 |