Thanks for the reference to wsdl_first example, it was very helpful. One last question, what would it take to do the following with the wsdl2java and is it even possible.
Run wsdl2java and produce the following: 1) jar file the interface service class 2) jar file the sample implementation classes 3) war the actual web service endpoint web project The goal is that the interfaces could be compiled and package separately so that both the web service endpoint (war) could use the jar and the implementation jar could use the interface jar. And this would allow a technical lead to build these projects and just hand off the implementation classes (jar development) to a separate team. Thanks for your help, Jay -- View this message in context: http://cxf.547215.n5.nabble.com/Maven-CXF-wsdl2java-code-generation-tp557902p950506.html Sent from the cxf-user mailing list archive at Nabble.com.
