Help for this page

Select Code to Download


  1. or download this
    use SOAP::Lite +trace => "debug";
    use SOAP::WSDL;
    ...
    my $soap = SOAP::Lite->service("http://172.16.15.148:8081/Webservice/W
    +ebserviceService?wsdl");
    print Dumper($soap->serializer->{_namespaces});
    print "\n\nRESULT:\n".Dumper $soap->hello('Chewy')."\n\n";
    
  2. or download this
    $VAR1 = {
              'http://www.w3.org/2001/XMLSchema' => 'xsd',
    ...
    RESULT:
    $VAR1 = '
    ';