#!/usr/bin/perl use SOAP::Lite; use SOAP::WSDL; use strict; use warnings; my $service = SOAP::Lite; -> service('http://www.xmethods.net/sd/StockQuoteService.wsdl'); print "MSFT ", $service->getQuote('MSFT'), "\n";
In reply to Re: SOAP::Lite, WSDL and the example
by Khen1950fx
in thread SOAP::Lite, WSDL and the example
by Sifmole
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |