Hi Chamikara,
 
Thanks for your reply. I was looking into the WSRM CreateSequence protocol message sent by Sandesha client which has a SOAP 1.2 namespace URI, so I presume that the default version it uses is SOAP 1.2.
 
In any case, is there a way to configure the Sandesha client to use a particular version of SOAP ? Also, if I take the programmatic approach to specify SOAP 1.1 (as suggested by you), how do I build the Sandesha demo ? I am not familiar with maven, so any pointer would be helpful.
 
One Axis2 question. How do I enable logging so that I can see the on-the-wire messages being exchanged across Sandesha client and server ?
 
Lastly, could you point me to the WSDL that's being used by the Sandesha interop service RMInteropService ?
 
Thanks and regards
Tejeswar
-----Original Message-----
From: Chamikara Jayalath [mailto:[EMAIL PROTECTED]
Sent: Wed 2/15/2006 2:02 AM
To: Das, Kapali Tejeswar
Cc: [email protected]
Subject: Re: Using Axis2/Sandesha2 with SOAP 1.1

Hi Das,

The the server side of Sandesha2/Axis2 pics the SOAP version dynamically and reply accordingly (according to the request message). For the client side default version is SOAP 1.1. To change it to SOAP 1.2 add the following line to ur client code.

clientOptions.setSoapVersionURI(SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI);

Thanks,
Chamikara


On 2/15/06, Das, Kapali Tejeswar <[EMAIL PROTECTED]> wrote:

Hi,

 

Could you let me know if there is a way to configure Sandesha2/Axis2 so that is uses SOAP 1.1 instead of SOAP 1.2 ?

 

Thanks and regards

 

Tejeswar Das


Reply via email to