Connector API Testing doesn't work
Summary
Conneector API is not getting authenticated with Backend errorContent
I was creating a connector API using MCS. When using the Test button, i get the error as below
{
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",
"status": 404,
"title": "Mobile Backend not found",
"detail": "We cannot find the active mobile backend for the given clientId mobilecs7a986fee7192defaultinstance1_APPID and OAuth authorization schema. Specify a valid clientId and try again.",
"o:ecid": "7dEkE1BE000000000, 0:1:1:1",
"o:errorCode": "MOBILE-58026",
"o:errorPath": "/mobile/tools/1.0/ui-tooling/endpoint/mobile/connector/hubItemService"
}
I have enabled HTTP Basic. But still it is asking for Auth clientid as i understand. How can i test the connector api using the MCS ui? Any additional headers are required in the Test ui to get the service working? I tried giving the Oracle-Mobile-Backend-ID in header but didn't work either