This sounds like a bug. Can you log and issue (and hopefully attach at least a test case. A patch would be good as well.)
Dan On Thursday 09 September 2010 7:34:56 pm jaybytez wrote: > I have the following method in my SEI: > > @WebResult(name = "successful") > @WebMethod(operationName = "removeContactPoint") > Boolean remove(@WebParam(name = "id") Long id); > > And when this runs through the code generator, the request wrapper class > and the response wrapper class are remove and removeResponse instead of > removeContactPoint and removeContactPointResponse. > > Is there something that I am doing wrong? > > Thanks, > > Jay -- Daniel Kulp [email protected] http://dankulp.com/blog
