I need to call a third party Web Service from within a VC++ 2008 DLL.
The DLL is using MFC in a Shared DLL and it is not using ATL.
In solution explorer the Add Web Reference item is grayed.
any suggestion?
thank you in advance
stefano
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since calling a WS in C# is trivial, first create a dll in C# wrapping the service call and expose it via COM interop to your C++ code. Even if it seems tricky is the less troubles way to go.