Genivia Home Documentation
soap_wsa_data Struct Reference

updated Sun Dec 9 2018 by Robert van Engelen
 
Public Attributes | List of all members
soap_wsa_data Struct Reference

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, ULONG64)
 
int(* fdisconnect )(struct soap *)
 

Detailed Description

plugin data to override callbacks

Member Data Documentation

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, ULONG64)

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


The documentation for this struct was generated from the following file: