Invoke REST services from RI Server ?

I have successfully created a simple REST service that gives a proper response. Since our IS does not have a public IP I need to use the RI server somehow.

In my url do I simply change the name to the RI server with the appropriate credentials ?

i.e.
the IS service inside of our firewall
http://:5555/rest/sFTPStatus/status?number1=8&number2=5

the public call is the same only with the RI Server defined ??
http://:5555/rest/sFTPStatus/status?number1=8&number2=5

Hi,
You need to configure the Reverse http gateway port and registration port. Once that setup is done, any call to the RI server will be picked up internal server to process…

-Senthil

1 Like