Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 36219 invoked from network); 16 Dec 2006 15:36:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Dec 2006 15:36:16 -0000 Received: (qmail 42896 invoked by uid 500); 16 Dec 2006 15:36:15 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 42868 invoked by uid 500); 16 Dec 2006 15:36:14 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 42857 invoked by uid 99); 16 Dec 2006 15:36:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Dec 2006 07:36:14 -0800 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of atmanes@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Dec 2006 07:36:04 -0800 Received: by nf-out-0910.google.com with SMTP id o63so1319214nfa for ; Sat, 16 Dec 2006 07:35:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uXCoMmucYj+hGqh6BrCAsYvbd3+Yb6jjVo7cFamXZ2BWcI9dlbOvekDCUrWodt+ctIrmVpSIhU+kYxyAafWjkWb+2CNasF1XcgajBKeEMsqmolvywyTzgIK25+z79ibJDgKIwmsDX7mW1Oe8J+IH0ktMGO8AEMzuiEpfPzcRfBc= Received: by 10.82.190.2 with SMTP id n2mr272956buf.1166283342777; Sat, 16 Dec 2006 07:35:42 -0800 (PST) Received: by 10.82.117.17 with HTTP; Sat, 16 Dec 2006 07:35:42 -0800 (PST) Message-ID: Date: Sat, 16 Dec 2006 10:35:42 -0500 From: "Anne Thomas Manes" To: axis-user@ws.apache.org Subject: Re: [axis2 1.1] Using ServiceClient not working In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org What does the request message from the stub look like? Can you also provide the WSDL? On 12/16/06, Qiyun Yang wrote: > > Hi, > > I developed two versions of clients, one using stub which works and another > one using serviceClient which not not work (in terms of result). > > I checked the soap message, using ServiceClient, the client sent the soap > request as: > > > > > > > 12.2 > 25.5 > > > > > the skeleton received the following: > > From Client: > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> > 12.2 > 25.5 > > > The codes retrieve the data: > > float width = param0.getParameters().getWidth(); > float height = param0.getParameters().getHeight(); > System.out.println("Data from client: " + width + " " + height ); > > result: > Data from client: 0.0 0.0 > > why not 12.2 and 25.5 as received from incoming xml doc? > > I am not sure where went wrong, please advise which is appreciated. > > [it works as expected if using stub]. > Thanks. > Q > > _________________________________________________________________ > Find just what you are after with the more precise, more powerful new > Windows Live Search. http://search.msn.com.sg/ Try it now. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org