GetDatabaseConnectionDefinition
Retrieves information about an ACS database connection object.
Request schema
<xsd:complexType name="GetDatabaseConnectionDefinition">
<xsd:sequence>
<xsd:element name="FileName" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Request elements
FileName
The name of the database connection object for which to retrieve information.
Response schema
<xsd:complexType name="GetDatabaseConnectionDefinitionResponse">
<xsd:sequence>
<xsd:element name="DatabaseConnectionDefinition"
type="typens:DatabaseConnectionDefinition"/>
</xsd:sequence>
</xsd:complexType>
Response elements
DatabaseConnectionDefinition
Information about the database connection object.