Use https in VC++

Hi All,

I have been trying to connect .net web service(IIS) using https in VC++.
I have tried to use CSoapSocketClientT by adding "Add web reference..." to the project and found that the AtlHttpClient support only HTTP.

And also I have tried to intergrate the sample code available in
"http://msdn.microsoft.com/en-us/library/s2ya483s(v=vs.80).aspx"

Could not success ed as getting error in creating the instance for web service as

Services::CServices srv;

error in compile is,
"error C2143: syntax error : missing ';' before '<'"


Please help me resolve this error or sample project for https client to connect IIS web server in VC++.
Topic archived. No new replies allowed.