Re: AW: AW: [AXIS2] - Engaging addressing module on client

2007-03-28 Thread Sagar Yerunkar
and server? Josef -Ursprüngliche Nachricht- Von: Sagar Yerunkar [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. März 2007 06:24 An: axis-user@ws.apache.org Betreff: Re: AW: [AXIS2] - Engaging addressing module on client Hello, I checked my services.xml. It already has the actionMapping

Re: [AXIS2] - Engaging addressing module on client

2007-03-27 Thread Sagar Yerunkar
Hello, I have further noticed that if i only include the addressing .mar file in the classpath (without changing any code), i get the exception org.apache.axis2.AxisFault: A required header representing a Message Addressing Property is not present at

Re: AW: [AXIS2] - Engaging addressing module on client

2007-03-27 Thread Sagar Yerunkar
=echo messageReceiver class= org.apache.axis2.receivers.RawXMLINOutMessageReceiver / actionMappingurn:echo/actionMapping /operation . So yopur actionMaping wanted has to go into a SoapHeader wsa:Actionurn:echo/wsa:Action Regards Josef -Ursprüngliche Nachricht- Von: Sagar

Re: AW: AW: [AXIS2] - Engaging addressing module on client

2007-03-27 Thread Sagar Yerunkar
on client Hello Sagar, Is the addressing module deployed and ENGAGED both on client and server? Josef -Ursprüngliche Nachricht- Von: Sagar Yerunkar [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. März 2007 06:24 An: axis-user@ws.apache.org Betreff: Re: AW: [AXIS2] - Engaging

[AXIS2]Client side repository setup

2007-03-23 Thread Sagar Yerunkar
Hello, I have a simple web service with has two functions - tryPing and tryEcho. This webservice has been written and consumed using Axis2's primary APIs. I have successfully read the services synchronously as well as asynchronously using a single transport layer call. I then changed the