CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    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
  •  





Click Here to Expand Forum to Full Width

Featured