in reply to SOAP::Lite & WSDL Problem
#!/usr/bin/perl use strict; use warnings; use SOAP::Lite; use SOAP::WSDL; my $soap = SOAP::Lite->service('http://www.webservicex.net/globalweat +her.asmx?WSDL'); $soap->GetCitiesByCountry('Singapore'); print $soap, "\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SOAP::Lite & WSDL Problem
by runrig (Abbot) on Aug 27, 2008 at 17:56 UTC |