gsoap « wsdl « Java Enterprise Q&A





1. How to return an array from a function within a pure C gsoap server?    stackoverflow.com

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:

minire-server.cgi: ...

2. gsoap and WS-Notification    stackoverflow.com

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 ...

3. gSOAP WSSE Header missing xmlns namespace declarations    stackoverflow.com

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 ...