I hope that this isn't too obvious a question, but I haven't been able to
find an answer in either the documentation or the forums.

I have a Maven Java-first project that uses cxf-java2ws-plugin to generate
WSDL files, and maven-bundle-plugin to create an OSGi bundle.  I then deploy
the bundle to FUSE (ServiceMix) ESB 4, which uses its CXF feature to front
the web service.  Where (how) is the WSDL used by the web service
maintained?

Maven generates WSDL files, but these files are not placed in the bundle's
JAR file.  While the web service is running in the ESB, I cannot find any
relevant WSDL files in the ESB's directory tree, especially in this specific
bundle's subdirectory.  Is the WSDL regenerated by CXF when the web service
bundle is installed or started?  Is it maintained as an in-memory structure,
rather than as a file?

Thank you.

-- 
View this message in context: 
http://www.nabble.com/WSDL-generation-in-FUSE---ServiceMix-tp22847280p22847280.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to