2.2.2.2 RefreshResult Enumeration

This is sent as part of the RefreshResponse message to indicate the result of an attempt to refresh a registration record. It has the following valid values, formatted as strings.

            
 <xs:simpleType name="RefreshResult">
      <xs:restriction base="xs:string">
           <xs:enumeration value="Success" />
           <xs:enumeration value="RegistrationNotFound" />
      </xs:restriction>
 </xs:simpleType>
 <xs:element name="RefreshResult" nillable="true" type="tns:RefreshResult" />
            

Enumeration value

Description

Success

The registration record was found and refreshed.

RegistrationNotFound

The resolver service could not find the registration record.