gSOAP is an open source C and C++ software development toolkit for SOAP/XML Web services and generic (non-SOAP) C/C++ XML data bindings.
I'm trying to get a simple example working using gSoap, for VS2008. I've done the following: wsdl2h -o Init.…
c++ visual-c++ gsoapI'd like to use gSOAP in a product which will be distributed commercially. The use I have in mind is …
open-source licensing gsoapI'd like to implement a web service client for a project on Windows. I want to get web service info, …
c++ wsdl webservice-client gsoapI've tried using gSOAP for accessing a web service (e.g. using supplied WSDL to generate C stubs and then …
c soap soap-client gsoapI'm developing a SOAP application that integrates with a 3rd party. I think the WSDL of this third party is …
soap wsdl gsoapI am working in ubuntu, c++ code. Using gsoap and wsdl2h -o header.h http://link1 http://link2 I've …
c++ ubuntu gsoapI downloaded gsoap 2.8 and went into the samples folder and ran a make. Everything seems to have built fine. I …
gsoap