资 源 简 介
A TCP socket-based service layer on ClearQuest that enables platform-independent clients to execute ClearQuest commands via XML.
Overview
The ClearQuest XML Interface is a service layer on IBM"s ClearQuest that allows platform-independent clients to send ClearQuest commands via XML. IBM"s comparable solution required additional server hardware and installation of proprietary software on each client machine. Additionally, our implementation works better over the WAN, is scalable and utilizes a generic interface.
Details
The ClearQuest XML Interface (CQ/XML) is a service that waits for incoming TCP socket connections. Upon a successful connection, CQ/XML reads the XML coming through the socket. If the XML is not well-formatted, CQ/XML sends an XML-formatted error back to the sender. If the XML is well-formatted, CQ/XML logs-in to ClearQuest as the connecting user. The parsed commands are then executed within ClearQuest as that u