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 ActiveWorks event to an ActiveWorks broker given in the 'proxy' parameter. The companion 'soap-lite-adapter.pl' script is the intended recipient adapter.

Event pseudo classes are used. The SOAP dispatcher will directly publish the pseudo class, 'AdapterDeveKit::calcRequest' 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 specified published to is specified in the 'proxy' dispatch parameter.

The receiving adapter will then republish the event (AdapterDeveKit::calcRequest) to the ActiveWorks broker specified in the dispatcher 'uri' parameter. The required 'calc-adapter.pl' script is then becomes the target adapter.