Top "Spring-ws" questions

Spring Web Services is a product of the Spring community focused on creating document-driven Web services.

Spring ws: No adapter for endpoint

I am trying to create a sample project from this tutorial, and running the server side project on tomcat-6.0.14, but …

spring web-services spring-ws
Java Spring Web Service Client Fault Handling

I have written a web service client (using Java Spring and JAXB Marshaller) that works with the UPS web service. …

java web-services spring jaxb spring-ws
How to build SOAP client in Spring?

I am able to send requests to the web service using javax.xml.soap.*, I would like to covert the …

java spring web-services spring-ws webservicetemplate
How do I configure WebServiceTemplate to send soap request to Server under HTTPS?

I have configured keystore and trustore for the application .I have tried to consume web Service using WebService template over …

java web-services soap spring-ws two-way
Difference between spring-boot-starter-web and spring-boot-starter-web-services and spring-boot-starter-jersey

Could you someone please assist me knowing the Difference between spring-boot-starter-web VS spring-boot-starter-web-services VS spring-boot-starter-jersey The documentation says Starter for …

java spring spring-boot spring-ws spring-web
Advantages of WebServiceGatewaySupport vs WebServiceTemplate

I have to implement a webservice client using Spring WS. I've read the documentation at http://static.springsource.org/spring-ws/…

spring-ws
How do I add an attachment to a response payload in Spring-WS?

I'm building a Web Services server that's designed to share content. I'd like to serve the content through a SOAP …

java spring soap spring-ws
Redirect/Forward SOAP Web Service Requests to another Web Service

I have a use case that required all calls to NewWebService are routed to OldWebService, if the SOAP request does …

java web-services soap spring-ws
Spring-WS: how to use WebserviceTemplate with pre-generated SOAP-envelope

Can you use a Spring-WS WebserviceTemplate for calling a webservice and avoid that it generates a SOAP-envelope? That is, the …

java web-services spring ws-security spring-ws
How to use spring-ws client to call the same webservice using different keystore

I have some application that need to run in the same Application server. Each application need to authenticate through the …

java spring ssl https spring-ws