1. SoapFaultClientException: Validation error when executing EchoClient.java forum.springsource.orgSoapFaultClientException: Validation error when executing EchoClient.java 2007-08-22 12:16:57,062 DEBUG [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - Returning cached instance of singleton bean 'echoClient' 2007-08-22 12:16:57,092 DEBUG [org.springframework.ws.client.core.WebServiceTempl ate] - Opening connection to [http://localhost:8080/echo/services] using [org.springframework.ws.transport.http.HttpUrlConne ... |
2. Question about SoapFaultClientException forum.springsource.orgHi, I have this webservice with some methods that all throw a custommade exception. When I generated the class files from the wsdl and created a client, then the methods only ... |
3. SoapFaultClientException: Index: 0, Size: 0 forum.springsource.orgSoapFaultClientException: Index: 0, Size: 0 Hi, I'm trying to create a simple web service that sends back a response, using JAXB on the client and server. But I'm getting the following ... |
4. SoapFaultClientException - getFaultDetail always null - Bug ? forum.springsource.orgHi, I am using spring-ws-1.5.4 and I have got on a strange behaviour while using a WebServiceTemplate as client. My WebService is quite small and I am using jaxb2 Marshaller. I ... |
5. Cannot find dispatch method for - SoapFaultClientException forum.springsource.orgCannot find dispatch method for - SoapFaultClientException I have created XSD from the existing service and trying invoke the call using Spring client but I am getting following exception : Spingframework.ws.client.core.WebServiceTemplate] ... |
6. Propagate CredentialsExpiredException in SoapFaultClientException forum.springsource.orgUsing Spring-ws-security 1.5.5, with xwss SpringPlainTextPasswordValidationCallbackHandler. Now I want to propagate CredentialsExpiredException to the ws-client, but the xwss SpringPlainTextPasswordValidationCallbackHandler.S pringSecurityPlainTextPasswordValidator.validate() catches all authentication exceptions so I only get: WssSoapFaultException: Authentication of ... |