Hi Shahi, Ashutosh

There is no difference between cline side and server side you have to do the something in both side , so the way of adding module in client side is
first create repository
create modules directory inside that
then put your module.mar into that

and use call's constructor which take clietrepostory as argument and then engage your module


Thanks,
Deepal
................................................................
~Future is Open~



----- Original Message ----- From: "Shahi, Ashutosh" <[EMAIL PROTECTED]>
To: <axis-dev@ws.apache.org>
Sent: Wednesday, July 27, 2005 11:02 AM
Subject: RE: [Axis2]client side handlers and module



Yep, I did that, and the module.xml was present in the repository. I am
still facing this problem. Any ideas?
Ashutosh

-----Original Message-----
From: Saminda Abeyruwan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 27, 2005 8:50 AM
To: axis-dev@ws.apache.org
Subject: Re: [Axis2]client side handlers and module

Shahi, Ashutosh wrote:

Hi all,

I am facing some problem with the deployment of client-side handlers
in Axis2. I am not sure if I am doing the correct thing, so wanted to
confirm.

I create the handlers and add that information in module.xml as we do
at the server end and finally call call.engageModule() method. But the

.mar file that gets created is empty and I get an error saying cannot
find module.xml. Where do I need to put the module.xml so that its
picked up?What am I missing?

Ashutosh



HI Ashusosh,

Client side handlers should be called from a repository, where the
repository is given by Call(String clientHome). Once the repository is
given you can call call.engagedModule(String moduleName).

Saminda




Reply via email to