WebService Connector - How extract error messages from json payload

I have some questions in Web Service Create Account HTTP Operation…

  1. If my API do not returns me the object and I don’t fill the response mapping how this is working?

  2. My API answers me a 400 Bad Request with a JSON telling what was wrong… but how I can get this message??

This is the response JSON

{
    "outCodeResponse": "400",
    "outMessageResponse": "Valor de \"cpf\" nao informado no payload"
}

Hi Leonardo,

Go to additional setting in your webservice configuration and make sure you have configure HTTP error codes.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.