Re: Axis2 coding to generate response/envelope confirming to the soap version of the request

2008-06-02 Thread cmurali
I did not override it. I am using the generated MessageReceiverInOut.java. So it looks like a bug. Would it help if I upgrade to Axis2 1.4? Eran Chinthaka-3 wrote: Well I am not sure whether this is a bug or not. The getDefaultEnvelope method is implemented both within SOAP11 and SOAP12

Re: Axis2 coding to generate response/envelope confirming to the soap version of the request

2008-05-29 Thread cmurali
Are you saying that this issue is fixed in axis 1.4? And it is a known issue in Axis 1.3? Saminda Abeyruwan-3 wrote: Please try AXIS2 1.4 release. This problem has to be fixed . Thank you! Saminda On Wed, May 28, 2008 at 7:08 PM, cmurali [EMAIL PROTECTED] wrote: Hi, I am

Re: Axis2 coding to generate response/envelope confirming to the soap version of the request

2008-05-29 Thread Eran Chinthaka
Well I am not sure whether this is a bug or not. The getDefaultEnvelope method is implemented both within SOAP11 and SOAP12 factories. So the code you have mentioned is fine, as far as you get the proper factory. Yes, Axis2 will send out the proper version depending on the version of the message

Axis2 coding to generate response/envelope confirming to the soap version of the request

2008-05-28 Thread cmurali
Hi, I am using AXIS2 1.3 and when I generate the MessageReceiverInOut.java using the wsdl2java, I see that the envelope for the response created is always a default envelope and I was expecting the envelope to confirm to the soap version of the request. That is, if I submit a soap11 request, I

Re: Axis2 coding to generate response/envelope confirming to the soap version of the request

2008-05-28 Thread Saminda Abeyruwan
Please try AXIS2 1.4 release. This problem has to be fixed . Thank you! Saminda On Wed, May 28, 2008 at 7:08 PM, cmurali [EMAIL PROTECTED] wrote: Hi, I am using AXIS2 1.3 and when I generate the MessageReceiverInOut.java using the wsdl2java, I see that the envelope for the response