Cannot access webservice with Integrated Windows Authentication ??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I try to access a simple web service that has Integrated Windows
Authentication enable, I got an error access is denied 401. I got a direct
connect from my symbol MC3000 to my labtop.

I do pass network credential to my web service proxy server.

However, If I use this code in standard windows application, then it works.

I wonder why it does not work int Windows CE 4.2. I use the sample code int
MS Press book .NET Compact Framework by Andy Wigley and Stephen Wheel wright.

The book mentions that we can access webservice with Integrated Windows
Authentication enable from WinCe devices.

My application is developed in vs 2003.

Thanks for any comments.
 
I would like to thank for all of your comments.
I know this is .net cf problem but I could not find anywhere. I wonder why
the author MS .NET CF did not point out this case.

Thanks again.
 
Back
Top