I'm using VS 2005 (Framework 2.0) to consume a Web Service. This web
service is hosted on an Unix Server with Digest authentication mode.
How can I autherize the client to access the Web Service?
In .NET Framework 1.1, there was an option to setup Credentials. How
this can be done in ,NET framework 2.0
Thanks,
Anbu
Gaurav Vaish (EduJini.IN) - 25 May 2006 09:47 GMT
The same way...
There are authentications at two levels:
1. HTTP Authentication: Digest Authentication
2. WS Authentication: Look for the topic of WebService Policies (WSE 3.0).

Signature
Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
-------------------
> I'm using VS 2005 (Framework 2.0) to consume a Web Service. This web
> service is hosted on an Unix Server with Digest authentication mode.
[quoted text clipped - 6 lines]
> Thanks,
> Anbu