When I deploy a WAB (mega-bundle WAR) to karaf which has a SOAP web service
endpoint defined with the appropriate annotations like @WebService,
@WebMethod, @WebResult, etc. where is the WSDL stored in karaf file system?

e.g. I navigate to: http://localhost:8181/ws/MyManagerWS?wsdl

Where is that file being loaded from?  Reason I ask is b/c I have a WSDL
that is being generated by (presumably) CXF 2.7.10 in karaf during
installation of bundle or startup of karaf and I'm also generating my own
WSDL using cxf-java2ws-plugin by maven (that is subsequently being
converting to Java classes using cxf-codegen-plugin in maven) and there are
differences in the two resulting WSDL files which is apparently causing a
JAXB UnmarshalException and it's very difficult to troubleshoot/fix this.

How is the WSDL generated by CXF in karaf and what config does it use???



--
View this message in context: 
http://karaf.922171.n3.nabble.com/CXF-regenerating-a-WSDL-tp4033295p4033316.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to