The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::Compile::SOAP12::Util - general purpose routines for XML::Compile::SOAP12

INHERITANCE

 XML::Compile::SOAP12::Util
   is a Exporter

SYNOPSIS

 use XML::Compile::SOAP12::Util;

DESCRIPTION

This module collects functions which are useful on many places in the SOAP 1.2 implemention, just as XML::Compile::Util does for general XML implementations (often you will needs things from both).

On the moment, only constant URIs are exported.

FUNCTIONS

The export TAG :soap12 groups the SOAP version 1.2 related exported constants

basic constants

SOAP12ENV, SOAP12ENC, SOAP12RPC, SOAP12BIND, SOAP12MEP, SOAP12FEATURES.

role abbreviations

SOAP12NONE, SOAP12NEXT, SOAP12ULTIMATE

binding framework

SOAP12CONTEXT

exchange context

SOAP12CTXPATTERN, SOAP12CTXFAILURE, SOAP12CTXROLE, SOAP12CTXSTATE

Features

SOAP12WEBMETHOD, SOAP12METHODPROP, SOAP12ACTION, SOAP12ACTIONPROP

MEP

SOAP12REQRESP, SOAP12RESP, SOAP12MEPOUT, SOAP12MEPIN, SOAP12MEPDEST, SOAP12MEPSEND

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/