Spring Web Services is a product of the Spring community focused on creating document-driven Web services.
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 webservicetemplateI'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-wsi am trying write a webservice-client for my local webservice. I am debugging (at server) everything is fine and response …
spring-ws ws-client