webservice client in c/c++
-
Dear frnds im trying to create http client application in c/c++ which call webservice using only url of webservice and soap but i dont know how to do it in c/c++ can any one help me Thanks Sangam
-
Dear frnds im trying to create http client application in c/c++ which call webservice using only url of webservice and soap but i dont know how to do it in c/c++ can any one help me Thanks Sangam
Google gave me 2 links that looks good - SOAP client for C++[^] Walkthrough: Accessing an XML Web Service Using C++[^]
«_Superman_» _I love work. It gives me something to do between weekends.
-
Google gave me 2 links that looks good - SOAP client for C++[^] Walkthrough: Accessing an XML Web Service Using C++[^]
«_Superman_» _I love work. It gives me something to do between weekends.
thanks for reply i already visited to these links but not get satisfied answer pls give some example that can become helpfull. Thanks again Sangam
-
Dear frnds im trying to create http client application in c/c++ which call webservice using only url of webservice and soap but i dont know how to do it in c/c++ can any one help me Thanks Sangam
-
Dear frnds im trying to create http client application in c/c++ which call webservice using only url of webservice and soap but i dont know how to do it in c/c++ can any one help me Thanks Sangam
A common/open source method of working with SOAP/web services from C/C++ is using the gSOAP library. Here's the link: http://www.cs.fsu.edu/~engelen/soap.html[^] It really is relatively simple to work with, it may take a bit of a learning curve depending on your depth/breadth of knowledge in the area of C/C++ programming, sockets, web development (including services).