Closed
Description
Kai Hudalla opened SWS-144 and commented
The resolveFault(WebServiceMessage) method of the org.springframework.ws.client.core.FaultMessageResolver interface declares an IOException to be thrown, effectively constraining any implementations to throw either subclasses of IOException or RuntimeExceptions. Is there any reason why it should not be allowed to throw any type of Exception?
Affects: 1.0 RC2