How to call an asp page from a flowservice invoked via browser

We are invoking a flow service using http://…/invoke/… The service queries an Oracle DB and returns a data. We need to pass the data as parameter to an asp. I tried client:http call, think I am missing something. Suggestions would help.

Also secondly when I invoke the flow service using http://username:password@…./invoke, I thought it should bypass the login dialog box… but it shows up still. Is there any other place I set this property?

Thanks,
SK

You need to send the username and passwords as a parameters after (?) like you do in JSP or ASP.

HTH.

i tried to hardcode the username and password as parameters after (?) as you suggested, but i still get connection=closed.