You can see below my project. I send data to a web service and when i'm testing with postman, i get the response of the web service, which is in json format: {"success":0,"failed":1}. Now i want to get this reponse in my mule because i need to complete a test with the result. Thank you in advance. Test with postman:
Now i will add "Choice component" if success = 1 and failed = 0 then "logger with a message it's ok" if not i will do another thing.