Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 80943 invoked from network); 30 Jun 2005 09:44:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2005 09:44:03 -0000 Received: (qmail 15328 invoked by uid 500); 30 Jun 2005 09:44:02 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 15313 invoked by uid 500); 30 Jun 2005 09:44:01 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 15287 invoked by uid 99); 30 Jun 2005 09:44:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2005 02:44:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of samisa.abeysinghe@gmail.com designates 64.233.184.192 as permitted sender) Received: from [64.233.184.192] (HELO wproxy.gmail.com) (64.233.184.192) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2005 02:44:03 -0700 Received: by wproxy.gmail.com with SMTP id i6so62856wra for ; Thu, 30 Jun 2005 02:43:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ij1KeXWLV+SMFv6cicqjQBgZy9lMLah6mNigCrh5B9KgQzzBXFOAYlMoxnI06b0q/KFCILKZ65vTB8qYwD22U+YxUxhvA+grvFVPw5tSoSfmA3ewBQEojs21p29Cs04VJwpm+Xxbo1dwxKJ1wDvc6akjlQkEIoRr+5I8AojEMC4= Received: by 10.54.47.59 with SMTP id u59mr280853wru; Thu, 30 Jun 2005 02:43:59 -0700 (PDT) Received: by 10.54.28.10 with HTTP; Thu, 30 Jun 2005 02:43:59 -0700 (PDT) Message-ID: Date: Thu, 30 Jun 2005 09:43:59 +0000 From: Samisa Abeysinghe Reply-To: Samisa Abeysinghe To: Apache AXIS C Developers List Subject: Re: SOAP 1.2 support In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N BTW i forgot to mention few more details. A brief look into WSDL SOAP binding specs reveals to me that WSDL 1.1 has support for SOAP 1.1 and WSDL 2.0 taks about SOAP 1.2. Hence SOAP verions support cannot be attributed to WSDL - we cannot pick it from WSDL. Rahter, the user has to decide, hopefully at client level what SOAP version to use and the engine that provides the service has to support that perticular SOAP version (or else would get a SOAP fault) Thanks, Samisa... On 6/30/05, Samisa Abeysinghe wrote: > Hi all, > As I mentioned in an earlier email, we have SOAP 1.1 verion > hardcoded in generated code. >=20 > This also means that we have been always using SOAP 1.1 and never > tested SOAP 1.2 code. (Correct me if I am wrong) >=20 > I propose that we provide and an API at Stub level to set the SOAP > version. (e.g. Stub::setSOAPVersion() ). Then like we do for the SOAP > action in the generetd code, the generated code would not set the SOAP > version if it is laready set. Else it would set that to the default > of SOAP 1.1 9which is the de-facto hard coded default that we have as > of now. >=20 > Value your thougts on this. > Thanks, > Samisa... >