Home | Documentation |
Header structure and functions
updated Tue Aug 27 2024 by Robert van Engelen
|
This module defines the SOAP_ENV__Header
structure and soap_header
function to allocate the header.
More...
Classes | |
struct | SOAP_ENV__Header |
SOAP Header structure. More... | |
Functions | |
void | soap_header (struct soap *soap) |
If soap::header is NULL then allocate SOAP_ENV__Header header and set soap::header to point to it. More... | |
This module defines the SOAP_ENV__Header
structure and soap_header
function to allocate the header.
void soap_header | ( | struct soap * | soap | ) |
If soap::header
is NULL then allocate SOAP_ENV__Header
header and set soap::header
to point to it.
If soap::header
is NULL then this function allocates a SOAP_ENV__Header
structure in memory managed by the context, default initializes its members, and sets soap::header
to point to the allocated structure.
SOAP_ENV__Header
. soap | soap context |