Passing User and password between two webservices ?

From: glenn h (glenn.hafstrom_at_invalid)
Date: 10/20/03


Date: Mon, 20 Oct 2003 15:30:20 +0200

We have a solution where we access one webservice trough asp.net form.
than the first webservice access the second webservice.
In the first webservice I can get the user-identity but from the second
webservice
i donīt. The authenticated access on the webservice is configured:
"Intergrated Windows authentication"
Iīve tried with CachCredential without success.

How can I solve this. I donīt want to send the user as parameter to the
webservice.

Regards

/glenn