Hello everyone and Happy New Year!

I am working on a SOAP client application using the generated code by
wsdl2java. The server does have repository, service, modules, etc. and the
client doesn't. I'm wondering if the client also needs repository (axis2.xml,
services, modules, etc.). I looked at the documentation but still not clear
whether clients need them and how to configure it.

I encountered this issue while I tried to engage addressing to use
non-blocking calls.

This is the Exception:

org.apache.axis2.AxisFault: Unable to engage module : addressing
        at org.apache.axis2.client.ServiceClient.engageModule(
ServiceClient.java:339)
        at org.apache.axis2.client.ServiceClient.engageModule(
ServiceClient.java:324)


I'd appreciate your help.

Joe

Reply via email to