Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The schema for the input/output WS_MESSAGE for a given operation description.
Syntax
typedef struct _WS_MESSAGE_DESCRIPTION {
WS_XML_STRING *action;
WS_ELEMENT_DESCRIPTION *bodyElementDescription;
} WS_MESSAGE_DESCRIPTION;
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
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Header | webservices.h |