P
Patino
OK. I need to tranfers a web service application that was running on a
windows application, using WSE, to a PocketPC device. I;m using
Windows Mobile 5 and .NET 2005. But how do I authenticate my users
when they connect to the web service? In the desktop application, I
was craeting a UsernameToken with a username and password, then adding
it to the Tokens collection of my web service variable like this:
myWs.RequestSoapContext.Security.Tokens.Add(token);
but I cannot add Microsoft.Web.Services2 as a reference to a CF
application, correct? So how can I pass credentials to the server now?
I'm curious because apparently the OpenNETCF does this in its
OpenNETCF.Web.Servcies2 module. But my current CF app does not use the
OpenNETCF.
How are you dealing with applications of this type?
Your ideas will be very appreciated.
Thanks!
windows application, using WSE, to a PocketPC device. I;m using
Windows Mobile 5 and .NET 2005. But how do I authenticate my users
when they connect to the web service? In the desktop application, I
was craeting a UsernameToken with a username and password, then adding
it to the Tokens collection of my web service variable like this:
myWs.RequestSoapContext.Security.Tokens.Add(token);
but I cannot add Microsoft.Web.Services2 as a reference to a CF
application, correct? So how can I pass credentials to the server now?
I'm curious because apparently the OpenNETCF does this in its
OpenNETCF.Web.Servcies2 module. But my current CF app does not use the
OpenNETCF.
How are you dealing with applications of this type?
Your ideas will be very appreciated.
Thanks!