HTTP Client API for ActiveX Version 8.2.2
 —  HTTP Client API for ActiveX  —

Component Profile and Installation

This section provides information about the contents of this Tamino component and the installation.


Component Profile

Here you will find general information about the API and how to use it.

The Tamino HTTP Client for ActiveX is installed with the Tamino XML Server installation.

Tamino Component Profile for the HTTP Client API for ActiveX

Supported Platforms

All Windows platforms supported by Tamino XML Server.

Location of Installed Component

<TaminoInstallDir>\SDK\ActiveXAPI (henceforth called <ActiveXAPIDir>).

Component Files

ActiveX controls: In <ActiveXAPIDir> you find the following files:

TaminoX.ocx
TaminoX.tlb
TaminoNonXML.ocx
TaminoNonXML.tlb
NodeLevelUpdate.dll

Examples: In <ActiveXAPIDir> you find examples in these subdirectories:

sampleVBXML (in VisualBasic)
sampleVBNonXML (in VisualBasic)
samplePerformance (in VisualBasic)

Start of instruction setTo Work with the HTTP Client API for ActiveX

Top of page

Installing the ActiveX Controls

The ActiveX controls TaminoX.ocx and TaminoNonXml.ocx need to be registered after installation.

Start of instruction setTo register TaminoX.ocx

Start of instruction setTo register TaminoNonXml.ocx

After registration, the HTTP Client API for ActiveX can be found in the list of all available ActiveX controls.

The name of the API for XML data is "Software AG - Tamino DOM Interface". The name of the API for non-XML data is "Software AG - Tamino Non XML Interface".

Top of page

Auto-Detect of MSXML3/4

The controls attempt to auto-detect the latest MSXML parser - first MSXML4 and then MSXML3. This behavior can be overridden. Use the method UseServerHTTP for the ActiveX controls. Use the SYSTEM environment variable SAG_NODELEVELUPDATE_MSXML (MSXML3/MSXML4) for NodeLevelUpdate. It is recommended to use MSXML3 with NodeLevelUpdate

Top of page