=head1 NAME
XML::Compile::SOAP11::Client - SOAP1.1 client needs
=head1 INHERITANCE
XML::Compile::SOAP11::Client
is a XML::Compile::SOAP11
is a XML::Compile::SOAP
XML::Compile::SOAP11::Client
is a XML::Compile::SOAP::Client
=head1 SYNOPSIS
=head1 DESCRIPTION
See L<XML::Compile::SOAP11|XML::Compile::SOAP11>.
=head1 METHODS
=head2 Constructors
$obj-E<gt>B<new>(OPTIONS)
=over 4
See L<XML::Compile::SOAP11/"Constructors">
=back
=head2 Accessors
$obj-E<gt>B<name>
=over 4
See L<XML::Compile::SOAP/"Accessors">
=back
$obj-E<gt>B<schemas>
=over 4
See L<XML::Compile::SOAP/"Accessors">
=back
$obj-E<gt>B<version>
=over 4
See L<XML::Compile::SOAP/"Accessors">
=back
=head2 Single message
$obj-E<gt>B<compileMessage>(('SENDER'|'RECEIVER'), OPTIONS)
=over 4
See L<XML::Compile::SOAP11/"Single message">
=back
$obj-E<gt>B<messageStructure>(XML)
XML::Compile::SOAP11::Client-E<gt>B<messageStructure>(XML)
=over 4
See L<XML::Compile::SOAP/"Single message">
=back
=head2 Helpers
=head2 Transcoding
$obj-E<gt>B<replyMustUnderstandFault>(TYPE)
=over 4
See L<XML::Compile::SOAP/"Transcoding">
=back
$obj-E<gt>B<roleAbbreviation>(URI)
=over 4
See L<XML::Compile::SOAP/"Transcoding">
=back
$obj-E<gt>B<roleURI>(URI|STRING)
=over 4
See L<XML::Compile::SOAP/"Transcoding">
=back
=head2 Handlers
$obj-E<gt>B<compileClient>(OPTIONS)
=over 4
See L<XML::Compile::SOAP::Client/"Handlers">
=back
=head2 Debugging
$obj-E<gt>B<fakeServer>([FAKE|undef])
XML::Compile::SOAP11::Client-E<gt>B<fakeServer>([FAKE|undef])
=over 4
See L<XML::Compile::SOAP::Client/"Debugging">
=back
=head1 DETAILS
=head1 SEE ALSO
This module is part of XML-Compile-SOAP distribution version 2.04,
built on April 13, 2009. Website: F<http://perl.overmeer.net/xml-compile/>
All modules in this suite:
L<XML::Compile>,
L<XML::Compile::SOAP>,
L<XML::Compile::SOAP12>,
L<XML::Compile::SOAP::Daemon>,
L<XML::Compile::Tester>,
L<XML::Compile::Cache>,
L<XML::Compile::Dumper>,
L<XML::Rewrite>,
and
L<XML::LibXML::Simple>.
Please post questions or ideas to the mailinglist at
For life contact with other developers, visit the C<#xml-compile> channel
on C<irc.perl.org>.
=head1 LICENSE
Copyrights 2007-2009 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.