What I did was to create a new SOAP UI Rest project based on the endpoint of the API:
Then I added a paramter named contact with value 'lynn'.
But there are two HTTP-Header properties needed:
Property | value |
---|---|
Authorization | Basic TUFOVElT...(rest of very long string) |
oracle-mobile-backend-id | 01d3b3a2-7a6b-42c8-b314-d6e8c8f3e898 |
Both values can be found on the settings tab of the Mobile Backend:
The 'oracle-mobile-backend-id' is found here literally. But the 'Authorization' is found under 'Anonymous Key', where initially it gives a link 'Show'. Clicking it will show a long string. Copy and paste it and prefix it with the word 'Basic' and a single space:
And then you're good to go....
No comments :
Post a Comment