WSD_SOAP_MESSAGE 结构 (wsdtypes.h)
WSD SOAP 消息的内容。 此结构用于 探测 消息、ProbeMatch 消息、 解析 消息和 ResolveMatch 消息等。
语法
typedef struct _WSD_SOAP_MESSAGE {
WSD_SOAP_HEADER Header;
void *Body;
WSDXML_TYPE *BodyType;
} WSD_SOAP_MESSAGE;
成员
Header
一个 WSD_SOAP_HEADER 结构,用于指定 SOAP 消息的标头。
Body
SOAP 消息的正文。
BodyType
对指定 SOAP 消息正文类型的 WSDXML_TYPE 结构的引用。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
标头 | wsdtypes.h (包括 Wsdapi.h) |