Top "Spring-ws" questions

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

How to consume third party WSDL services in Spring MVC

I wrote some services (used by an Android app) which takes a request and sends th response in json. Now …

spring web-services wsdl spring-ws webservicetemplate
payload source of response with spring ws MockWebServiceClient

I'm using spring-ws 2.0.2 and spring-ws-test to run integration tests of my SOAP server. I'm using an approach exactly like that …

integration-testing spring-ws
UnmarshallingFailureException, unexpected element (uri:"http://schemas.xmlsoap.org/soap/envelope/", local:"Fault")

i am trying write a webservice-client for my local webservice. I am debugging (at server) everything is fine and response …

spring-ws ws-client
Spring WS WSDL automatic exposure : xsd import are not followed

I'm trying to dynamically generate WSDL for a Spring WS web service, based on multiple xml schemas. I have a …

java spring xsd wsdl spring-ws