You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Benson Margulies <bi...@gmail.com> on 2010/12/20 18:26:25 UTC

JAX-WS wrapper compilation

@WebMethod
    @ResponseWrapper(className = "com.basistech.rnt.ws.TranslateResponse")
    List<TranslationResult> translate(@WebParam(name = "job")
TranslationJob job,
                                      @WebParam(name = "options")
Options options) throws RNTException;

A response wrapper, but no request wrapper. I see the ASM code in JAXB
at work on the response. Howcome?

Re: JAX-WS wrapper compilation

Posted by Daniel Kulp <dk...@apache.org>.
On Monday 20 December 2010 12:26:25 pm Benson Margulies wrote:
> @WebMethod
>     @ResponseWrapper(className = "com.basistech.rnt.ws.TranslateResponse")
>     List<TranslationResult> translate(@WebParam(name = "job")
> TranslationJob job,
>                                       @WebParam(name = "options")
> Options options) throws RNTException;
> 
> A response wrapper, but no request wrapper. I see the ASM code in JAXB
> at work on the response. Howcome?

That sounds like a bug.   It should just be asming the missing things but 
using what is provided.   Can you create a test case and log an issue?


-- 
Daniel Kulp
dkulp@apache.org
http://dankulp.com/blog