NAME
SOAP::Transport::ActiveWorks::AutoInvoke::Server - Automarshall methods for Perl SOAP
SYNOPSIS
require SOAP::Transport::ActiveWorks::Server; use SOAP::Transport::ActiveWorks::AutoInvoke::Server;
my $safe_classes ={ Calculator => \&auto_invoke, Time => \&handle_time_request, };
DESCRIPTION
SOAP::Transport::ActiveWorks::AutoInvoke::Server provides the dispatch subroutine "auto_invoke" to handle class instantiation and method invocation that were called with a client created with SOAP::Transport::ActiveWorks::AutoInvoke::Client.
Intended use is with SOAP adapters.
DEPENDENCIES
SOAP-0.28 SOAP::Transport::ActiveWorks SOAP::Transport::ActiveWorks::AutoInvoke::Client Data::Dumper
AUTHOR
Daniel Yacob, yacob@rcn.com
SEE ALSO
perl(1). SOAP(3). SOAP::Transport::ActiveWorks::AutoInvoke::Client(3).