SOAP::WSDL::Expat::Message2Hash - Convert SOAP messages to perl hash refs


SOAP-WSDL documentation  | view source Contained in the SOAP-WSDL distribution.

Index


NAME

Top

SOAP::WSDL::Expat::Message2Hash - Convert SOAP messages to perl hash refs

SYNOPSIS

Top

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

DESCRIPTION

Top

Real fast expat based SOAP message parser.

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

Bugs and Limitations

Top

* Ignores all namespaces
* Ignores all attributes
* Does not handle mixed content
* The SOAP header is ignored

AUTHOR

Top

Replace the whitespace by @ for E-Mail Address.

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

LICENSE AND COPYRIGHT

Top

Repository information

Top

 $Id: $

 $LastChangedDate: 2007-09-10 18:19:23 +0200 (Mo, 10 Sep 2007) $
 $LastChangedRevision: 218 $
 $LastChangedBy: kutterma $

 $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Expat/MessageParser.pm $


SOAP-WSDL documentation  | view source Contained in the SOAP-WSDL distribution.