Hi, I just integrated my first cxf web service today. I'm using JAX-WS annotations and have set up the CXF service with spring. I have a lot of clients that will invoke the webservice and the service is updated quite often.
When generating the client I use eclipse generate web service client and type in the webservice wsdl url. There are some major problems with this procedure and requires a lot of starting server and going thru all clients deleting the old client code and generating new. How do you do this? I have seen the maven cxf code gen plugin but this requires a wsdl. Is there any way of generating the client code from the impl class or the interface without using the wsdl? -- View this message in context: http://old.nabble.com/CXF-and-Spring-code-gen-tp27834467p27834467.html Sent from the cxf-user mailing list archive at Nabble.com.
