Details
Description
I have the following method in my SEI:
@WebMethod(operationName = "updateContactPoint")
@WebResult(targetNamespace = "http://foo.com/model", name = "contactPoint")
ContactPoint update(
@WebParam(targetNamespace = "http://foo.com/model", name = "criteria") ContactPoint cp);
And when this runs through the code generator, the request wrapper class and the response wrapper class are update and updateResponse instead of updateContactPoint and updateContactPointResponse.