Re: [AXIS2] Module not avaible exception

2007-05-10 Thread Amila Suriarachchi
try to create the service client like this ConfigurationContext configurationContext = ConfigurationContextFactory.createConfigurationContextFromFileSystem(AXIS2_REPOSITORY, AXIS2_CONF); ServiceClient sender = new ServiceClient(configurationContext, null); By giving a valid axis2.xml fil

[AXIS2] Module not avaible exception

2007-05-09 Thread Lorenzo
Hi all, i have this problem: 1)receive a message context from epr1 2)save and edit it 3)send to epr2 4)collect epr2's response, save, edit and send it to epr1 now with 1.2 release is easy to save and restore message context, but i have problems to send them to other epr... i tried this: -