Hi,

I'm trying to access a Web Service in Unmanaged C++. Everything is okay except that I can't assign the credentials for the web service. (It doesn't appear as a menu option after I type "."). In VB.Net, here is how the code looks:
Code:
ws.Credentials = System.Net.CredentialCache.DefaultCredentials
How can I duplicate this in Unmanaged C++?

Thanks,

OneSource