spring-ws
spring-ws copied to clipboard
Spring Web Services
**[Koos Gadellaa](https://jira.spring.io/secure/ViewProfile.jspa?name=koosg)** opened **[SWS-914](https://jira.spring.io/browse/SWS-914?redirect=false)** and commented The org.springframework.ws.transport.jms.JmsMessageSender sends a message for webservicetemplates. However, this can be a fire & forget message, returning void. If this happens, the underlying JmsSenderConnection...
Spring Boot has a smoke test that's a variant of it. It would be nice if we showed the same thing without it. And adding that as a smoke test...
Firstly, apologies if this is the wrong forum for this discussion. This is not really a question that works for stack overflow. I'm getting the following error: > Caused by:...
Context: *spring-boot-starter-parent 3.4.1* Sample project: *https://github.com/Skrrytch/SpringWS-XsdSchemaCollection-Fix* *The problem* The sample project provides a SOAP web service via SpringWS. It uses some XSDs organized as follows: - /xsd/common.xsd - /xsd/order/order.xsd (imports...
Currently Spring WS only leverages the regular Servlet API with blocking the request handling thread. This could be improved by also allowing support for the async features of the Servlet...
When updating to spring-boot v3.4.0 (ws: v4.0.11) (also observed in v3.4.1) from 3.3.7 (ws: v4.0.8), a regression is observed when having a custom FaultMessageResolver that throw a checked exception. To...
**[David J. M. Karlsen](https://jira.spring.io/secure/ViewProfile.jspa?name=davidkarlsen)** opened **[SWS-655](https://jira.spring.io/browse/SWS-655?redirect=false)** and commented Support generating WSDLs with soapHeaders. --- **Reference URL:** http://forum.springsource.org/archive/index.php/t-46671.html
**[Krzysztof Trojan](https://jira.spring.io/secure/ViewProfile.jspa?name=trojanbug)** opened **[SWS-730](https://jira.spring.io/browse/SWS-730?redirect=false)** and commented I have created and propose including in a future release an enhancement, that enables MessageDispatcherServlet to resolve requests for WSDLs (and XSDs) not only...
**[Ruben Suarez Alvarez](https://jira.spring.io/secure/ViewProfile.jspa?name=rubensa)** opened **[SWS-913](https://jira.spring.io/browse/SWS-913?redirect=false)** and commented When I annotate and **`@Endpoint`** and configure a new **DefaultWsdl11Definition** in the **WsConfigurerAdapter**, I can't specify any documentation info to be generated in...
**[Arjen Poutsma](https://jira.spring.io/secure/ViewProfile.jspa?name=arjen.poutsma)** opened **[SWS-649](https://jira.spring.io/browse/SWS-649?redirect=false)** and commented This is a basic placeholder issue for SAML support in Spring-WS. If you would like to see SAML support, vote for this issue and/or...