Top "Spring-ws" questions

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

Apache HttpClient 4.3 and x509 client certificate to authenticate

now I looking for solution regarding task how to rewrite deprecated solution for client side x509 certificate authentication via HttpComponentsMessageSender (…

java ssl httpclient x509certificate spring-ws
Concatenate string in spring xml configuration

I need to concatenate the string value of a spring bean, to an existing string, and then set it as …

java spring jax-ws cxf spring-ws
Spring-WS generates WSDL without operations

Spring-WS generates WSDL without operations in binding tag... Do you know why? There is my spring-ws-service.xml: <import resource="…

java web-services wsdl spring-ws
How do I create a mock object for Spring's WebServiceTemplate?

I have a class which calls out to an existing web service. My class properly handles valid results as well …

java mocking spring-ws
Spring WS DefaultWsdl11Definition Error

I am using Spring WS and declaring a DefaultWsdl11Definition bean to generate the WSDL Files on the fly. However , …

java web-services spring spring-ws
Mockito pattern for a Spring web service call

My class under test has this method public SomeWebServiceResponse callDownstream(SomeWebServiceRequest request) { return (SomeWebServiceResponse ) super.callService(request); } the super method …

java junit mockito spring-ws
Cannot locate BeanDefinitionParser for element for Spring web services

I am brand new to Spring web services and I keep getting this error: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: …

java spring xsd spring-ws
How to unmarshal a SOAP Fault in a FaultMessageResolver?

I'm new to Spring-WS, and slowly getting my head wrapped around it. Right now, I'm writing a simple client to …

java web-services jaxb spring-ws
Spring Web Services - Exception Skipping ExceptionResolver

I have a SOAP service, the request and responses work as expected with good input, if I specify bad input …

java web-services soap spring-ws
Spring + SOAPExceptionImpl: Error during saving a multipart message

I have a spring web application with jsp pages that calls different web services and displays the results in a …

spring spring-ws wss4j