SOAP::WSDL::Expat::MessageParser - Convert SOAP messages to custom object trees



NAME

SOAP::WSDL::Expat::MessageParser - Convert SOAP messages to custom object trees


SYNOPSIS

 my $parser = SOAP::WSDL::Expat::MessageParser->new({
    class_resolver => 'My::Resolver'   
 });
 $parser->parse( $xml );
 my $obj = $parser->get_data();


DESCRIPTION

Real fast expat based SOAP message parser.

See the SOAP::WSDL::Manual::Parser manpage for details.

Skipping unwanted items

Sometimes there's unneccessary information transported in SOAP messages.

To skip XML nodes (including all child nodes), just edit the type map for the message and set the type map entry to '__SKIP__'.


Bugs and Limitations


AUTHOR

Replace the whitespace by @ for E-Mail Address.

 Martin Kutter E<lt>martin.kutter fen-net.deE<gt>


COPYING

This module may be used under the same terms as perl itself.


Repository information

 $ID: $
 $LastChangedDate: 2007-10-07 19:27:58 +0200 (So, 07 Okt 2007) $
 $LastChangedRevision: 313 $
 $LastChangedBy: kutterma $
 $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Expat/MessageParser.pm $
 SOAP::WSDL::Expat::MessageParser - Convert SOAP messages to custom object trees