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:How can I duplicate this in Unmanaged C++?Code:ws.Credentials = System.Net.CredentialCache.DefaultCredentials
Thanks,
OneSource



Reply With Quote
Therefore, I implemented a different technique (not using unmanaged C++).
I'm glad that you resolved it.
