Help for this page
my $soap = SOAP::Lite->service("http://www.webservicex.net/globalweath +er.asmx?WSDL"); print Dumper($soap->serializer->{_namespaces});
use strict; use SOAP::Lite +trace => "debug"; ... my $arg = SOAP::Data->name(CountryName => "Singapore"); $soap->call($call => $arg);