I am using an older version of gsoap (2.7.2). I would like to trap a specific request (form response - instead of soap).
If I override the parseheader in the plugin - and determine that it is of interest - how to get the rest of the response in that handler? Call soap_getchar in a loop? Also, after reading the response - may decide that message is not of interest - and need to pass it along - so, need to rewind back - so, that the next handler/default handler can go on. Any tips on this? Thanks.
