Share via


WSD_ENDPOINT_REFERENCE (Compact 2013)

3/26/2014

This structure represents a WS-Addressing endpoint reference.

Syntax

typedef struct _WSD_ENDPOINT_REFERENCE {
  const WCHAR* Address;
  WSD_REFERENCE_PROPERTIES ReferenceProperties;
  WSD_REFERENCE_PARAMETERS ReferenceParameters;
  WSDXML_NAME* PortType;
  WSDXML_NAME* ServiceName;
  WSDXML_ELEMENT* Any;
} WSD_ENDPOINT_REFERENCE;

Members

  • Address
    The endpoint address.
  • ReferenceProperties
    WSD_REFERENCE_PROPERTIES structure that specifies additional data used to uniquely identify the endpoint.
  • ReferenceParameters
    WSD_REFERENCE_PARAMETERS structure that specifies additional opaque data used by the endpoint.
  • PortType
    Reference to a WSDXML_NAME structure that specifies the port type of the service at the referenced endpoint.
  • ServiceName
    Reference to a WSDXML_NAME structure that specifies the service name of the service at the referenced endpoint.
  • Any
    Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

Web Services on Devices Structures