Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 99070 invoked from network); 15 Oct 2008 03:57:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2008 03:57:28 -0000 Received: (qmail 27055 invoked by uid 500); 15 Oct 2008 03:57:23 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 26998 invoked by uid 500); 15 Oct 2008 03:57:23 -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 26987 invoked by uid 99); 15 Oct 2008 03:57:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Oct 2008 20:57:23 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.18.98.43] (HELO brmea-mail-2.sun.com) (192.18.98.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2008 03:56:15 +0000 Received: from fe-amer-09.sun.com ([192.18.109.79]) by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m9F3ugfc021669 for ; Wed, 15 Oct 2008 03:56:42 GMT Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0K8R00K01HKVG900@mail-amer.sun.com> (original mail from Jason.Weinstein@Sun.COM) for axis-dev@ws.apache.org; Tue, 14 Oct 2008 21:56:42 -0600 (MDT) Received: from [129.153.166.113] by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0K8R005WJHMCV030@mail-amer.sun.com> for axis-dev@ws.apache.org; Tue, 14 Oct 2008 21:56:37 -0600 (MDT) Date: Tue, 14 Oct 2008 20:56:36 -0700 From: Jason Weinstein Subject: I would like to utilize the axis framework to generate java code for wsdls which are not soap based. Sender: Jason.Weinstein@Sun.COM To: axis-dev@ws.apache.org Message-id: <48F569F4.80009@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Virus-Checked: Checked by ClamAV on apache.org I would like to utilize the axis framework to generate java code for wsdls which are not soap based. I am looking to generate java classes which implement the wsdl operations. The arguments/return to the operations could be jaxb/xmlbeans objects for instance or some axis variant. The interfaces generated by axis are likely largely correct for my uses, but it would be the implementation of the java interface methods which i want to change, etc. I have two separate cases. 1) in which the codegen uses only the abstract wsdl to generate the java code and 2) in which the codegen uses the concrete&abstract parts to generate the java code How can/does one plugin in their own code generators/emitters to axis? Or any other/better means to generate the code? I have already looked at jax-ws, but have not found it to be very pluggable. Any help or pointers to code or examples would be very helpful. Thanks, Jason --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org