WinCE application and Web Services

E

Eugen Walcher

Hello all,



I have a web service accessing data on a local development machine and
I'm trying to write a C# smart device application that will consume this
web service. I can only get the web service to work with Windows
Authentication and the <identity impersonate="true" /> in my web.config
file.



I have successfully consumed the service using a windows form
application but I can't get it working using the compact framework.
I've had a look around and have determined that the CredentialCache
methods of System.Net aren't available in the compact framework.



Does anyone know a way around this?



Thanks for reading.
 
D

Damon Payne

There are many different solutions depending on the rest of the
infrastructure
Check out the OpenNetCF implementation of the web service enhancements.

--
------------------------------------------
Damon Payne
http://www.damonpayne.com
Hello all,

I have a web service accessing data on a local development machine and I'm
trying to write a C# smart device application that will consume this web
service. I can only get the web service to work with Windows Authentication
and the <identity impersonate="true" /> in my web.config file.

I have successfully consumed the service using a windows form application
but I can't get it working using the compact framework. I've had a look
around and have determined that the CredentialCache methods of System.Net
aren't available in the compact framework.

Does anyone know a way around this?

Thanks for reading.
 
E

Eugen Walcher

Thanks for the reply to my post. I've had a look at OpenNetCF but can't
find anything to get me on my way. Do you have any links to samples or
quickstart guides? I've been searching for the last couple of days and
I can't find anything helpful.



Regards,



Eugen Walcher



-----Original Message-----
From: Damon Payne [mailto:[email protected]]
Posted At: Wednesday, 4 May 2005 11:18 AM
Posted To: microsoft.public.dotnet.framework.compactframework
Conversation: WinCE application and Web Services
Subject: Re: WinCE application and Web Services



There are many different solutions depending on the rest of the

infrastructure

Check out the OpenNetCF implementation of the web service enhancements.



--

------------------------------------------

Damon Payne

http://www.damonpayne.com



Hello all,



I have a web service accessing data on a local development machine and
I'm

trying to write a C# smart device application that will consume this web

service. I can only get the web service to work with Windows
Authentication

and the <identity impersonate="true" /> in my web.config file.



I have successfully consumed the service using a windows form
application

but I can't get it working using the compact framework. I've had a look

around and have determined that the CredentialCache methods of
System.Net

aren't available in the compact framework.



Does anyone know a way around this?



Thanks for reading.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top