|
-
August 9th, 2011, 09:48 AM
#1
VS2010 & native C++ Web service
In VS2008 there was support for calling/consuming native C++ web services via atlsoap. In VS2010 this feature has been removed.
atlsoap is pretty much dead, the project on codeplex isn't really being updated, it's missing a lot of features.
With VS2011 having no built in support at all for C++ webs services... What's the current recommended way to go for this ?
* The project(s) are Native C++ MFC, consisting of several extention DLL's and exe's using those.
* WSDL based remote webservices (we don't own the webservices, we can't change them).
* Some of our clients need to be able to connect through authenticating network proxy servers (which atlsoap didn't do, so it's an extra good excuse to not continue that road).
* It needs to work on Windows XP, Vista, 7, 2008
In short. How does one use/call/consume internet web services from C++ in VS2011 ?
Last edited by OReubens; August 9th, 2011 at 10:14 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|