Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 86082 invoked from network); 15 Mar 2007 12:39:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2007 12:39:53 -0000 Received: (qmail 49211 invoked by uid 500); 15 Mar 2007 12:40:01 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 48514 invoked by uid 500); 15 Mar 2007 12:39:59 -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 48503 invoked by uid 99); 15 Mar 2007 12:39:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 05:39:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of davanum@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 05:39:48 -0700 Received: by ug-out-1314.google.com with SMTP id j40so338753ugd for ; Thu, 15 Mar 2007 05:39:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D0pri6riM0QizXsdwyZph7m7d+cRqKWHWevR06U5h8zXOO+iaSfGBIJHKnVeN55YXON6UR13RMJD7vXZFU8/leOmdsbdOgitqOmHLsLLgVwN3mFvqItC0AaG4C51UXIgqrTtw5xFOzwoNGkKy+NVAgFHgp6mDoVNrOTVRu3fduI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=njSuMbixxYYNgrdR/HJegb7a5BlS6PhVqx4nXAEZF8/XBX72rnsgwng7a7OKvCgnx6y3fN2Pv4IGyMRBcpRxVKPJYKdgo/u5WU+MR9z0jfbT9100Zatp7g9oQFCdg6rBu4xxmDsbzlwOw1rXsocErUUTgZo9mGG/x1XDSei7iZE= Received: by 10.115.14.1 with SMTP id r1mr196641wai.1173962359589; Thu, 15 Mar 2007 05:39:19 -0700 (PDT) Received: by 10.114.133.10 with HTTP; Thu, 15 Mar 2007 05:39:19 -0700 (PDT) Message-ID: <19e0530f0703150539g12061509ued7f801864b9699@mail.gmail.com> Date: Thu, 15 Mar 2007 08:39:19 -0400 From: "Davanum Srinivas" Reply-To: dims@apache.org To: axis-dev@ws.apache.org, "Nicholas L Gallardo" , "R J Scheuerle Jr" Subject: Re: [Axis2] Parameter Oder and jaxws tests problem In-Reply-To: <60708f4b0703150522r117f3067se6858859681caf0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <60708f4b0703150522r117f3067se6858859681caf0@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Nick, Rich, Thoughts please. thanks, dims On 3/15/07, Amila Suriarachchi wrote: > Lets take this wsdl fragment. > > > > > > > > > ... > > > > > > > > Assume this portType binds to an rpc/literal type soap binding. > Then the Request message should have parts Part1,Part2, Part3. > What about the response Message? > The wsdl spec says the only part we can miss should be the return type. > Therefore the response > message should have a part called *result* (instead of Part4 since it is the > return type) > Please correct me if I wrong. > > However In the current implementation I have made a mistake, So that the > response does not include any parts. > I belive this is wrong. > > The jaxws tests have a test called RPCProxyTests.java and it uses the > RPCLit.wsdl. > > this wsdl contains similar cases as in above. > eg. > > > > > > > > > > > > > > > > > name="testListsRequest"/> > name="testListsResponse"/> > > > The problem is, > When I fixed the earlier problem in WSDL11ToAxisServiceBuilder ( i.e. to > insert the return type) > It seems This test case get fail. > > As a result of this I can not fix this bug and can someone please look into > this test case? > Can someone check whether it generates a part for *testCalendarList1Return* > and similar parts as well. > > Thankx. > Amila. > > > -- > Amila Suriarachchi, > WSO2 Inc. -- Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org