Home | Documentation |
SOAP_ENV__Detail Struct Reference
updated Tue Aug 27 2024 by Robert van Engelen
|
SOAP Fault Detail structure. More...
Public Attributes | |
int | __type |
Any data of some type T serialized as fault element when its SOAP_TYPE_T is assigned to __type More... | |
void * | fault |
Any data of some type T serialized as fault element when its SOAP_TYPE_T is assigned to __type More... | |
_XML | __any |
Any XML content. More... | |
SOAP Fault Detail structure.
SOAP_ENV__Fault
. _XML SOAP_ENV__Detail::__any |
Any XML content.
int SOAP_ENV__Detail::__type |
Any data of some type T
serialized as fault
element when its SOAP_TYPE_T
is assigned to __type
void* SOAP_ENV__Detail::fault |
Any data of some type T
serialized as fault
element when its SOAP_TYPE_T
is assigned to __type