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



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 626 2008-04-25 13:17:08Z kutterma $
 $LastChangedDate: 2008-04-25 15:17:08 +0200 (Fr, 25 Apr 2008) $
 $LastChangedRevision: 626 $
 $LastChangedBy: kutterma $
 $HeadURL: http://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Expat/WSDLParser.pm $
 SOAP::WSDL::Expat::WSDLParser - Parse WSDL files into object trees