WS_MESSAGE_DESCRIPTION structure
The schema for the input/output WS_MESSAGE for a given operation description.
Syntax
struct WS_MESSAGE_DESCRIPTION {
WS_XML_STRING* action;
WS_ELEMENT_DESCRIPTION* bodyElementDescription;
};
Members
- action
-
The action associated with the respective input/output WS_MESSAGE.
If the message does not have an action, this field can be NULL.
- bodyElementDescription
-
The description of the value within the body of the WS_MESSAGE.
If NULL, then the message body is assumed to be empty.
If non-NULL, this value is read or written as described in WsWriteBody and WsReadBody.
Requirements
|
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|