Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 9836 invoked from network); 16 Oct 2006 06:36:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Oct 2006 06:36:54 -0000 Received: (qmail 39933 invoked by uid 500); 16 Oct 2006 06:36:44 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 39913 invoked by uid 500); 16 Oct 2006 06:36:44 -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 39887 invoked by uid 99); 16 Oct 2006 06:36:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Oct 2006 23:36:44 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,HTML_TAG_EXIST_TBODY,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of btyfan@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO py-out-1112.google.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Oct 2006 23:36:43 -0700 Received: by py-out-1112.google.com with SMTP id x31so2231728pye for ; Sun, 15 Oct 2006 23:36:22 -0700 (PDT) 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:references; b=du0Ojjut3vxTxiljuNGGd6F1NfRpQhZjCw6gHPLeI9nVAXw81F8JtAkyjRrKRZgQkSPnXaAxB4GpOyM3ZfsGBO/ZEpnHmRmjnrY3qFcSfBBWYzixckPCIZbArh4YGaJZ+ej8R0fe1cx0ZDR9SVwfe2G8Elyof2vpdZ4NhN/wgvo= Received: by 10.35.17.8 with SMTP id u8mr12128816pyi; Sun, 15 Oct 2006 23:36:22 -0700 (PDT) Received: by 10.35.43.2 with HTTP; Sun, 15 Oct 2006 23:36:22 -0700 (PDT) Message-ID: <79171e3d0610152336o575a3c16gfb8bd396c72a1cf5@mail.gmail.com> Date: Mon, 16 Oct 2006 16:36:22 +1000 From: "Benjamin Fan" To: axis-user@ws.apache.org Subject: Re: incomplete generated WSDL file In-Reply-To: <200610121358.k9CDwjmX015386@pasteur.capgemini.fr> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_68940_10399754.1160980582268" References: <200610121358.k9CDwjmX015386@pasteur.capgemini.fr> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_68940_10399754.1160980582268 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I strongly recommend _against_ using Java2WSDL - the WSDL is very poor in my opinion. Last time I used Axis I hand-cut the WSDL; vetted it within XMLSpy & Eclipse (uses the W3C test suite) and used WSDL2Java. On 12/10/06, Nicolas Urien wrote: > > Hi, > > I am using Axis v1.4. > > My axis generated WSDL file is incomplete (method description is missing). > > Attached are my implementation class and generated wsdl file. > > Here are my scripts arguments (Java2WSDL): > > -o ${project_loc}/src/main/wsdl/Instance.wsdl -l " > http://localhost:9000/instanceapi-ws-1.0.0-SNAPSHOT/servlet/services/InstanceAPIService" > -n urn:InstanceAPIService -p"InstanceAPIService" urn:InstanceAPIService > org.gieorganiccancava.instance.api.ws.instance.InstanceAPIService > > Please help. > > Thanks in advance. > > > This message contains information that may be privileged or confidential > and is the property of the Capgemini Group. It is intended only for the > person to whom it is addressed. If you are not the intended recipient, you > are not authorized to read, print, retain, copy, disseminate, distribute, or > use this message or any part thereof. If you receive this message in error, > please notify the sender immediately and delete all copies of this message. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > > ------=_Part_68940_10399754.1160980582268 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I strongly recommend _against_ using Java2WSDL - the WSDL is very poor in my opinion. Last time I used Axis I hand-cut the WSDL; vetted it within XMLSpy & Eclipse (uses the W3C test suite) and used WSDL2Java.

On 12/10/06, Nicolas Urien <nicolas.urien@capgemini.com> wrote:
Hi,
 
I am using Axis v1.4.
 
My axis generated WSDL file is incomplete (method description is missing).
 
Attached are my implementation class and generated wsdl file.
 
Here are my scripts arguments (Java2WSDL):
 
-o ${project_loc}/src/main/wsdl/Instance.wsdl -l " http://localhost:9000/instanceapi-ws-1.0.0-SNAPSHOT/servlet/services/InstanceAPIService" -n urn:InstanceAPIService -p"InstanceAPIService" urn:InstanceAPIService org.gieorganiccancava.instance.api.ws.instance.InstanceAPIService
 
Please help.
 
Thanks in advance.
 
 
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.


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



------=_Part_68940_10399754.1160980582268--