Help for this page
>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
use SOAP::Lite; my $client = SOAP::Lite->new( proxy => $proxy ); my $result = $client->call( $method => @arguments );