logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SOAP::WSDL::Deserializer::XSD - Deserializer SOAP messages into SOAP::WSDL::XSD::Typelib:: objects

Author

       Martin Kutter <martin.kutter fen-net.de>

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.

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.

Name

       SOAP::WSDL::Deserializer::XSD - Deserializer SOAP messages into SOAP::WSDL::XSD::Typelib:: objects

Options

       •   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

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.36.0                                       2022-10-14                 SOAP::WSDL::Deserializer::XSD(3pm)

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.

See Also