Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 81052 invoked from network); 10 Jan 2009 01:57:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2009 01:57:14 -0000 Received: (qmail 61399 invoked by uid 500); 10 Jan 2009 01:57:05 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 61372 invoked by uid 500); 10 Jan 2009 01:57:05 -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 61363 invoked by uid 99); 10 Jan 2009 01:57:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2009 17:57:05 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wishing.carebear@gmail.com designates 74.125.78.148 as permitted sender) Received: from [74.125.78.148] (HELO ey-out-1920.google.com) (74.125.78.148) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jan 2009 01:56:57 +0000 Received: by ey-out-1920.google.com with SMTP id 4so1096580eyg.28 for ; Fri, 09 Jan 2009 17:56:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=3V7NW8HqMs3rgNpmlJdo80fv0MDGZ4bzi5zgDDOlSrk=; b=LGZHDSp/TrPm1pBSALFbaLxxSYh14YEaRPa/v3Fkdg2hd4utiJYsRiy8K0m0Bc7nRt Gj6zU0fG7wtFQ+R8w+wgR/+y3bHJrNzkz+Iog+f2b8eWzB05dg5mLnteObdnN9pWUabL ZkEbWLQgcKZGoG9BX0iiugEXmi0T9u5ZtMTiI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=AZu3nItnqOxcPmpRfPYsGnuDKe3CcxJl59NknXnPwQZBjxDVtshvsW5JTcjIw4qYsx g53oYcPiQF3NtZtNCQwhNhEMJ/ON4x0/Y/HB5gXS0XGo2eNIsMnMU21xZQHGPOV10J9V BBISZGKSYQMWAYIVVK51PI+rEpzXeRG1Of2m0= Received: by 10.210.38.5 with SMTP id l5mr8153216ebl.102.1231552596220; Fri, 09 Jan 2009 17:56:36 -0800 (PST) Received: by 10.210.111.17 with HTTP; Fri, 9 Jan 2009 17:56:36 -0800 (PST) Message-ID: <27407ce90901091756i420240ddx825c4ce618e502d4@mail.gmail.com> Date: Fri, 9 Jan 2009 17:56:36 -0800 From: "Wishing Carebear" To: axis-user@ws.apache.org Subject: Re: Parameter name as Param0 In-Reply-To: <27407ce90901082218m3bf99697sa631c4146a8e7bb2@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_236646_14290101.1231552596228" References: <27407ce90901081707k3036a2f6xe1b8356fd53915f4@mail.gmail.com> <27407ce90901082218m3bf99697sa631c4146a8e7bb2@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_236646_14290101.1231552596228 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks Keith. Adding the debug flag to the ant script for Java compilation took care of the issue. On Thu, Jan 8, 2009 at 10:18 PM, Wishing Carebear < wishing.carebear@gmail.com> wrote: > Thanks Keith, I will enable the debug option and try it out. > > Regards, > Ravi > > On Thu, Jan 8, 2009 at 5:48 PM, keith chapman wrote: > >> Hi Ravi, >> >> Please have a look at http://wso2.org/library/3743 That will give you the >> answer to your problem. >> >> Thanks, >> Keith. >> >> >> On Fri, Jan 9, 2009 at 6:37 AM, Wishing Carebear < >> wishing.carebear@gmail.com> wrote: >> >>> Hello: I'm new to axis2. Trying the pojoguide samples of Weatherservice >>> with a complextype Weather. >>> >>> When looking into the wsdl, noticed the Weather complexType has name as >>> param0 as shown below: >>> >>> >>> >>> >>> >>> >>> >> type="ax22:Weather"/> >>> >>> >>> >>> >>> Wondering if it is possible to give a logicalname. >>> >>> Thanks, >>> Ravi >>> >>> >>> >> >> >> -- >> Keith Chapman >> Senior Software Engineer >> WSO2 Inc. >> Oxygenating the Web Service Platform. >> http://wso2.org/ >> >> blog: http://www.keith-chapman.org >> > > ------=_Part_236646_14290101.1231552596228 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks Keith. Adding the debug flag to the ant script for Java compilation took care of the issue.

On Thu, Jan 8, 2009 at 10:18 PM, Wishing Carebear <wishing.carebear@gmail.com> wrote:
Thanks Keith, I will enable the debug option and try it out.
 
Regards,
Ravi

On Thu, Jan 8, 2009 at 5:48 PM, keith chapman <keithgchapman@gmail.com> wrote:
Hi Ravi,

Please have a look at http://wso2.org/library/3743 That will give you the answer to your problem.

Thanks,
Keith.


On Fri, Jan 9, 2009 at 6:37 AM, Wishing Carebear <wishing.carebear@gmail.com> wrote:
Hello:
I'm new to axis2. Trying the pojoguide samples of Weatherservice with a complextype Weather.

When looking into the wsdl, noticed the Weather complexType has name as param0 as shown below:

<xs:element name="setWeather">

   <xs:complexType>

        <xs:sequence>
             <xs:element minOccurs="0" name="param0" nillable="true" type="ax22:Weather"/>
        </xs:sequence>
   </xs:complexType>
</xs:element>

Wondering if it is possible to give a logicalname.

Thanks,
Ravi





--
Keith Chapman
Senior Software Engineer
WSO2 Inc.
Oxygenating the Web Service Platform.
http://wso2.org/

blog: http://www.keith-chapman.org


------=_Part_236646_14290101.1231552596228--