Hi All,
I am creating a simple restful web services hosted on Integration Server (IS) like this
http://localhost:5555/rest/RestfulTest/Resources/restAdd?num1=2&num2=20
When I run this URL in browser, it prompts the IS sign-in popup windows if I am not logging in the IS yet. Once I sign in, I am able to get the response.
So how can I have the restful web services to be consumed by the client without being needed to sign in the IS?
Thanks in advance,
-John