Home | Documentation |
_xop__Include Struct Reference
updated Tue Aug 27 2024 by Robert van Engelen
|
XOP include structure with attachment data. More...
Public Attributes | |
unsigned char * | __ptr |
pointer to binary data More... | |
int | __size |
size of the binary data More... | |
char * | id |
NULL to generate an id or assign this member variable a unique UUID. More... | |
char * | type |
MIME type of the data. More... | |
char * | options |
description of the MIME/MTOM attachment or NULL More... | |
XOP include structure with attachment data.
This structure may be declared in the interface header file for soapcpp2 and defines a XOP type with optional MTOM attachment data to support the XML-binary optimized packaging https://www.w3.org/TR/xop10 format. This structure is pre-defined in gsoap/import/xop.h
and is used to serialize binary data in base64 or as a DIME/MIME/MTOM attachment. An attachment is serialized when either id
, type
or options
member variables are non-NULL.
xsd__base64Binary
, xsd__hexBinary
. unsigned char* _xop__Include::__ptr |
pointer to binary data
int _xop__Include::__size |
size of the binary data
char* _xop__Include::id |
NULL to generate an id or assign this member variable a unique UUID.
char* _xop__Include::options |
description of the MIME/MTOM attachment or NULL
char* _xop__Include::type |
MIME type of the data.