Share via


WSD_SOAP_MESSAGE (Compact 2013)

3/26/2014

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

See Also

Reference

Web Services on Devices Structures