WSD_HEADER_RELATESTO (Compact 2013)
3/26/2014
This structure represents a RelatesTo SOAP envelope header block, as specified by the WS-Addressing specification.
Syntax
typedef struct _WSD_HEADER_RELATESTO {
WSDXML_NAME* RelationshipType;
const WCHAR* MessageID;
} WSD_HEADER_RELATESTO;
Members
- RelationshipType
Reference to a WSDXML_NAME structure that contains the relationship type as a qualified name.
- MessageID
The identifier of the related message.
Requirements
Header |
wsdapi.h |
Library |
wsdapi.lib |