C++ client for ATL web service without Soap?

rln
Go4Expert Member
9Apr2009,11:02   #1
rln's Avatar
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.
Go4Expert Founder
9Apr2009,12:16   #2
shabbir's Avatar
Anything that can be done with .NEt can be done without it as well but the question is which one is cost effective
rln
Go4Expert Member
9Apr2009,21:47   #3
rln's Avatar
Thanks for reply. Already many of our clients are using our ATL web server based webservice. we can't switch to .Net now. because many of our components using C based dll ,COM dll and much more dependencies. So we need solution in C++ without .Net .
Kindly suggest in without .Net environment .