Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. ATL / WTL / STL
  4. C++ client for ATL web service without Soap?

C++ client for ATL web service without Soap?

Scheduled Pinned Locked Moved ATL / WTL / STL
c++csharpvisual-studiowcfxml
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    ERLN
    wrote on last edited by
    #1

    I have ATL web service Written in C++ long back. We have already C++ web client using soap toolkit. Now we need C++ web client Without Soap . What are the solutions ? Is it possible without .Net interface. That is it should work with old Vc++ 6.0 IDE also.

    S 1 Reply Last reply
    0
    • E ERLN

      I have ATL web service Written in C++ long back. We have already C++ web client using soap toolkit. Now we need C++ web client Without Soap . What are the solutions ? Is it possible without .Net interface. That is it should work with old Vc++ 6.0 IDE also.

      S Offline
      S Offline
      Stuart Dootson
      wrote on last edited by
      #2

      ERLN wrote:

      Is it possible without .Net interface

      Of course it is. If you're using MFC for the client (and MFC is a reasonable implementation route), then you probably want to get familiar with CHttpConnection[^] and CHttpFile[^]. Another route (which I used when writing a web service client in Haskell[^]) is to use libcurl[^] through its C++ bindings[^]. In both cases, you just need to construct an appropriate request, send it and read the response through the HTTP connection.

      Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups