1SOAP::WSDL::Expat::MessUasgeerStCroenatmrPiabrusteerdS(O3PA)ePr:l:WDSoDcLu:m:eEnxtpaatti:o:nMessageStreamParser(3)
2
3
4
6 SOAP::WSDL::Expat::MessageStreamParser - Convert SOAP messages to
7 custom object trees
8
10 my $lwp = LWP::UserAgent->new();
11
12 my $parser = SOAP::WSDL::Expat::MessageParser->new({
13 class_resolver => 'My::Resolver'
14 });
15 my $chunk_parser = $parser->init();
16 # process response while it comes in, trying to read 32k chunks.
17 $lwp->request( $request, sub { $chunk_parser->parse_more($_[0]) } , 32468 );
18 $chunk_parser->parse_done();
19
20 my $obj = $parser->get_data();
21
23 ExpatNB based parser for parsing huge documents.
24
25 See SOAP::WSDL::Manual::Parser for details.
26
28 See SOAP::WSDL::Expat::MessageParser
29
31 Martin Kutter <martin.kutter fen-net.de>
32
34 Copyright 2007 Martin Kutter.
35
36 This file is part of SOAP-WSDL. You may distribute/modify it under the
37 same terms as perl itself
38
40 $Rev: 851 $
41 $LastChangedBy: kutterma $
42 $Id: MessageStreamParser.pm 851 2009-05-15 22:45:18Z kutterma $
43 $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Expat/MessageStreamParser.pm $
44
45
46
47perl v5.38.0 2023S-O0A7P-:2:1WSDL::Expat::MessageStreamParser(3)