Hi Sivavan, Sandesha2 is just a module for Axis2. So add it as a module ref in the axis2.xml of client side and server side to enable it in the respective endpoint. For this Sandesha2.mar file should be in the repository/modules/ folder of Axis2 and sandesha2-policy.jar file should be in the axis2 lib folder.
If you want to enable Sandesha2 for a Single Axis2 service, add the module reference to the services.xml file of the respective service. To get acks as async you have to set the SandeshaClientConstants.AcksTo property in the client API .See examples for details. Chamikara On Tue, Jul 29, 2008 at 8:28 PM, Suvanan Dutta <[EMAIL PROTECTED]> wrote: > I forgot to mention that I am using RM1.1. > > > > On 7/29/08 11:57 AM, "Suvanan Dutta" <[EMAIL PROTECTED]> wrote: > > I am trying to figure out how to configure the following scenarios in > Tomcat5 + Axis2 + Sandesha2 environment: > > > In a request-response scenario: > > 1. Enabling WS-RM only on the request-side and not on the response-side > > 2. Enabling WS-RM only on the response-side and not on the request-side > > 3. Enabling WS-RM on both request-response side. > > > I also want to know how to get async ack for the response message when > response side is WS-RM enabled. > > Can someone please let me know? > > Thanks, > > - Suvanan > -- http://www.cs.purdue.edu/homes/cjayalat/
