Hi, I’ve been trying to get a new API Gateway API to work, but I’m not sure how it worked.
First, let’s imagine that in our situation, we have an API Gateway and Integration Server located in two different servers. We’ll call them ‘API’ and ‘IS’.
I created API from scratch, gave it GET Operation. It gave me a Gateway Endpoint. And my desired result will be: I invoke the API, and after going through the default policies, it will give out the result of:
http://{IS path}:{IS port}/invoke/pub.math:addInts?num1=1&num2=2 (It’s a built-in service in webMethods).
So… where do I put the whole IS path as stated above, is it on the Native Endpoint or the Routing part of the Policy? Because when I tried to invoke the Gateway Endpoint, it gave out ‘Can’t find this page’…
Help appreciated. Thank you.
#API-Gateway#API-Management#webMethods