Top "Spring-ws" questions

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

java.lang.NoClassDefFoundError : javax/xml/soap/SOAPException

I have created a Web Service using Spring. It works fine when running it on my embedded tomcat server. However …

java xml spring soap spring-ws
Spring WS - step by step in STS (from WSDL)

I am trying to create a new Spring webservice project in Spring Tool Suite (STS). I checked this link http://…

java web-services spring spring-ws
Add SoapHeader to org.springframework.ws.WebServiceMessage

How can I add an object into the soap header of a org.springframework.ws.WebServiceMessage This is the structure …

java web-services spring soap spring-ws
How to log SOAP messages on client side?

Good day. I'm learning how to write a connector to external SOAP RCP styled service. I'm using jaxws-maven-plugin plugin to …

java jax-ws soap-client spring-ws java-ws
Spring-WS client not setting SOAPAction header

I'm sending a SOAP request and the server is complaining that the SOAPAction header is empty. I think I'm setting …

soap soap-client spring-ws
How to configure Spring-WS to use JAXB Marshaller?

Thankyou for help on this so far, i am updating question as i did not show all i needed to, …

java spring jaxb spring-ws endpoint
WebServiceTemplate with Basic Auth using HttpComponentsMessageSender

I am trying to test a Spring Web Service which is currently secured with Basic Authentication underneath. For these tests, …

spring web-services authentication spring-security spring-ws
Spring REST WS : jersey vs resteasy vs restlet vs apache cxf vs Spring WS

I am planning to build a ResT full web service using spring 4 and java 7 for a complex highly performance oriented …

java spring rest jax-rs spring-ws
How to read SOAP Header information from request and add it to response in spring web services

I am working on spring web services. I need to add some custom elements in the request and response message.…

web-services soap spring-ws soapheader
Example on Web Service Consumption using Spring if provided a WSDL

Hi Im a newbie to Spring WebServices. I would like to go through a standard example wherein the WSDL is …

spring spring-ws