The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

DESCRIPTION

This script is part of the SOAP::Transport::ACTIVEWORKS testing suite.

This script uses the SOAP-Lite dispatching mechanism to publish an SOAP request to an http server given in the 'proxy' parameter.

Event pseudo classes are used. The SOAP dispatcher will directly publish the pseudo class, 'AdapterDeveKit::timeRequest' as a native ActiveWorks event and populate the fields of the event with the fields of the hash reference passed as the class argument. The ActiveWorks broker published to is specified in the 'uri' dispatch parameter.

The receiving adapter will then handle the request in a define subroutine. The required 'time_adapter.pl' script (included with the Aw module) then becomes the target adapter.