Skip to main content

REST consumer status codes

Comments

1 comment

  • David Paras

    You can store the Rest response code in a context variable, then depending on the value of the code use a gateway to either continue processing (in the case of 200) or notify you that the response code is 400 or 500 (mail notification).

    0

Post is closed for comments.