-
-
11 May 2018 06:23:33 UTC
- Distribution: XML-Compile-SOAP12
- Module version: 3.06
- Source (raw)
- Pod Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (1122 / 0 / 18)
- Kwalitee
Bus factor: 1- 20.93% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (22.92KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
XML::Compile::SOAP12 - SOAP 1.2 protocol
INHERITANCE
XML::Compile::SOAP12 is a XML::Compile::SOAP XML::Compile::SOAP12 is extended by XML::Compile::SOAP12::Client XML::Compile::SOAP12::Server
SYNOPSIS
# use either XML::Compile::SOAP12::Client or ::Server # See XML::Compile::SOAP for global usage examples.
DESCRIPTION
This module handles the SOAP protocol version 1.2. See http://www.w3.org/TR/soap12/). Development of this module was sponsored by "Momac", http://momac.net.
The client specifics are implemented in XML::Compile::SOAP12::Client, and the server needs can be found in XML::Compile::SOAP12::Server.
Extends "DESCRIPTION" in XML::Compile::SOAP.
METHODS
Extends "METHODS" in XML::Compile::SOAP.
Constructors
Extends "Constructors" in XML::Compile::SOAP.
- $obj->new(%options)
-
-Option --Defined in --Default header_fault error media_type XML::Compile::SOAP application/soap+xml schemas XML::Compile::SOAP created internally
- XML::Compile::SOAP12->register($uri, $envns)
-
Inherited, see "Constructors" in XML::Compile::SOAP
Accessors
Extends "Accessors" in XML::Compile::SOAP.
- $obj->mediaType()
-
Inherited, see "Accessors" in XML::Compile::SOAP
- $obj->schemas()
-
Inherited, see "Accessors" in XML::Compile::SOAP
- $obj->version()
-
Inherited, see "Accessors" in XML::Compile::SOAP
Single message
Extends "Single message" in XML::Compile::SOAP.
- $obj->compileMessage( <'SENDER'|'RECEIVER'>, %options )
-
-Option --Defined in --Default body XML::Compile::SOAP [] destination XML::Compile::SOAP [] faults XML::Compile::SOAP [] header XML::Compile::SOAP undef mustUnderstand XML::Compile::SOAP [] procedure XML::Compile::SOAP undef role XML::Compile::SOAP ULTIMATE roles XML::Compile::SOAP []
- $obj->messageStructure($xml)
- XML::Compile::SOAP12->messageStructure($xml)
-
Inherited, see "Single message" in XML::Compile::SOAP
Helpers
Extends "Helpers" in XML::Compile::SOAP.
Transcoding
Extends "Transcoding" in XML::Compile::SOAP.
- $obj->replyMustUnderstandFault($type)
-
Inherited, see "Transcoding" in XML::Compile::SOAP
- $obj->roleAbbreviation($uri)
-
Inherited, see "Transcoding" in XML::Compile::SOAP
- $obj->roleURI($uri|STRING)
-
Inherited, see "Transcoding" in XML::Compile::SOAP
DETAILS
Extends "DETAILS" in XML::Compile::SOAP.
SEE ALSO
This module is part of XML-Compile-SOAP12 distribution version 3.06, built on May 11, 2018. Website: http://perl.overmeer.net/xml-compile/
LICENSE
Copyrights 2009-2018 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
Module Install Instructions
To install XML::Compile::SOAP12, copy and paste the appropriate command in to your terminal.
cpanm XML::Compile::SOAP12
perl -MCPAN -e shell install XML::Compile::SOAP12
For more information on module installation, please visit the detailed CPAN module installation guide.