Biztalk Custom WebHttpBinding to catch HTTP protocol exceptions / 40x codes

78 Views Asked by At

It is possible to create WCF-Custom Binding using WCF Web HTTP to handle HTTP protocol 400-500 codes in REST?

I'd like to have that binding and use it in Biztalk to return a Message object, not an Exception one that comes from send port.

I tried to create a custom binding element and use it in WCF-Custom binding but I realized that it operates on Soap Protocol, not on plain HTTP. It should be something like WCF-WebCustom binding but there is none.

As far as I understand I should implement my Web Binding based on WCF Web HTTP Programming Object Model . Am I right?

0

There are 0 best solutions below