DEFRECORD KCML_SOAP_HookInfo
State record passed to the callback routine that is executed prior to a SOAP method| FLD name | Pack format | Purpose |
|---|---|---|
| SOAP_HookInfo_UserSym | The SYM of user defined state buffer | |
| SOAP_HookInfo_FaultString$ | CHAR(256) | <faultstring> value in the SOAP Fault response that is sent when the callback routine retruns FALSE. |
| SOAP_HookInfo_FaultDetail$ | CHAR(256) | <detail> value in the SOAP Fault response that is sent when the callback routine retruns FALSE. |
| SOAP_HookInfo_FaultActor$ | CHAR(256) | <faultactor> value in the SOAP Fault response that is sent when the callback routine retruns FALSE. |
| SOAP_HookInfo_State | SOAP server state |