I'm communicating internally between companies using web services. Everything works fine until I connect with Oneclick or Web Client. The difference is how the clients authenticate compared to the Windows Client.
Using the windows client I can use "HttpWebRequest.UseDefaultCredentials(TRUE)" (Windows authentication) to set up the authentication but how to do it when a client is using the Credential type "UserName"?
/Lars
Using the windows client I can use "HttpWebRequest.UseDefaultCredentials(TRUE)" (Windows authentication) to set up the authentication but how to do it when a client is using the Credential type "UserName"?
/Lars