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 [email protected] http://dankulp.com/blog
