I am writing an Axis2 service to invoke a legacy service using Axis.
Therefore, the Axis2 service will act as a client to the Axis service.
But the problem is to invoke the Axis service, Axis client must have
this client-config.wsdd file on current working directory or set as the
classpath. It's not a problem when I run the Axis client locally, but it
is when I change the Axis client into a Axis2 service. No matter where I
put the client-config.wsdd file inside the Tomcat, it cannot be found.
Does anyone knows how to solve this issue? I really appreciate.
Ok..Let's first get your use case clarified....
Are you trying to call a service implemented in Axis1.x using a Axis2
client.  or are you trying to use a Axis client inside a Axis2
service..  If it's the latter one, I would recomend you to use Axis2
it self to call the service.

--
Thilina Gunarathne  -  http://www.wso2.com - http://thilinag.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to