I'm new with gsoap and trying to build a multithreading server standalone, reading the problems with the ubuntu package with memory by default, I installed the last version 2.8.17. Reading some posts here I tried the example posted by jackson
so ... I execute soapcpp2 -i -S calc.h
and then when I compile this, I get this message :
In function CalculatorService::reset()':
soapCalculatorService.cpp:(.text+0x24f): undefined reference to
soap_initialize'
I've been looking where this method is declared but no look, hope you can give me some ideas! . Thanks in advance.