3.1.4.114.3.2 GetDatabaseConfigurationResponseBody

Contains a database instance for which to get the configuration.

  
 <xsd:complexType name="GetDatabaseConfigurationResponseBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="serverName" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="databaseName" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="wmsdeInstanceName" nillable="true" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

serverName: This field MUST be present. It contains the name of the server.

databaseName: This field MUST be present. It contains the name of the database to which the server is connecting.

wmsdeInstanceName: This field MUST be present. It contains the name of the database instance.