The *soapH.h file generated by soapcpp2 redirects all soap_new_* (using #define) to soap_instantiate_*. And all soap_instantiate_* are prepended with SOAP_FMAC3 in *soapH.h and *soapC.cpp. That makes them static if compiled using *soapClientLib.cpp. As result no external code can create new gSOAP objects if gSOAP code is compiled as library. This applies to gSOAP version 2.7.13. This problem...
2009-06-30 07:25:50 UTC in gSOAP Toolkit