| SOAP-Lite-Simple documentation | Contained in the SOAP-Lite-Simple distribution. |
SOAP::Lite::Simple - Please use SOAP::XML::Client instead
This package has been depreciated - please use SOAP::XML::Client instead.
<SOAP::XML::Client>, <SOAP::XML::Client::DotNet>, <SOAP::XML::Client::Generic>
Leo Lapworth <LLAP@cuckoo.org>
(c) 2005 Leo Lapworth
This library is free software, you can use it under the same terms as perl itself.
Thanks to Foxtons for letting me develope this on their time and to Aaron for his help with understanding SOAP a bit more and the London.pm list for ideas.
| SOAP-Lite-Simple documentation | Contained in the SOAP-Lite-Simple distribution. |
package SOAP::Lite::Simple; use strict; use vars qw($VERSION $DEBUG); use base qw(SOAP::XML::Client); $DEBUG = 0; $VERSION = 1.7; 1; __END__