Help for this page

Select Code to Download


  1. or download this
    >perl -e 'use SOAP::Lite; print SOAP::Deserializer->deserialize ( "<te
    +st>a</test>\0" );'
    not well-formed (invalid token) at line 1, column 14, byte 14 at /usr/
    +lib64/perl5/vendor_perl/XML/Parser.pm line 187
    
  2. or download this
    use SOAP::Lite;
    my $client = SOAP::Lite->new( proxy => $proxy );
    my $result = $client->call( $method => @arguments );