Hi,
We have an external backend service is configured for customer single tenant 12.0.30 version IOS in ION API with end point url.
I have tried to test the API's basic like Create Connection , Check Connection and Close Connection from ION API page .
Basically Authorization security and Authentication type were used as "Anonymous" as there is no security and authentication mechanism.
Create Connection has only body details, which will generates the connection id details as a Token.
Check Connection will be used to validate the connection id generated in the above 1st transaction.
Close Connection will be used to clear the connection or close the connection .
While performing these 3 API's from ION API page , it was able to go ahead and able to response for each API call.
Service Account has been created and tried to use the same API calls inside the work flow .
As for the first transaction "Create Connection" does carries body details , it went through well with response as connection id details.
where as while doing Test on "Check Connection (Or) Close Connection " with the connection id details as input parameter (Header) , ION API returns error message as 401.
Tried to have end policy with Header and having reference to pick the authorization token dynamically , but still ION API returned 401 error message.
Any suggestions please advise.
Regards,
Lakshmi.