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
Are you planing to integrate that Spring Boot webservices in spring-framework, or is there any other way to produce a SOAP web service in spring-framework 6?.
The text was updated successfully, but these errors were encountered:
The spring-ws project being used by the getting started guide you're pointing to is using Spring Framework 6. SOAP is supported by that project and there is no need for specific support in Framework directly.
**Affects:6.x
For Spring Boot there is support for SOAP webservices: https://spring.io/guides/gs/producing-web-service
However in 6.x it was removed: #27422
Are you planing to integrate that Spring Boot webservices in spring-framework, or is there any other way to produce a SOAP web service in spring-framework 6?.
The text was updated successfully, but these errors were encountered: