Invoking a Flow Service from lotus notes

Hi

I am workin on interfacing SAP with Lotus Notes. Lotus notes will be the interface used for SAP for creation of master data. when i invoke the flow from lotus notes i get a popup asking for username and password. Is it possible to somehow bypass the authentication screen and invoke the flow in SAP BC? I would appreciate if any one could give me information on this issue.

Cheers
Rohit

Change the flow service ACL setting to Anonymous user.So it wont prompt for user/password.

HTH,

Rohit,

Well, you could do that if you don’t mind opening a big security hole in your Integration Server.

Assuming that Notes still has a scripting language, see what your options are for calling a java application that invokes your flow service securely or whether you can set the login credentials prior to performing your HTTP/S post.

Mark

Thank you for the responses guys…

Will check it out ASAP

Cheers
Rohit