WSD_SOAP_MESSAGE structure (wsdtypes.h)

The contents of a WSD SOAP message. This structure is used for Probe messages, ProbeMatch messages, Resolve messages, and ResolveMatch messages, among others.

Syntax

typedef struct _WSD_SOAP_MESSAGE {
  WSD_SOAP_HEADER Header;
  void            *Body;
  WSDXML_TYPE     *BodyType;
} WSD_SOAP_MESSAGE;

Members

Header

A WSD_SOAP_HEADER structure that specifies the header of the SOAP message.

Body

The body of the SOAP message.

BodyType

Reference to a WSDXML_TYPE structure that specifies the type of the SOAP message body.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wsdtypes.h (include Wsdapi.h)

See also

Discovery and Metadata Exchange Messages