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
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-with-java2ws-and-genWrapperbean-not-honoring-operationName-tp2834289p2834289.html
Sent from the cxf-user mailing list archive at Nabble.com.