Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 88898 invoked from network); 4 Jan 2006 00:53:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jan 2006 00:53:10 -0000 Received: (qmail 7370 invoked by uid 500); 4 Jan 2006 00:53:02 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 7309 invoked by uid 500); 4 Jan 2006 00:53:01 -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 7283 invoked by uid 99); 4 Jan 2006 00:53:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2006 16:53:01 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of edongliu@gmail.com designates 66.249.82.201 as permitted sender) Received: from [66.249.82.201] (HELO xproxy.gmail.com) (66.249.82.201) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2006 16:53:00 -0800 Received: by xproxy.gmail.com with SMTP id t15so1491698wxc for ; Tue, 03 Jan 2006 16:52:39 -0800 (PST) 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:content-transfer-encoding:content-disposition:references; b=PD0S2DHoXoEhqJ2TuHlmcp+1CiQlBm8NPbaJGrjP4rP+p1xWcsYxmX9200gD9WqrQd9r+0ZZc+lkwof3oa3V8KB0OP6s5iA609pH7ZJDO3RsW94ftcsaIsu0rGWkcQsv2U6PmaqnMOm/4uwwdIq4aiUpjf5c3TwWxxdIH/RouL0= Received: by 10.70.109.10 with SMTP id h10mr9848231wxc; Tue, 03 Jan 2006 16:52:39 -0800 (PST) Received: by 10.70.78.5 with HTTP; Tue, 3 Jan 2006 16:52:39 -0800 (PST) Message-ID: Date: Tue, 3 Jan 2006 18:52:39 -0600 From: Dong Liu To: axis-dev@ws.apache.org, axis-user@ws.apache.org Subject: Re: [Axis2] how to generate java code without xmlbean things using wsdl2java in axis2 .93 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N OK, it is the switch "-d none". I could not find it in the pdf version of code generator document. Maybe the documents of axis2 need to be updated. On 1/3/06, Dong Liu wrote: > hi, folks, > > I want to figure out how to generate java code using the wsdl2java > tool without those xmlbean stuff just like the axis2 .92 eclipse > plug-in does. > > Thanks, > > Don >