I am attempting to use the gSoap library to talk to a WCF server with the WSHttpBinding. I seem to be running into a problem with the WS-Addressing plugin for gSoap. When I enable the WS-Addressing plugin, by using #import "wsa5.h" I can no longer compile. Now, there are unresolved symbols in soapC.cpp. The first error is in soap_getelement(soap*, int*). The error is SOAP_TYPE_wsa5_IsReferenceParameter. This is my first attempt with using gSoap. Any advice is appreciated.
gSoap Version 2.8.4