Re: axis 2 WS-Addressing problems

2006-04-21 Thread Michele Mazzucco
Hi Deepal, could you explain me what do you mean in step 1? Thanks, Michele Deepal Jayasinghe wrote: You have to engage addressing module in the client if you are trying to invoke a service using dual channel. You can do that as follows 1 Create a ConfigurationContext using a repository

Re: axis 2 WS-Addressing problems

2006-04-21 Thread Michel Drescher
Hi Michele, the easiest thing is to put the required modules (e.g. addressing.mar) in the classpath, and create the ConfigurationContext like this: ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem ( null, null ); But beware: You MUST NOT

Re: axis 2 WS-Addressing problems

2006-04-21 Thread Michele Mazzucco
Hi Michel, thanks for your reply, but unfortunately it doesn't solve the issue. Given the following code: public class AsyncEchoClient { private static String toEpr = http://localhost:8080/axis2/services/ServiceClass;; public static void

Re: axis 2 WS-Addressing problems

2006-04-21 Thread Michel Drescher
Can you please post your classpath? Cheers, Michel On 21 Apr 2006, at 16:06, Michele Mazzucco wrote: Hi Michel, thanks for your reply, but unfortunately it doesn't solve the issue. Given the following code: public class AsyncEchoClient { private static String toEpr =

Re: axis 2 WS-Addressing problems

2006-04-21 Thread Michele Mazzucco
Sure, H:\workspace\Axis2Sample\bin;D:\Programs\apache-ant-1.6.5\lib\ant-launcher.jar;C:\Program

Re: axis 2 WS-Addressing problems

2006-04-21 Thread Michele Mazzucco
Unfortunately it's not because of that :( H:\workspace\Axis2Sample\bin;D:\Programs\apache-ant-1.6.5\lib\ant-launcher.jar;C:\Program

RE: axis 2 WS-Addressing problems

2006-04-21 Thread Finian O'Boyle
the module not found error. Finian -Original Message- From: Michele Mazzucco [mailto:[EMAIL PROTECTED] Sent: 21 April 2006 16:33 To: axis-user@ws.apache.org Subject: Re: axis 2 WS-Addressing problems Unfortunately it's not because of that :( H:\workspace\Axis2Sample\bin;D:\Programs\apache

Re: axis 2 WS-Addressing problems

2006-04-21 Thread Michele Mazzucco
)); method. This was the only way I could avoid the module not found error. Finian -Original Message- From: Michele Mazzucco [mailto:[EMAIL PROTECTED] Sent: 21 April 2006 16:33 To: axis-user@ws.apache.org Subject: Re: axis 2 WS-Addressing problems Unfortunately it's not because

Re: axis 2 WS-Addressing problems

2006-04-17 Thread Deepal Jayasinghe
You have to engage addressing module in the client if you are trying to invoke a service using dual channel. You can do that as follows 1 Create a ConfigurationContext using a repository witch contains addressing module in it 2. Then engage addressing module to ServiceCleint before invoke the