Help for this page

Select Code to Download


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