You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having the same issue as in #1056 but this time with JAXWS (Soap WebService).
@WebService(name = "MyService", targetNamespace = "mynamespace")
@SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL, parameterStyle = SOAPBinding.ParameterStyle.WRAPPED)
publicinterfaceMyServiceIfc {
/** * The link to m2 in this doc points to m() instead of m2() * @deprecated Replaced by {@link #m2} */@Deprecatedlongm();
Stringm2();
}
I believe the fix should be applied to JAXWS plugin too
The text was updated successfully, but these errors were encountered:
agentnico
changed the title
@Link is generated to the wrong method in web documentation for jaxws
@Link is pointing to the wrong method in web documentation for jaxws
Mar 29, 2022
I am having the same issue as in #1056 but this time with JAXWS (Soap WebService).
I believe the fix should be applied to JAXWS plugin too
The text was updated successfully, but these errors were encountered: