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

Generate full set of attributes for @WebService annotation #59

Open
lchdev opened this issue Oct 4, 2017 · 1 comment
Open

Generate full set of attributes for @WebService annotation #59

lchdev opened this issue Oct 4, 2017 · 1 comment

Comments

@lchdev
Copy link

lchdev commented Oct 4, 2017

Currently, when generating a service interface, the plugin adds the @webservice annotation with name and targetNamespace attributes only, while there are also attributes for serviceName, portName, wsdlLocation and endpointInterface.

This is unfortunate since popular frameworks (Spring for instance) uses those attributes as default values when configuring the port. We are thus left with the choice of either editing the generated classes manually, or providing those parameters through some other configuration properties.

@theit
Copy link
Contributor

theit commented Sep 12, 2019

Version 2.5 of this plugin supports the configuration parameters wsdlLocation, implPortName and implServiceName. Have you tried them?

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

2 participants