Actuate Information Delivery API operations : ODBOTunnel
 
ODBOTunnel
Opens a connection to an OLAP server for ODBO API function.
Request schema
<xsd:complexType name="ODBOTunnel">
<xsd:sequence>
<xsd:element name="ODBORequest" type="xsd:base64Binary" />
<xsd:element name="RequestConnectionHandle"
type="xsd:boolean"
minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
Request elements
ODBORequest
The ODBORequest
RequestConnectionHandle
A flag indicating whether a connection handle, or session ID for the object, is to be returned.
Response schema
<xsd:complexType name="ODBOTunnelResponse">
<xsd:sequence>
<xsd:element name="ODBOResponse" type="typens:Attachment"
minOccurs="0" />
<xsd:element name="ConnectionHandle" type="xsd:string"
minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
Response elements
ODBOResponse
The response from the ODBO API.
ConnectionHandle
The handle to the ODBO connection.