debian man page for soap::wsdl::deserializer::xsd

Query: soap::wsdl::deserializer::xsd

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SOAP::WSDL::Deserializer::XSD(3pm)			User Contributed Perl Documentation			SOAP::WSDL::Deserializer::XSD(3pm)

NAME
SOAP::WSDL::Deserializer::XSD - Deserializer SOAP messages into SOAP::WSDL::XSD::Typelib:: objects
DESCRIPTION
Default deserializer for SOAP::WSDL::Client and interface classes generated by SOAP::WSDL. Converts SOAP messages to SOAP::WSDL::XSD::Typlib:: based objects. Needs a class_resolver typemap either passed by the generated interface or user-provided. SOAP::WSDL::Deserializer classes implement the API described in SOAP::WSDL::Factory::Deserializer.
USAGE
Usually you don't need to do anything to use this package - it's the default deserializer for SOAP::WSDL::Client and interface classes generated by SOAP::WSDL. If you want to use the XSD serializer from SOAP::WSDL, set the outputtree() property and provide a class_resolver.
OPTIONS
o strict Enables/disables strict XML processing. Strict processing is enabled by default. To disable strict XML processing pass the following to the constructor or use the "set_strict" method: strict => 0
METHODS
deserialize Deserializes the message. generate_fault Generates a SOAP::WSDL::SOAP::Typelib::Fault11 object and returns it. set_strict Enable/disable strict XML parsing. Default is enabled.
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.
AUTHOR
Martin Kutter <martin.kutter fen-net.de>
REPOSITORY INFORMATION
$Rev: 851 $ $LastChangedBy: kutterma $ $Id: XSD.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/Deserializer/XSD.pm $ perl v5.10.1 2010-12-21 SOAP::WSDL::Deserializer::XSD(3pm)
Related Man Pages
soap::wsdl::expat::messagestreamparser(3pm) - debian
soap::wsdl::factory::deserializer(3pm) - debian
soap::wsdl::generator::template::xsd(3pm) - debian
soap::wsdl::soap::typelib::fault11(3pm) - debian
soap::wsdl::transport::test(3pm) - debian
Similar Topics in the Unix Linux Community
Removing Blank Lines
XML Log Parsing
Help required converting XSD to XML file in PERL
XML / XSD: what is a good format for amounts?
How can I remove some xml tag lines using shell script?