Mule - unable to route message based on http.status
问题 I'm trying to create a choice router in my Mule application that will do something based on the response code received from an HTTP Outbound Endpoint. My config is as below - I followed the answers provided in this previous question: <set-variable variableName="http.disable.status.code.exception.check" value="true" doc:name="Variable"/> <http:outbound-endpoint exchange-pattern="request-response" host="localhost" port="8081" path="hello" contentType="text/xml" method="POST" doc:name="HTTP"/>