I am trying to get TestEchoNonBlockingDualClient example working with the MyService example
and getting following exception. Can anyone give me a pointer to get this client working?
Note MyService example is working properly with TestEchoBlockingClient, but not with the
TestEchoNonBlockingDualClient.
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:63)
