I need to invoke a REST API that returns a JSON file that will fill a database table. I managed to reverse the API just fine, but when I tried to use it in a mapping, the service is not even called. All examples I found use another input table to iterate over as parameters, but I do not have parameters as input, the mapping should just start by invoking the REST service once. Is that possible ?
VIDAL Audrey
Hello,
I need to invoke a REST API that returns a JSON file that will fill a database table.
I managed to reverse the API just fine, but when I tried to use it in a mapping, the service is not even called.
All examples I found use another input table to iterate over as parameters, but I do not have parameters as input, the mapping should just start by invoking the REST service once. Is that possible ?
Thank you for your help