I have a simple gsoap server written in Pure C. The main header and the basic modules are compiled automatically from a wsdl file.
Here is the Makefile that actually does it:
I would like to use WS-Notification in my gsoap client in order to receive notifications from a server. I have developed the wsdl, and every operation, except the notification operations, are ...
Good evening.
I have a problem generating a gSOAP security header (WSSE). I have compiled all the necessary file and used the following calls to add the WSSE security header to the ...