I am using BizTalk 2013 R2 and I have a RESTFUL service.
How can I return a HTTP-400 response to a client?
Set WCF.OutboundHttpStatusCode property in message assignment shape:
WCF.OutboundHttpStatusCode
MyResponseMessage(WCF.OutboundHttpStatusCode) = "400";