Share via


WSD_SOAP_MESSAGE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure represents 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

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures