|
I'm trying to implement a client using
WS-Addressing but the command "sender.engageModule(new
QName(Constants.MODULE_ADDRESSING));" raises an exception like
this:
org.apache.axis2.AxisFault: Module not found at org.apache.axis2.description.AxisService.engageModule(AxisService.java:395) at org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:279) at userguide.clients.EchoNonBlockingDualClient.main(EchoNonBlockingDualClient.java:66)
As you can see, I have a problem to engage the module at the client side. I tried to put the module (addressing.mar) in the same directory of my client but nothing! I also try to put the following command: ConfigurationContext configContext = ConfigurationContextFactory.createConfigurationContextFromFileSystem("C:/Documents and Settings/fcouble/Bureau/axis2-std-1.0-bin", null); But nothing happens... always the same error An idea, please,
Fabien
|
- [AXIS 2] engage Ws-Addressing at the client side Fabien Couble
- Re: [AXIS 2] engage Ws-Addressing at the client sid... Deepal Jayasinghe
