2009/11/11 kartik saxena <[email protected]>: > 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?
Have you tried using LWP? You might also try using +trace, ala use SOAP::Lite +trace; HTH, Dp. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
