1SOAP::WSDL::Expat::MessUasgeerPaCrosnetrr(i3b)uted PerlSDOoAcPu:m:eWnStDaLt:i:oEnxpat::MessageParser(3)
2
3
4
6 SOAP::WSDL::Expat::MessageParser - Convert SOAP messages to custom
7 object trees
8
10 my $parser = SOAP::WSDL::Expat::MessageParser->new({
11 class_resolver => 'My::Resolver'
12 });
13 $parser->parse( $xml );
14 my $obj = $parser->get_data();
15
17 Real fast expat based SOAP message parser.
18
19 See SOAP::WSDL::Manual::Parser for details.
20
21 Skipping unwanted items
22 Sometimes there's unnecessary information transported in SOAP messages.
23
24 To skip XML nodes (including all child nodes), just edit the type map
25 for the message, set the type map entry to '__SKIP__', and comment out
26 all child elements you want to skip.
27
29 • Ignores all namespaces
30
31 • Does not handle mixed content
32
33 • The SOAP header is ignored
34
36 Replace the whitespace by @ for E-Mail Address.
37
38 Martin Kutter E<lt>martin.kutter fen-net.deE<gt>
39
41 Copyright 2004-2007 Martin Kutter.
42
43 This file is part of SOAP-WSDL. You may distribute/modify it under the
44 same terms as perl itself
45
47 $Id: MessageParser.pm 851 2009-05-15 22:45:18Z kutterma $
48
49 $LastChangedDate: 2009-05-16 00:45:18 +0200 (Sa, 16. Mai 2009) $
50 $LastChangedRevision: 851 $
51 $LastChangedBy: kutterma $
52
53 $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Expat/MessageParser.pm $
54
55
56
57perl v5.32.1 2021-01-27SOAP::WSDL::Expat::MessageParser(3)