3.1.4.1.2.2 tns:GetDomainSettingsResponseMessage Element

The GetDomainSettingsResponseMessage element returns to the caller the user’s configuration settings that were requested in a GetDomainSettingsRequestMessage element, as specified in section 3.1.4.1.2.1.

The name-value pairs for each returned domain setting are included in the response. The GetDomainSettings operation call returns only the requested configuration settings.

 <xs:element name="GetDomainSettingsResponseMessage">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Response"
         type="tns:GetDomainSettingsResponse"
         nillable="true"
         minOccurs="0"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>
  

The following table lists the child elements of the GetDomainSettingsResponseMessage element.

Element name

Type

Description

Response

tns:GetDomainSettingsResponse (section 3.1.4.1.3.2)

Specifies the response to a GetDomainSettings operation request for a specified domain.