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
As per the updated document of Grails 3, I should still be able to use EndpointType.JAX_WS_WSDL to expose a service endpoint as a wsdl first jax web service endpoint. However, JAX_WS_WSDL isn't part of EndpointType enum anymore.
What do you suggest?
The text was updated successfully, but these errors were encountered:
Hi,
I am upgrading a project from Grails 2.x to Grails 3.x. In Grails 2 project, there are few endpoints with value
expose = EndpointType.JAX_WS_WSDL
Sample code is
@GrailsCxfEndpoint(address = 'someService', expose = EndpointType.JAX_WS_WSDL)
As per the updated document of Grails 3, I should still be able to use EndpointType.JAX_WS_WSDL to expose a service endpoint as a wsdl first jax web service endpoint. However,
JAX_WS_WSDL
isn't part of EndpointType enum anymore.What do you suggest?
The text was updated successfully, but these errors were encountered: