Share via


WSD_ENDPOINT_REFERENCE

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures