Hello class!
In the attached PDF (in Dutch) I have an example of what I want to do exactly but the example was made with the PostMan program (but I can't follow the same steps in FME). Mainly the part of obtaining the Token (access authorization to the Melvin database).
I would like to know how to authenticate Melvin API via FME? In this case with HTTPCaller transformer.
I already have the Melvin account (username and password), but I don't know how to use this information in HTTPCaller.
I have 3 requests, 2 Post and a Get:
https://keycloak.ndwcloud.nu/auth/realms/ndw/protocol/openid-connect/token (POST)
https://melvin.ndw.nu/melvinservice/rest/area/all (GET)
https://melvin.ndw.nu/melvinservice/rest/export (POST)
My WS follows along.
Does anyone have a model to share?
Thanks in advance.
Regards, Everton