Tutorial how to create a CXF web service from existing Java code and embed it in Tomcat

Posted by EugeneP on Stack Overflow See other posts from Stack Overflow or by EugeneP
Published on 2010-04-19T10:50:02Z Indexed on 2010/04/19 10:53 UTC
Read the original article Hit count: 218

Filed under:
|
|
|

Do you know a tutorial how to create a CXF web service from existing Java code and embed it in Tomcat, and also generate a wsdl file so that any .NET system would be able to generate client code easily?

I miss that WSDL creation point in, for example this http://www.ibm.com/developerworks/library/ws-pojo-springcxf/ tutorial. No wsdl file is generated. But still it should be present in my case to provide system interoperability.

© Stack Overflow or respective owner

Related posts about java

Related posts about jax-ws