Web Service Provider

I have created a web service which will be consumed by a .net application. The problem is that the Notes application that the web service is part of is on a Domino server that does not allow anonymous access.

How can I send the credentials from the .net application so that it can get through the server signon?

Subject: Set Web Services as Public Document

You can set the Web Services as Public Document

Subject: Any Solutions

I am trying to achieve the same thing (The Domino Web Service is consumed by custom Java application). Anyone has solutions for this?