Hi Glen, as far as I have it in my mind, the wsdl folder is the default location for the plugin.
Just wanted to make things easier, but yes, you are right, if you need to configure your CXF endpoint for the specific WSDL it might be a good idea also including the sources into resources. Many greets and kind regards, Christoph P.S. Maybe it might be best looking into both places /src/main/wsdl and /src/main/resources/wsdl in the future On Jul 26, 2012, at 9:37 PM, Glen Mazza wrote: > 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 >
