Top "Gsoap" questions

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.

gSoap compilation with c++

I'm trying to get a simple example working using gSoap, for VS2008. I've done the following: wsdl2h -o Init.…

c++ visual-c++ gsoap
undefined reference to vtable - virtual member, classes generated by gsoap

gsoap with its tools wsdl2h and soapcpp2 provided me with a soapStub.h file containing the following: class SOAP_…

c++ virtual gsoap vtable
how to use SSL in C++ gSOAP generated classes

i need to use gsoap library in C++ and i need to use https. documentation says how to work with …

c++ ssl https gsoap
What license do I need to use gSOAP in a commercial product?

I'd like to use gSOAP in a product which will be distributed commercially. The use I have in mind is …

open-source licensing gsoap
Web service client library for C++

I'd like to implement a web service client for a project on Windows. I want to get web service info, …

c++ wsdl webservice-client gsoap
Are there any lightweight alternatives to gSOAP?

I've tried using gSOAP for accessing a web service (e.g. using supplied WSDL to generate C stubs and then …

c soap soap-client gsoap
Why fields with additional field "Specified" are always null?

I have the app. Here I generate client service from WSDL. Nowdays some functions work normal. But some are wrong. …

c# wcf service wsdl gsoap
WSDL best practices

I'm developing a SOAP application that integrates with a 3rd party. I think the WSDL of this third party is …

soap wsdl gsoap
undefined reference to namespaces - gsoap error

I am working in ubuntu, c++ code. Using gsoap and wsdl2h -o header.h http://link1 http://link2 I've …

c++ ubuntu gsoap
gsoap error: SOAP-ENV:Client [no subcode]

I downloaded gsoap 2.8 and went into the samples folder and ran a make. Everything seems to have built fine. I …

gsoap