Query: soap::wsdl::expat::messagestreamparser
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SOAP::WSDL::Expat::MessageStreamParser(3pm) User Contributed Perl Documentation SOAP::WSDL::Expat::MessageStreamParser(3pm)NAMESOAP::WSDL::Expat::MessageStreamParser - Convert SOAP messages to custom object treesSYNOPSISmy $lwp = LWP::UserAgent->new(); my $parser = SOAP::WSDL::Expat::MessageParser->new({ class_resolver => 'My::Resolver' }); my $chunk_parser = $parser->init(); # process response while it comes in, trying to read 32k chunks. $lwp->request( $request, sub { $chunk_parser->parse_more($_[0]) } , 32468 ); $chunk_parser->parse_done(); my $obj = $parser->get_data();DESCRIPTIONExpatNB based parser for parsing huge documents. See SOAP::WSDL::Manual::Parser for details. Bugs and Limitations See SOAP::WSDL::Expat::MessageParserAUTHORMartin Kutter <martin.kutter fen-net.de>LICENSE AND COPYRIGHTCopyright 2007 Martin Kutter. This file is part of SOAP-WSDL. You may distribute/modify it under the same terms as perl itselfREPOSITORY INFORMATION$Rev: 851 $ $LastChangedBy: kutterma $ $Id: MessageStreamParser.pm 851 2009-05-15 22:45:18Z kutterma $ $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Expat/MessageStreamParser.pm $ perl v5.10.1 2010-12-21 SOAP::WSDL::Expat::MessageStreamParser(3pm)
Similar Topics in the Unix Linux Community |
---|
RNV 1.7.10 (Default branch) |
Removing Blank Lines |
How to cut data from file and create another file. |
SOAP module in perl |
Extract value for string |