Hey - I've been using Mark IHimoyan's NTAuthEx dll succesfully to
connect to a web service that requires NT Authentication on Pocket PC
2003 for quite a while. I'm now trying to recreate this solution on
Mobile 5, still using Compact Framework 1 though. I know that CF 2 now
supports NT Auth, but as I say I need it working on CF 1. Mark's
suggestion was that I recompile the NtAuth native dll as a windows
mobile 5 library but I'm still getting 401 Unauthorized messages from
the web service. Has anyone got any advice on this? thanks
Re: Problem When Calling Web Method Of Web Service From Pocket PC 2003. ... > The CF application will be able to support basic authentication only. ... >> When the Web site and Web Service application are set to allow Anonymous ... >> application and a Pocket PC 2003 application. ... >> Private Sub CallHelloWorld()... (microsoft.public.dotnet.framework.compactframework)
Re: Problem When Calling Web Method Of Web Service From Pocket PC 2003. ... > NTLM Authentication is not supported in the CF. ... > Now that I have changed the Web site and Web Service to use Digest ... >> Alex Feinman... a Desktop application and a Pocket PC 2003 application. ... (microsoft.public.dotnet.framework.compactframework)
Re: Problem When Calling Web Method Of Web Service From Pocket PC 2003. ... AFAIK it is CF limitation - it does not support NTLM authentication.... >>> When the Web site and Web Service application are set to allow Anonymous ... >>> application and a Pocket PC 2003 application. ... >>> Private Sub CallHelloWorld()... (microsoft.public.dotnet.framework.compactframework)
Re: Consuming Web Service from Mobile 5.0 ... What is the StatusCode and StatusDescription of the HttpWebResponse object? ... For example if the web service in a subdirectory of the Virtual ... "Could not establish connection to network".... unable to connect to web service from Mobile 5.0 actual device. ... (microsoft.public.dotnet.framework.compactframework)
unable to connect to the remote server ... I have a Windows Mobile 5 application I wrote with vb.Net 2005 that connects ... to a webservice and provides it with four strings which the web service...Mobile 5 Pocket PC. ... the connection to the web service works. ... (microsoft.public.dotnet.framework.compactframework)