**[Pablo Depietri](https://jira.spring.io/secure/ViewProfile.jspa?name=pdep)** opened **[SWS-137](https://jira.spring.io/browse/SWS-137?redirect=false)** and commented The method should check for a fault in the connection and then in the response as follows: protected boolean hasFault(WebServiceConnection connection, WebServiceMessage response) throws IOException { if (connection instanceof FaultAwareWebServiceConnection) { if (((FaultAwareWebServiceConnection) connection).hasFault()) return true; } return response.hasFault(); } --- **Affects:** 1.0 RC1 **Issue Links:** - #484 WebServiceTemplate hasFaut skips check for fault in response if the connection implements FaultAwareWebServiceConnection **Referenced from:** commits https://github.com/spring-projects/spring-ws/commit/06cc6378f90f03ade7cc6cdb4bbe183a23d800cc