I am running a local StockQuoteService , http://localhost:8080/axis2/services/StockQuoteService?wsdl
$stockprice=SOAP::Lite ->service('http://localhost:8080/axis2/service/ StockQuoteService?wsdl') ->getPrice('IBM'); print Dumper($stockprice); The result returns $VAR1 = undef; I am getting a undef value , what is the correct way to call a webservice using Perl? -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/