Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix usage of EndpointType.JAX_WS_WSDL #69

Open
amankmishra opened this issue Jul 17, 2018 · 3 comments
Open

Fix usage of EndpointType.JAX_WS_WSDL #69

amankmishra opened this issue Jul 17, 2018 · 3 comments

Comments

@amankmishra
Copy link

amankmishra commented Jul 17, 2018

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?

@OptimusPrimeLogan
Copy link

Facing the same, any luck?

@OptimusPrimeLogan
Copy link

@ctoestreich Any timelines on adding JAX_WS_WSDL to the EndPointType?

@ctoestreich
Copy link
Member

Let me see if I can dust off my grails skills and add that feature and get it built.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants