I have an existing application that uses XFire 1.2.6 to expose web services via the "code first" model. We now need to switch to a "contract first" model, without breaking any clients that are using the existing web services.
Any suggestions on how to go about doing this? I saved a copy of the XFire-generated WSDL and ran the CXF "wsdl2java" tool against it, but it seems like there has to be a better way. The application has interfaces for all of the classes exposed by XFire-can we take advantage of those? Thanks for any help. Jason
