Hi, I have a large set of existing WSDL describing ~200 business interfaces, and a set of classes that bind SOAP to the underlying services and vice-versa.
I'm trying to publish these services through CXF, and so far have had mixed results My approach has been to subclass the CXFServlet, and on init() read the WSDL files from a jar on the classpath and use the WSDLServiceFactory to load these definitions. That worked ok. Now I want to 1. publish the services and 2. register custom databinders and invokers for them I'm not sure how to do that. Rather than messing about at what i suspect is too low a level I thought I'd ask if there's a better way. Cheers, Rob
