after reading the SOAP 1.1 specifications, he states that the SOAP error should return an http 500 error code when the link intercepts the http binding, so when a SoapException is thrown, WCF returns an http 500 error code.
Now I'm looking for some recommendations when returning a soap message error message and when returning a SOAP error.
What will you guys return when a functional error occurs while processing a message due to an input message, contains some functional errors, 500 SOAP errors or 200 Soap errors containing some error message?
source
share