Using BizTalk 2013 I'm consuming a rest service with WCF-WebHttp adapter.
It is possible to capture the status code of failing requests and use this fault handling code?
I've read this blog. This describes a solution using wfc custom. I don't want to use this adapter because of all the nice features in the WCF-WebHttp adapter(Such as suppressing request body on verbs etc.