NAME

XML::Compile::SOAP::Client - base class for SOAP message clients

INHERITANCE

XML::Compile::SOAP::Client is extended by
  XML::Compile::SOAP::HTTPClient

SYNOPSIS

# never used directly.

DESCRIPTION

This base class defines the method that each client side of the SOAP message exchange protocols must implement.

The commonatities on the level of options to the methods is not yet known, where there is only one transport implementation available on the moment: XML::Compile::SOAP::HTTPClient, for transport over HTTP.

METHODS

XML::Compile::SOAP::Client->new(OPTIONS)

    Compile a client handler.

SEE ALSO

This module is part of XML-Compile-SOAP distribution version 0.55, built on October 03, 2007. Website: http://perl.overmeer.net/xml-compile/

LICENSE

Copyrights 2007 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 http://www.perl.com/perl/misc/Artistic.html