Top "Spring-ws" questions

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

how to set proxy server details on WebServiceTemplate

I have a SOAP webservice endpoint url(let's say :"EP1") which we can connect only through a proxy server. We …

java web-services spring-ws
Spring Boot- Producing a SOAP web service that expects application/soap+xml content type

I followed a tutorial Produce SOAP WS. I changed the DefaultWsdl11Definition under WebServiceConfig to generate soap12 binding for the …

web-services soap spring-boot spring-ws soap1.2
How to configure two way SSL connection in Spring WS without using Spring boot and using separate Apache tomcat server?

I need to send a soap request messages in a two way SSL connection security mechanism to a server and …

java security spring-mvc tomcat7 spring-ws
No org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender in 2.1.4

I have an application using org.springframework.ws,/em> 2.1.4.RELEASE which is now requires to use SSL. I was …

spring maven spring-ws
Spring-ws -Problem request webservice from tomcat 6

I have implement a certain spring-ws service and when I sent a soap message I receive in spring webapplication 1 (running …

java web-services spring jsp spring-ws
How Should I Unit Test WebServiceTemplate (SpringWS)

I'm trying to figure out the best way to write unit tests for Spring's WebService Template classes. What I'm trying …

java unit-testing spring-ws
Invalid wsdl generated by spring-ws when the request element doesn't end with 'Request'

I must prepare a webservice to accept anan already defined wsdl structure. I followed the tutorial found here, with source …

java web-services wsdl cxf spring-ws
How do I specify which kind of version of soap do I use with webServiceTemplate?

I am developing a soap web service client with spring. I am using webServiceTemplate How do I specify which kind …

web-services spring soap spring-ws
Using spring-ws with already existing WSDL

I am new to spring-ws. what ever tutorial i see starts with xsd and at the end generates a wsdl. …

spring-ws
How to remove empty header from SOAP message?

I am using Spring-WS for consuming Webservice which compains if SOAP envelop has empty header element. I figured out that …

java soap webservice-client spring-ws soapheader