I'm trying to integrate with Clearquest from a remote web tier. The web tier will create a few simple entities (e.g. defects) and query data for a few reports. This web tier can't have the Clearquest bits installed locally and needs a means to remotely drive the product or API.
In reading the Clearquest API documentation, they have a COM API (seeminly requires the full client be installed locally), ODBC (direct back end access), and some mention of OSLC adapters (expose most of the API via open source RESTful interface), which I presume also requires the full Clearquest client installed locally.
Before declaring this integration as not being feasible without having the Clearquest client locally installed, I was wondering if anyone else found a solution to perform an integration sans locally installed Clearquest bits. It seems as though the ODBC route could be used but this would bypass application level business rules for the entity create, which is less than ideal. The documentation also doesn't state if ODBC will provide create access or if this is relegated to the underlying DB2 database.