gSoap generated client-side structure initialization and use (using ANSI C bindings)
First of all, I searched and although there are a number of struct initializatio
Are you aware that gSOAP allocates memory for your data structures for you so that you don't have to do this? You only have to allocate memory for any data in a Request structure, but never the a reply structure.