Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everyone,

I googled but unfortunately,i got confused, i need a simple web service client application in visual c++. ı use visual studio 2010 as IDE.

Thanks
Posted
Comments
_Asif_ 15-Aug-14 4:57am    
What makes you confused?
Member 10902205 15-Aug-14 5:37am    
there are lots of examples that doesnt run, and also it should be the reason, i dont know which protocol i have to use TCP\IP, HTTP, SOAP?
there will be more servers run at same time. So which one do i choose?
But above these questions i couldnt find a running code with any protocol.
Richard MacCutchan 15-Aug-14 8:56am    
The first thing you need to do is define your requirements. What web service are you planning to interact with, and what is your client application expected to do?
Member 10902205 15-Aug-14 9:52am    
Hi Richard, i have not enough knowledge about web services so,it gets more confused :)
pls tell the way i should go on. I have a simple c++ program, i want to run this program on web.
So, acording to my learning; i should have an asp.net project for web interface as client and i will write a c++ web service project as server that will run my c++ program.
If my learnings are true, which protocol i should use. SOAP or TCP/IP. There will be just a server, and one more clients so that one more people can access program at same time on web.

Here is a link to a Microsoft walkthrough with detailed explanations.

This should give you final answers how to deal with it.
 
Share this answer
 
Comments
Member 10902205 18-Aug-14 10:37am    
thanks a lot.
I have just saw your post and if i finish the job, i will write the my comments
Hi,
I looked at the source but there is a problem, my boss forced me to use TCP/IP for connection protocol, where the source based on SOAP.
I am not sure is it possible to change a protocol to TCP/IP

Thanks
 
Share this answer
 
v2

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