Hi Navin,
You have to use the following line before calling the Web service:
serviceproxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
If this solution doesn't work for you, the user running your client
application doens't have enough security permissions or he can't be
authenticated by the web service.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
> Hi,
>
[quoted text clipped - 11 lines]
>
> Navin
Navin Mishra - 24 Oct 2005 22:18 GMT
Didn't work for me :( How did I pass explicit credentials when requesting
WSE security token ? I set the credentials property of the proxy by adding
NTLM access credentials in the cache but they does not seem to be passed to
the web service as confirmed from packet trace.
> Hi Navin,
> You have to use the following line before calling the Web service:
[quoted text clipped - 24 lines]
> >
> > Navin