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
The HTML documentation is generated, but I can see only an XML section with XSD portions (there's no WSDL since it is runtime generated by Spring).
But it doesn't seem to generate any documentation for my o.s.ws.server.endpoint.annotation.Endpoint annnotated webservices.ws.NotificationEndpoint class, while a method documentation section appears in the docs if I add the javax.jws.WebService annotation to that class.
The text was updated successfully, but these errors were encountered:
stoicflame
changed the title
Enunciate with Spring Boot and Spring Web Services (@Endpoint annotated classes)
Support for Spring Web Services (@Endpoint annotated classes)
Sep 28, 2018
Thank you. Actually I added @WebService and @WebMethod annotations to the sources and everything seems to work fine. Are there other important JAX-WS annotations that I may add?
stoicflame
changed the title
Support for Spring Web Services (@Endpoint annotated classes)
Support for Spring SOAP Web Services (@Endpoint annotated classes)
Aug 8, 2019
Hi, thanks for this documentation tool.
Are Spring Web Services endpoints supported? And are they within a Boot application?
This is my enunciate.xml:
The HTML documentation is generated, but I can see only an XML section with XSD portions (there's no WSDL since it is runtime generated by Spring).
But it doesn't seem to generate any documentation for my
o.s.ws.server.endpoint.annotation.Endpoint
annnotatedwebservices.ws.NotificationEndpoint
class, while a method documentation section appears in the docs if I add thejavax.jws.WebService
annotation to that class.The text was updated successfully, but these errors were encountered: