username and password to invoke flow service from Browser

Hi,

We have 2 instances of webMethods installed on a server. I am trying to invoke a flow service from the browser. For one instance when I hit the service in browser no username and password is asked and the result is displayed. But for the other instance the username and password dialog is popping up. How can we avoid this pop up.

I am using this browser invocation at another place and it has to return the result directly without asking for username and password. I am using the normal

http://servername:portnumber/invoke/full path of servicename

This service has no input fields

Hey,

I went through other messages and figured it out. I changed the execute ACL to anonymous and it is working now.

Thanks.

Yes you are right. Need to set execute ACL to anonymous. :slight_smile: