Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Recently,i met a problem :design a app with vc2008 and to call webservice'method ,howerver,i can't use the .netframework and any other SDK(such as soapsdk,GSOAP...),what can i do?Help!
Posted

You'll have to write all your own code, because C++ has no webservice support. SOAP is a standard, so it's not impossible, but I suspect it's a bit of work.
 
Share this answer
 
you can use gSOap it's esay and can be used with a cosole application also !

in code project you have a sample with vs2008 for ebay web service
best regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900