The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl -w
#!d:\perl\bin\perl.exe 

# -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko --

# stub interface (created with stubmaker.pl)
# perl stubmaker.pl http://www.xmethods.net/sd/StockQuoteService.wsdl

use StockQuoteService;

my $service = StockQuoteService->new;
print $service->getQuote('MSFT'), "\n";