BizTalk Rest HTTP 201 Handling

116 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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