gsoap
Compiling sample application using gsoap and Qt 4.6 on Win 7
I am trying to compile the calc example explained in gsoap website but no success. Here is what my .pro file looks.[详细]
2023-02-22 11:25 分类:问答gsoap ANSI C - Using gsoap defined ANSI C Client-side call stub correctly
I am new to using gsoap.I have 4 small successes using c++ only, however am constrained by my current project to set source code generation options to create pure ANSI C (not c++).I cannot seem to suc[详细]
2023-02-18 06:02 分类:问答Files missing with soapcpp2 version 2.8.1
I have a application that must communicate using SOAP with a SmartServer, which is a embedded device. The SOAP messages it accepts are without the namespaces but gSAOP sends them with namespaces. So t[详细]
2023-02-15 19:34 分类:问答set a member attribute in a "generic" way
Is it possible to set a member attribute in a \"generic\" way? I am still new to c++and just dived into templates, if this is the way to go?[详细]
2023-02-10 22:35 分类:问答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:[详细]
2023-02-02 02:51 分类:问答How to write gSOAP server using VC++ (VS2008)?
I have downloaded gSOAP2.8 from sourceforge. I want to use it for writting a gsoap based server. I need to be able to invoke my C++ code from PHP UI.[详细]
2023-01-31 18:35 分类:问答C++ class declaration and include issues in gsoap project
I compile a file in a gsoap project with the following command. Almost all files in my project are generated by the gsoap tools and i am new to C++ so i cant tell very much about it.[详细]
2023-01-31 16:34 分类:问答gsoap client multiple ethernets
I have a linux system with two eth cards. eth0 and eth1. I am creating a client that sends to endpoint 1.2.3.4.[详细]
2023-01-30 07:24 分类:问答gsoap: how to make it configurable?
I\'ve implemented client for my Web Service. Auto-generated files for each web method contain hardcoded bindings to web service end point:[详细]
2023-01-28 07:20 分类:问答Diving into gsoap, Makefile.am of examples in ubuntu pkg,
hi i find it quite hard to get gsoap running. Need to mention my knowledge of C/C++ is quite limited. In /usr/share/doc/gsoap/ i see[详细]
2023-01-28 00:29 分类:问答