http コネクタで以下のエラーが発生しています。例外をキャッチして操作を実行する必要があります。
org.mule.module.http.internal.request.ResponseValidatorException: Response code 503 mapped as failure. Message payload is of type: BufferInputStream
以下は、選択例外内に記述したコードです
<catch-exception-strategy when="#[exception.causedBy(http.internal.request.ResponseValidatorException)] " doc:name="ResponseValidator Exception Strategy">
しかし、catch ブロックは例外をキャッチしていません