Reputation: 21
I'm trying to do some experiments with the gSOAP 2.8 platform.
I'd need some help to compile the code generated with the wsdl2h and soapcpp2 tools.
After running the two tools: bin\win32\wsdl2h.exe -v -t typemap.dat -s -o myTests\out.h file.wsdl bin\win32\soapcpp2 -2 -C -dmyTests\ -Iimport;custom myTests\out.h
I get 5 files soapC.cpp, soapClient.cpp, soapClientLib.cpp, soapH.h, soapStub.h
My problem is that I don't know where to find the correct stdsoap2.h file to use to compile.
Upvotes: 0
Views: 4075