Hello Experts
I am having issues in linking to the target endpoint
The error I get when I test my API proxy
{
"fault":{
"faultstring":"Unable to route the message to a Target Endpoint",
"detail":{
"errorcode":"messaging.runtime.RouteFailed"
}
}
}
The target endpoint is the actual backend API URL
I am able to test the target URL form the SAP API management test tool. I get a 200 OK response.
When I test it with my API proxy URL I get 500 Internal Server Error. Please note that it is a pass-through scenario. There are no policies added to the API proxy
Can you please let me know where I am going wrong.
Thanks for your time.
Regards
Advit