Andreas Bobek wrote:


There is a description at the Axis2 site how to accomplish this for
server-side processing (using handlers or modules), but I need it for
client-side processing as well.
You need to provide a repository for the "Call" to handles moules in client side. This reposity shoud contain axis2.xml and "modules" directory. Axis2.xml should configure to handle handlers in the phases.."inflow, outflow..." in client side.

ex :

say you have the reposity in /usr/tmp/rep, where it inclueds axis2.xml and modules dir. modules dir contains the .mar 's you need to engaged. Cofigure axis2.xml for you phases specification.

In you client yous the Constructoyr Call(String cliertRepo).

A sample is provided in samples/userguide to acomplished this task.

Saminda

Reply via email to