• No results found

2.2 Message Syntax

2.2.3 Resolver Client Messages

2.2.3.1 Register Message

The Register message is sent by the client to register its PeerNodeAddress structure with a custom resolver service.

Message:

<wsdl:message name="RegisterInfo">

<wsdl:part name="Register" xmlns:peer="http://schemas.microsoft.com/net/2006/05/peer"

element="peer:Register" />

</wsdl:message>

<xs:element minOccurs="0" name="ClientId" type="ser:guid" />

<xs:element minOccurs="0" name="MeshId" nillable="true" type="xs:string" />

<xs:element minOccurs="0" name="NodeAddress" nillable="true"

type="tns:PeerNodeAddress"/>

</xs:sequence>

</xs:complexType>

<xs:element name="Register" nillable="true" type="tns:Register" />

<xs:complexType name="PeerNodeAddress">

<xs:sequence>

<xs:element minOccurs="0" name="EndpointAddress" nillable="true"

xmlns:q1="http://www.w3.org/2005/08/addressing" type="q1:EndpointReferenceType" />

<xs:element minOccurs="0" name="IPAddresses" nillable="true"

xmlns:q2="http://schemas.datacontract.org/2004/07/System.Net" type="q2:ArrayOfIPAddress" />

</xs:sequence>

</xs:complexType>

<xs:element name="PeerNodeAddress" nillable="true" type="tns:PeerNodeAddress" />

Refer to the following table for information about the different values of the "xs:element name"

attribute.

Value Description

ClientId A string identifying the resolver client. This MUST be unique and SHOULD be created upon the creation of the resolver client. The ClientId of a particular resolver client SHOULD be valid for the lifetime of that client.

MeshId The mesh name.

NodeAddress A PeerNodeAddress structure containing the resolver client's endpoint information.

2.2.3.2 Resolve Message

The Resolve message is sent by the resolver client to discover the PeerNodeAddress structure of other clients.

Message:

<wsdl:message name="ResolveInfo">

<wsdl:part name="Resolve" xmlns:peer="http://schemas.microsoft.com/net/2006/05/peer"

element="peer:Resolve" />

</wsdl:message>

<xs:element minOccurs="0" name="ClientId" type="ser:guid" />

<xs:element minOccurs="0" name="MaxAddresses" type="xs:int" />

<xs:element minOccurs="0" name="MeshId" nillable="true" type="xs:string" />

</xs:sequence>

</xs:complexType>

<xs:element name="ResolveInfo" nillable="true" type="tns:ResolveInfo" />

<xs:element name="Resolve" nillable="true" type="tns:ResolveInfo" />

Refer to the following table for information about the different values of the "xs:element name"

attribute.

Value Description

ClientId A string identifying the resolver client. This MUST be unique and SHOULD be created upon the creation of the resolver client. The ClientId of a particular resolver client SHOULD be valid for the lifetime of that client.

MaxAddresses The maximum number of registration records that can be returned by the corresponding ResolveResponse message. This SHOULD be set to "5".

MeshId The mesh name.

2.2.3.3 Refresh Message

The Refresh message is sent by a client to refresh its registration record with the resolver service.

Message:

<wsdl:message name="RefreshInfo">

<wsdl:part name="Refresh" xmlns:peer="http://schemas.microsoft.com/net/2006/05/peer"

element="peer:Refresh" />

</wsdl:message>

Operation:

<xs:element minOccurs="0" name="MeshId" nillable="true" type="xs:string" />

<xs:element minOccurs="0" name="RegistrationId" type="ser:guid" />

</xs:sequence>

</xs:complexType>

<xs:element name="RefreshInfo" nillable="true" type="tns:RefreshInfo" />

<xs:element name="Refresh" nillable="true" type="tns:RefreshInfo" />

Refer to the following table for information about the different values of the "xs:element name"

attribute.

Value Description

MeshId The mesh name.

RegistrationId A string that uniquely identifies the registration record of a particular resolver client. Created by the resolver service as a result of processing a Register message.

2.2.3.4 Update Message

The Update message is sent by the resolver client when some details of its registration record need to be updated, for example, when its IP addresses have changed.

Message:

<wsdl:message name="UpdateInfo">

<wsdl:part name="UpdateInfo" xmlns:peer="http://schemas.microsoft.com/net/2006/05/peer"

element="peer:UpdateInfo" />

</wsdl:message>

Operation:

<wsdl:operation name="Update">

<wsdl:input wsam:Action="http://schemas.microsoft.com/net/2006/05/peer/resolver/Update"

name="UpdateInfo" message="tns:UpdateInfo" />

<xs:element minOccurs="0" name="ClientId" type="ser:guid" />

<xs:element minOccurs="0" name="MeshId" nillable="true" type="xs:string" />

<xs:element minOccurs="0" name="NodeAddress" nillable="true" type="tns:PeerNodeAddress"

/>

<xs:element minOccurs="0" name="RegistrationId" type="ser:guid" />

</xs:sequence>

</xs:complexType>

<xs:element name="UpdateInfo" nillable="true" type="tns:UpdateInfo" />

Refer to the following table for information about the different values of the "xs:element name"

attribute.

Value Description

ClientId A string identifying the resolver client. This MUST be unique and SHOULD be created upon the creation of the resolver client. The ClientId of a particular resolver client SHOULD be valid for the lifetime of that client.

MeshId The mesh name.

NodeAddress A PeerNodeAddress structure containing the updated endpoint information to be written at the registration record indicated by RegistrationId. See [MC-PRCH] section 2.2.2.2.

RegistrationId A GUID identifying the registration record to be updated. Created by the resolver service as a result of processing a Register message.

2.2.3.5 Unregister Message

The Unregister message is sent by a resolver client to remove its registration record from the service.

Message:

<wsdl:message name="UnregisterInfo">

<wsdl:part name="Unregister" xmlns:peer="http://schemas.microsoft.com/net/2006/05/peer"

element="peer:Unregister" />

</wsdl:message>

Operation:

<wsdl:operation name="Unregister">

<wsdl:input

wsam:Action="http://schemas.microsoft.com/net/2006/05/peer/resolver/Unregister"

name="UnregisterInfo" message="tns:UnregisterInfo" />

</wsdl:operation>

Data Types:

<xs:complexType name="UnregisterInfo">

<xs:sequence>

<xs:element minOccurs="0" name="MeshId" nillable="true" type="xs:string" />

<xs:element minOccurs="0" name="RegistrationId" type="ser:guid" />

</xs:sequence>

</xs:complexType>

<xs:element name="UnregisterInfo" nillable="true" type="tns:UnregisterInfo" />

<xs:element name="Unregister" nillable="true" type="tns:UnregisterInfo" />

Refer to the following table for information about the different values of the "xs:element name"

attribute.

Value Description

MeshId The mesh name.

RegistrationId A unique string identifying a registration record to be deleted.

2.2.3.6 GetServiceInfo Message

The GetServiceInfo message is sent by the resolver client during the initialization of a Peer Channel protocol client. It is used to determine whether the Peer Channel protocol client will use referrals to discover new neighbors.

Message:

<wsdl:message name="IPeerResolverContract_GetServiceInfo_InputMessage" />

Related documents