$stockprice=SOAP::Lite ->service('http://localhost:8080/axis2/service/StockQuoteService?wsdl') ->getPrice('IBM'); print Dumper($stockprice);