How to catch exception/fault where message size is larger than accepted by the service (server side)? I certainly agree with the client/server side issue. Under my circumstances there is a WSDL in which compliance requires the server to send back as part of the response that the SOAP message is too large for the server. It's a little strange as WCF already handles returning an exception for this, but now needs to be rigged such that the server knows this exception occurred in order to respond with an error report back to the client.