Actuate Information Delivery API operations : GetMetaData
 
GetMetaData
Retrieves the metadata describing a result set schema.
Request schema
<xsd:complexType name="GetMetaData">
xsd:sequence>
<xsd:element name="Object" type="typens:ObjectIdentifier"/>
<xsd:element name="Component"
type="typens:ArrayOfNameValuePair" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
Object
The object from which to retrieve the metadata.
Component
The name, display name, or ID, and the value of the component from which to retrieve the metadata.
Response schema
<xsd:complexType name="GetMetaDataResponse">
<xsd:sequence>
<xsd:element name="ArrayOfResultSetSchema"
type="typens:ArrayOfResultSetSchema" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Response elements
ArrayOfResultSetSchemat
The complex data type that represents an array of ResultSetSchema objects.