The Info method allows the Data Partner to receive a list of databases available to the given profile as well as the attributes of those databases and any attached authorities and their supported format types.
To test the operation using the HTTP GET protocol, click the 'Invoke' button.
The following is a sample HTTP GET response.
<info shortName="xs:string" longName="xs:string" dbType="xs:string" contentType="xs:string" outsideSource="xs:boolean" >
<dbInfo>
<db>
<authorityInfo>
<db>
</db>
</authorityInfo>
</db>
</dbInfo>
<sortOptions>
<sort name="xs:string" id="xs:string" >
</sort>
</sortOptions>
<dbTags>
<dbTag name="xs:string" description="xs:string" >
</dbTag>
</dbTags>
<dbIndices>
<dbIndex name="xs:string" description="xs:string" >
</dbIndex>
</dbIndices>
<dbFormats>
<dbFormat name="xs:string" description="xs:string" >
</dbFormat>
</dbFormats>
</info>