Share via


WSD_SERVICE_METADATA

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure provides metadata regarding a service hosted by a device.

Syntax

typedef struct _WSD_SERVICE_METADATA {
  WSD_ENDPOINT_REFERENCE_LIST* EndpointReference;
  WSD_NAME_LIST* Types;
  const WCHAR* ServiceId;
  WSDXML_ELEMENT* Any;
} WSD_SERVICE_METADATA;

Members

  • EndpointReference
    Reference to a WSD_ENDPOINT_REFERENCE structure that specifies the endpoints at which the service is available.
  • Types
    Reference to a WSD_NAME_LIST structure that contains a list of WS-Discovery Types.
  • ServiceId
    The identifier of the service.
  • Any
    Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.

Requirements

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

See Also

Reference

Web Services on Devices Structures