1SOAP::WSDL::DeserializeUrs:e:rXSCDo(n3t)ributed Perl DocSuOmAePn:t:aWtSiDoLn::Deserializer::XSD(3)
2
3
4
6 SOAP::WSDL::Deserializer::XSD - Deserializer SOAP messages into
7 SOAP::WSDL::XSD::Typelib:: objects
8
10 Default deserializer for SOAP::WSDL::Client and interface classes
11 generated by SOAP::WSDL. Converts SOAP messages to
12 SOAP::WSDL::XSD::Typlib:: based objects.
13
14 Needs a class_resolver typemap either passed by the generated interface
15 or user-provided.
16
17 SOAP::WSDL::Deserializer classes implement the API described in
18 SOAP::WSDL::Factory::Deserializer.
19
21 Usually you don't need to do anything to use this package - it's the
22 default deserializer for SOAP::WSDL::Client and interface classes
23 generated by SOAP::WSDL.
24
25 If you want to use the XSD serializer from SOAP::WSDL, set the
26 outputtree() property and provide a class_resolver.
27
29 • strict
30
31 Enables/disables strict XML processing. Strict processing is
32 enabled by default. To disable strict XML processing pass the
33 following to the constructor or use the "set_strict" method:
34
35 strict => 0
36
38 deserialize
39 Deserializes the message.
40
41 generate_fault
42 Generates a SOAP::WSDL::SOAP::Typelib::Fault11 object and returns it.
43
44 set_strict
45 Enable/disable strict XML parsing. Default is enabled.
46
48 Copyright 2004-2007 Martin Kutter.
49
50 This file is part of SOAP-WSDL. You may distribute/modify it under the
51 same terms as perl itself.
52
54 Martin Kutter <martin.kutter fen-net.de>
55
57 $Rev: 851 $
58 $LastChangedBy: kutterma $
59 $Id: XSD.pm 851 2009-05-15 22:45:18Z kutterma $
60 $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Deserializer/XSD.pm $
61
62
63
64perl v5.36.0 2022-07-22 SOAP::WSDL::Deserializer::XSD(3)