#include <wsaapi.h>
Public Attributes | |
int(* | fheader )(struct soap *) |
void(* | fseterror )(struct soap *, const char **, const char **) |
int(* | fresponse )(struct soap *, int, size_t) |
|
fheader callback is invoked immediately after parsing a SOAP Header |
|
fresponse callback is used to change a HTTP response into a HTTP POST |
|
fseterror callback is used to inspect and change gSOAP error codes |