Dear CXF team: I am following http://cwiki.apache.org/CXF20DOC/developing-a-service.html to develop a WSDL first web service: "
1. Generate starting point code. 2. Implement the service's operations. 3. Publish the implemented service. " I finished step 2 but could not find step 3 instructions. I think it would work the same way as Java first development after wsdl2java operation, but not sure if it is the proper way. I think WSDL first means that when user access the webservice, server will respond with the original WSDL contract, not the regenerated WSDL from java classes generated from wsdl2java tool, right ? Please guide. Thanks Feng
