2.2.4.1 RegisterResponse Message
The RegisterResponse message is sent by the resolver service in response to a Register or Update message. It is only sent to the originator of the Register or Update message, and it indicates the result of an attempt to either create a new registration record or to update an existing one.
-
Message: <wsdl:message name="RegisterResponseInfo"> <wsdl:part name="RegisterResponse" xmlns:peer="http://schemas.microsoft.com/net/2006/05/peer" element="peer:RegisterResponse" /> </wsdl:message> Operation: <wsdl:operation name="Register"> <wsdl:output wsam:Action="http://schemas.microsoft.com/net/2006/05/peer/resolver/RegisterResponse" name="RegisterResponseInfo" message="tns:RegisterResponseInfo" /> </wsdl:operation> Data Types: <xs:complexType name="RegisterResponse"> <xs:sequence> <xs:element minOccurs="0" name="RegistrationId" type="ser:guid" /> <xs:element minOccurs="0" name="RegistrationLifetime" type="ser:duration" /> </xs:sequence> </xs:complexType> <xs:element name="RegisterResponse" nillable="true" type="tns:RegisterResponse" />
Refer to the following table for information about the different values of the "xs:element name" attribute.
|
Value |
Description |
|---|---|
|
RegistrationId |
A unique string that identifies the newly created registration record. Created by the resolver service as a result of a registration request. |
|
RegistrationLifetime |
The duration for which the resolver service guarantees that the newly created registration record will not be deleted. Formatted as an xs:duration, as specified in [XMLSCHEMA] Part 2: Datatypes, section 3.2.6. |