new
- SYNOPSIS
-
my $obj = ->new();
- DESCRIPTION
-
Constructor.
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 SOAP::WSDL::Parser for details.
Bugs and Limitations
Ignores all namespaces
Does not handle mixed content
The SOAP header is ignored
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: $
$LastChangedRevision: $
$LastChangedBy: $
$HeadURL: $