Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The goal is to allow someone to create a client without ever running wsdl2java. The attached patch augments some of the core CXF classes in trivial ways and provides a factory class that creates client instances from a WSDL URL. The context classloader is augmented to include the JAXB-generated classes for the client, so request/response objects need to be created/accessed with reflection (or using a dynamic language like Groovy or JRuby or...).
Hope that this is useful.