Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C64B2D7AF for ; Thu, 26 Jul 2012 19:37:36 +0000 (UTC) Received: (qmail 58501 invoked by uid 500); 26 Jul 2012 19:37:34 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 58441 invoked by uid 500); 26 Jul 2012 19:37:34 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 58384 invoked by uid 99); 26 Jul 2012 19:37:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2012 19:37:34 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.95.72.244] (HELO mxout.myoutlookonline.com) (64.95.72.244) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2012 19:37:27 +0000 Received: from mxout.myoutlookonline.com (localhost [127.0.0.1]) by mxout.myoutlookonline.com (Postfix) with ESMTP id 236308BF1B0 for ; Thu, 26 Jul 2012 15:37:07 -0400 (EDT) X-Virus-Scanned: by SpamTitan at mail.lan Received: from S10HUB001.SH10.lan (unknown [10.110.2.1]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mxout.myoutlookonline.com (Postfix) with ESMTPS id B6FFA8BF16F for ; Thu, 26 Jul 2012 15:37:06 -0400 (EDT) Received: from S10HUBR002.SH10.lan (10.110.133.101) by S10HUB001.SH10.lan (10.110.133.11) with Microsoft SMTP Server (TLS) id 14.1.355.2; Thu, 26 Jul 2012 15:37:06 -0400 Received: from [192.168.1.47] (74.96.56.7) by mail10.myoutlookonline.com (10.110.133.101) with Microsoft SMTP Server id 14.1.289.1; Thu, 26 Jul 2012 15:37:06 -0400 Message-ID: <50119C61.2020403@talend.com> Date: Thu, 26 Jul 2012 15:37:05 -0400 From: Glen Mazza User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Subject: Re: Code Generation from Eclipse with Exceptions References: <1343316408300-5711622.post@n5.nabble.com> <1343328215913-5711630.post@n5.nabble.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [74.96.56.7] Hmm, instead of a "wsdl" folder, following Maven structure I would say place it either in "resources" or "config", depending on whether the WSDL & XSDs are to be available in the classpath or not. Glen On 07/26/2012 03:10 PM, Christoph Emmersberger wrote: > Hi, > > yes, I think we all recommended you doing the following > > (1) Setting up a project structrure > > src > │ ├── main > │ │ ├── java > │ │ ├── resources > │ │ ├── wsdl > ├── pom.xml > > (2) Storing the service definition in the wsdl folder > Than please place the *.wsdl file and all manually downloaded (yes, the browser is one option, wget another one) *.xsd files into the wsdl folder. > > (3) Configuring the cxf-codegen-plugin to your needs > This documentation might help: http://cxf.apache.org/docs/maven-cxf-codegen-plugin-wsdl-to-java.html > > (4) Run Maven > > mvn clean generate-sources > > or directly > > mvn clean install > > Everything should be generated. If you have issues the -X option in maven might help you figuring out what went wrong. > > Many greets and kind regards, > > Christoph > > > On Jul 26, 2012, at 8:43 PM, Heiake2 wrote: > >> Sorry for asking such stupid question ... but, where can I download those >> files? >> Do I have to enter the URL in the browser and copy + paste the entry and >> save it in wsdl files? >> >> Sorry ... I am new to all this webservice stuff =) >> >> >> >> -- >> View this message in context: http://cxf.547215.n5.nabble.com/Code-Generation-from-Eclipse-with-Exceptions-tp5711622p5711630.html >> Sent from the cxf-user mailing list archive at Nabble.com. > -- Glen Mazza Talend Community Coders coders.talend.com blog: www.jroller.com/gmazza