Hi
We deliver a huge amount of data based on soap requests. Whenever a request fails, soap specifies a 500 error must be returned with a response object telling about the error. Now I know for a fact that MANY of our responses actually should be 400 errors due to bad requests, but we are not allowed to send those. Is it possible to add something to the http log files for the 500 "I am not really a 500" errors to be picked up by Analog or other stats?
Thanks