Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

SOAP::WSDL::Expat::WSDLParser - Parse WSDL files into object trees

SYNOPSIS

my $parser = SOAP::WSDL::Expat::WSDLParser->new();
$parser->parse( $xml );
my $obj = $parser->get_data();

DESCRIPTION

WSDL parser used by SOAP::WSDL.

AUTHOR

Replace the whitespace by @ for E-Mail Address.

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

LICENSE AND COPYRIGHT

Copyright 2004-2007 Martin Kutter.

This file is part of SOAP-WSDL. You may distribute/modify it under the same terms as perl itself

Repository information

$Id: WSDLParser.pm 851 2009-05-15 22:45:18Z kutterma $
$LastChangedDate: 2009-05-16 00:45:18 +0200 (Sa, 16. Mai 2009) $
$LastChangedRevision: 851 $
$LastChangedBy: kutterma $