=head1 NAME
XML::Compile::SOAP12 - base class for SOAP1.2 implementation
=head1 INHERITANCE
XML::Compile::SOAP12
is a XML::Compile::SOAP
XML::Compile::SOAP12 is extended by
XML::Compile::SOAP12::Client
XML::Compile::SOAP12::Server
=head1 SYNOPSIS
**WARNING** Implementation not finished: not usable!!
I am looking for companies who will support the two weeks of
development time I need to complete this module.
=head1 DESCRIPTION
This module handles the SOAP protocol version 1.2.
See F).
The client specifics are implemented in L,
and the server needs can be found in L.
=head1 METHODS
=head2 Constructors
=over 4
=item $obj-EB(OPTIONS)
-Option --Defined in --Default
header_fault error
media_type XML::Compile::SOAP application/soap+xml
schemas XML::Compile::SOAP created internally
=over 2
=item header_fault =>
SOAP1.1 defines a header fault type, which not present in SOAP 1.2,
where it is replaced by a C structure.
=item media_type => MIMETYPE
=item schemas => C object
=back
=back
=head2 Accessors
=over 4
=item $obj-EB()
See L
=item $obj-EB()
See L
=item $obj-EB()
See L
=back
=head2 Single message
=over 4
=item $obj-EB(('SENDER'|'RECEIVER'), OPTIONS)
See L
=item $obj-EB(XML)
=item XML::Compile::SOAP12-EB(XML)
See L
=back
=head2 Helpers
=head2 Transcoding
=over 4
=item $obj-EB(TYPE)
See L
=item $obj-EB(URI)
See L
=item $obj-EB(URI|STRING)
See L
=back
=head1 SEE ALSO
This module is part of XML-Compile-SOAP12 distribution version 2.03,
built on February 11, 2013. Website: F
Other distributions in this suite:
L,
L,
L,
L,
L,
L,
L,
L,
L,
L,
L,
L,
L,
L,
and
L.
Please post questions or ideas to the mailinglist at
F
For live contact with other developers, visit the C<#xml-compile> channel
on C.
=head1 LICENSE
Copyrights 2009-2013 by [Mark Overmeer]. 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 F