Search code examples
resthttpbiztalkbiztalk-2020

BizTalk Rest HTTP 201 Handling


Is there any way that BizTalk treats response REST HTTP 201 status as 200 and not throws exceptions?

I've read that article TNWiki Article Spotlight - BizTalk Server: REST Services Error Handling, but the WebRequestInterceptor code is missing in there.


Solution

  • Actually I was wrong informed. Biztalk 2020 treats 20x codes as positive ones.