You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Eran Chinthaka <ch...@opensource.lk> on 2005/07/26 22:46:55 UTC

[Axis2] SOAP Version tracking with transport

Hi,

Code has been changed and committed to handle SOAP messages properly for
following scenarios.

1. The sending message is of the same version as the recd message. (if SOAP
1.1 message is recd the sending message is SOAP 1.1 too) - this was there in
the code.
2. Getting and identifying the SOAP version through transport information,
if available, and checking that with the version of the actual soap message.

Regards,
Chinthaka



Re: [Axis2] SOAP Version tracking with transport

Posted by Davanum Srinivas <da...@gmail.com>.
great!!

On 7/26/05, Eran Chinthaka <ch...@opensource.lk> wrote:
> Hi,
> 
> Code has been changed and committed to handle SOAP messages properly for
> following scenarios.
> 
> 1. The sending message is of the same version as the recd message. (if SOAP
> 1.1 message is recd the sending message is SOAP 1.1 too) - this was there in
> the code.
> 2. Getting and identifying the SOAP version through transport information,
> if available, and checking that with the version of the actual soap message.
> 
> Regards,
> Chinthaka
> 
> 
> 


-- 
Davanum Srinivas -http://blogs.cocoondev.org/dims/