Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 9853 invoked from network); 26 Jul 2005 08:48:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2005 08:48:32 -0000 Received: (qmail 33745 invoked by uid 500); 26 Jul 2005 08:48:28 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 33714 invoked by uid 500); 26 Jul 2005 08:48:28 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 33701 invoked by uid 99); 26 Jul 2005 08:48:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 01:48:27 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=DATE_IN_FUTURE_06_12 X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.68.5.17] (HELO relay03.pair.com) (209.68.5.17) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 26 Jul 2005 01:48:20 -0700 Received: (qmail 28828 invoked from network); 26 Jul 2005 08:48:20 -0000 Received: from unknown (HELO extremem) (unknown) by unknown with SMTP; 26 Jul 2005 08:48:20 -0000 X-pair-Authenticated: 222.165.170.119 From: "Eran Chinthaka" To: Subject: [Axis2] SOAP Version tracking with transport Date: Wed, 27 Jul 2005 02:46:55 +0600 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcWSIyi5FDSn9Te3RsOOkEpt78KT7g== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20050726084822.0510A10FB2A5@asf.osuosl.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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