![]() |
Home | Documentation |
soap_wsa_data Struct Reference
updated Mon Aug 15 2016
|
plugin data to override callbacks More...
#include <wsaapi.h>
Public Attributes | |
int(* | fheader )(struct soap *) |
void(* | fseterror )(struct soap *, const char **, const char **) |
int(* | fresponse )(struct soap *, int, size_t) |
int(* | fdisconnect )(struct soap *) |
plugin data to override callbacks
int(* soap_wsa_data::fdisconnect) (struct soap *) |
fdisconnect callback is used to accept HTTP 202
int(* soap_wsa_data::fheader) (struct soap *) |
fheader callback is invoked immediately after parsing a SOAP Header
int(* soap_wsa_data::fresponse) (struct soap *, int, size_t) |
fresponse callback is used to change a HTTP response into a HTTP POST
void(* soap_wsa_data::fseterror) (struct soap *, const char **, const char **) |
fseterror callback is used to inspect and change gSOAP error codes