SOAP::Lite::Simple - Please use SOAP::XML::Client instead


SOAP-Lite-Simple documentation Contained in the SOAP-Lite-Simple distribution.

Index


Code Index:

NAME

Top

SOAP::Lite::Simple - Please use SOAP::XML::Client instead

DESCRIPTION

Top

This package has been depreciated - please use SOAP::XML::Client instead.

SEE ALSO

Top

<SOAP::XML::Client>, <SOAP::XML::Client::DotNet>, <SOAP::XML::Client::Generic>

AUTHOR

Top

Leo Lapworth <LLAP@cuckoo.org>

COPYRIGHT

Top

THANKS

Top

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__