How can we implement WSSE plugin for Gsoap in C++/Linux ? This link doesn't give all the information.
The problem is what do I have to include in my header file generated by WSDL , to make it wsse compatible so that soapcpp2 header.h generates sufficient code so that I can compile wsseapi.c successfully ?
Also ,if possible please provide working sample code(C++ only , no C plz) which implements wsse plugin?