Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 77021 invoked from network); 4 Nov 2008 08:57:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Nov 2008 08:57:00 -0000 Received: (qmail 47743 invoked by uid 500); 4 Nov 2008 08:56:57 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 47711 invoked by uid 500); 4 Nov 2008 08:56:57 -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 47700 invoked by uid 99); 4 Nov 2008 08:56:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 00:56:57 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of amilasuriarachchi@gmail.com designates 72.14.220.156 as permitted sender) Received: from [72.14.220.156] (HELO fg-out-1718.google.com) (72.14.220.156) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 08:55:42 +0000 Received: by fg-out-1718.google.com with SMTP id d23so3459406fga.14 for ; Tue, 04 Nov 2008 00:56:13 -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=Akgctb21woX0ofl7M67Qn2HqQAvc/J+RqzYDYR1e+8s=; b=jevEa+xW8Wrd6CuKTGGOjOr/Wmp+LETHT9qeWRG/u3pNKyF5ntzZZ2rYVE3hLDZI5W A7BE2wLyQ1JS4ZLGDqT0a87jLTMpxx8/MEfRnlat7mabUzsc1Ltu/bnpvP4/S4cEg2MJ qyFRY5OQjS7OT9q2XeRT5hoL7eyJd8uBDSZcY= 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=tKd3ZnzzAMPvgXkyIHPvpe8wWVcCA2/b2SrChV70owUCd5ha9Zo/LpEb6bOPdYRkQA ZllEz1c4LzEWmUmmyGXqRyonev7bIXNYvjF5ZHsy37aYYa7ApGq87wv7BoU91D2FCl51 q4FzguO7rEL8c6b7q4/AtcLjN9wzn1CTod4s8= Received: by 10.103.24.17 with SMTP id b17mr544546muj.24.1225788973063; Tue, 04 Nov 2008 00:56:13 -0800 (PST) Received: by 10.103.12.6 with HTTP; Tue, 4 Nov 2008 00:56:12 -0800 (PST) Message-ID: <60708f4b0811040056r5d057c46r897955f5105d6d85@mail.gmail.com> Date: Tue, 4 Nov 2008 14:26:12 +0530 From: "Amila Suriarachchi" To: axis-user@ws.apache.org Subject: Re: Issue in WSDL2Java Generation In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_47790_12880617.1225788972997" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_47790_12880617.1225788972997 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline please log a jira. On Mon, Nov 3, 2008 at 2:44 PM, Meenakshisundaram, Pattabiraman < Pattabiraman.Meenakshisundaram@aig.com> wrote: > > Hi, > > > > > I have problem in using the generated stub as I am getting compilation > error (param0 not defined) as shown below. I also understand that many > others have asked but I could not see any solution. > // add the children only if the > parameter is not null > *if* (*param0*!=*null*){ > > I am attaching the wsdl with this mail. Please note that I checked for WS-I > compliance using SoapScope product and it complained only about the header > and rest are fine. > > > Please note that I had to rewrite this wsdl as it was using SOAP-ENC and > XmlBeans was not generating the array elements as expected. > > Could anyone provide me the directions to resolve this? > > Thanks > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/ ------=_Part_47790_12880617.1225788972997 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline please log a jira.

On Mon, Nov 3, 2008 at 2:44 PM, Meenakshisundaram, Pattabiraman <Pattabiraman.Meenakshisundaram@aig.com> wrote:
 
Hi,
 
 
 
 
I have problem in using the generated stub as I am getting compilation error (param0 not defined) as shown below. I also understand that many others have asked but I could not see any solution.
                                       // add the children only if the parameter is not null
                                        if (param0!=null){
 
I am attaching the wsdl with this mail. Please note that I checked for WS-I compliance using SoapScope product and it complained only about the header and rest are fine.
 
 
Please note that I had to rewrite this wsdl as it was using SOAP-ENC and XmlBeans was not generating the array elements as expected.
 
Could anyone provide me the directions to resolve this?
 
Thanks
 
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org



--
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/
------=_Part_47790_12880617.1225788972997--