Hi,
I have been working with API Gateway 10.1., Is there any spec that is used when using Invoke webMethods Integration Server Service?
I am planning to use Invoke webMethods Integration Server Service to catch errors in API Gateway such as 401, 404 and etc. I tried using the setResponseCode and setResponse2, seems like they cannot change the response codes and string in the gateway. I also tried to extract the response codes and payload, using IS service, for error handling in the gateway level but can’t perform. Is there any utility or something that I am missing?