I have problem in BizTalk 2020 a receive location that configured with BasicHTTP WCF Adapter is returning 500 internal server error when it should be returning 400 bad request. The receive location is functioning correctly the receive location has a JSON decoder pipeline component that serializes the inbound JSON message to XML.
Is there some simple way to configure BizTalk to send a 400 bad request when validation fails instead of a 500 internal server error?
Online documentation difficult to comprehend.