Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 26163 invoked from network); 4 Mar 2008 13:32:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2008 13:32:58 -0000 Received: (qmail 16334 invoked by uid 500); 4 Mar 2008 13:32:46 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 16295 invoked by uid 500); 4 Mar 2008 13:32:45 -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 16272 invoked by uid 99); 4 Mar 2008 13:32:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 05:32:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of deepalk@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 13:32:09 +0000 Received: by ug-out-1314.google.com with SMTP id a2so3245735ugf.13 for ; Tue, 04 Mar 2008 05:32:18 -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:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=7qmO0FSwB8tR95yTT8cQKdpAacPzYC4zb7hgTYdbaZ8=; b=hsVTvkEv3fmnLS7gmJQFx1B2d+074omCv1hOjPM9e/SUjz6y0LKcwbZEvYKrc8WXpQP47j3jlNeUbENYzt0q9MQcHzrXWUyoI0YdnzdwF6WhVPhWmCnvwcnkAWmaIvUc2wQ9/8TR453wOcES5tHkLTp0NZCYk3JmF0MW8Meevzc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=Q04Gx9/XiY4TB3DMzP9UqKWGETmT1sozyVO08osg3cJXW+y/sxHwW0fEtP5Lv31vEwlO0q+OiPyf6XP5pBK6JX7aplXxRBIcD/Gy61qRbF3Yf+foadaRrQG8sU0kHVeDb0thY3la5cjnhI9dT8NdP4/nOn7iX5zDQUltFKvw2Po= Received: by 10.78.133.2 with SMTP id g2mr2860035hud.33.1204637537174; Tue, 04 Mar 2008 05:32:17 -0800 (PST) Received: from ?10.100.1.132? ( [123.231.21.16]) by mx.google.com with ESMTPS id 18sm1233517hue.9.2008.03.04.05.32.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 04 Mar 2008 05:32:15 -0800 (PST) Message-ID: <47CD4F56.1060207@gmail.com> Date: Tue, 04 Mar 2008 19:02:06 +0530 From: Deepal jayasinghe User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: axis-dev@ws.apache.org Subject: Re: Additional flexibility in Axis2 Java2WSDL? References: In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Raymond Feng wrote: > Hi, > > We (Apache Tuscany) project uses the Axis2 1.3 Java2WSDL to generate > WSDLs from java interfaces. Now we run into a few issues (please see > https://issues.apache.org/jira/browse/TUSCANY-2059, > https://issues.apache.org/jira/browse/TUSCANY-2060). > > 1) Axis2 automatically exclude the following methods in Utils: > > /** > * To add the exclude method when generating scheams , here the > exclude methods > * will be session releated axis2 methods > */ > public static void addExcludeMethods(ArrayList excludeList) { > excludeList.add("init"); > excludeList.add("setOperationContext"); > excludeList.add("startUp"); > excludeList.add("destroy"); > excludeList.add("shutDown"); > } > > Is it possible to override this list? Yes at the moment we cant do that but we can get that working , please create a JIRA in Axis2 and link TUSCANY issue. > > 2) Axis2 maps a java method with void return into an ONEWAY WSDL > operation, is it possible to override it? Nope you can not do. Anyway for such kind of method what do you want Axis2 to generate ? > > 3) Do you have any plan to provide a Java2WSDL facility which conforms > the JAXWS 2.1 spec? Not at the moment :) Thank you, Deepal --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org