When you run wsdl2java, it just generates items and separates them by content type. You need to put them together, depending on how you will deploy your app. For a War file, the most important dir is WebContent.
The samples are setup so that you can easily see the various items, but that is not how they will be deployed. You can follow the build.xml in the samples to see exactly how it is generating the final War file. For your project, you may have a different setup, so your build.xml may be different, too. So you will need to modify the generated build.xml to pick up your items in whichever location you have them, and build your project. -----Original Message----- From: mabroukONnet [mailto:[EMAIL PROTECTED] Sent: Friday, June 08, 2007 7:54 AM To: [email protected] Subject: muse 2.2.0 wsrf Hi, I haven't problem with all muse2.2.0 examples, they are executed with success. But, i can't see, why the structure of the samples produced with muse2.2.0 distribution and the generated structure with "wsdl2java -j2ee axis2 ...etc" aren't the same ? In fact, when i execute the wsdl2java with the Simple Sample wsdl file, it produce: - JavaSource (folder containing Capability classes) - WebContent (folder containing WEB-INF and axis2-web) - build.xml (build file) while the structure of the simple example is: - src - router-entries - config thanks, mabroukONnet -- View this message in context: http://www.nabble.com/muse-2.2.0-wsrf-tf3890287.html#a11028019 Sent from the Muse User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
