How to sedn URL without login credintials

Hi,

I want to provide the URL of my webMethods flowservice to my application team to use in thier JSP page.

What should i set the values in Permission’s tab of service properties which i am going to send to application team,so that they should not need to provide the login credintials of webMethods IS.

Thanks,
Chandrakanth.L

Sounds like a Bad Idea. Any competent JSP (or ASP or .Net or… )developer should be able to set the credentials on an HTTP post.

That said, to turn off all security required to invoke a service, set its ACL to Anonymous.

Did I mention that this is a Bad Idea?

Mark