[ 
https://issues.apache.org/jira/browse/CXF-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Diephouse closed CXF-407.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-RC

Applied to SVN.

> Create a JAXB client without wsdl-to-java step
> ----------------------------------------------
>
>                 Key: CXF-407
>                 URL: https://issues.apache.org/jira/browse/CXF-407
>             Project: CXF
>          Issue Type: New Feature
>          Components: Core, JAXB Databinding, Service Model
>            Reporter: Paul R. Brown
>         Assigned To: Dan Diephouse
>             Fix For: 2.0-RC
>
>         Attachments: dynamicclient.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to