Die Dokumentation in diesem Bereich ist im Aufbau.
Enthält die Anwendungsschnittstellen um die DQ-Funktionen des DQ-Servers aufzurufen. Generell wird empfohlen alle Implementation über Workflows zu kapseln.
Daher werden hier nur die relevanten Workflow-Funktionen genannt. Alle weiteren Schnittstellenfunktionen werden in kommenden DQ-Server nicht mehr unterstützt.
Erreichbar unter
http[s]://[meinhost]/DQServer/DQServer.asmx
- Allgemeine Standard-Schnittstelle
http[s]://[meinhost]/DQServer/2.0.0/ DQServer.asmx
- Die 2.0.0 Schnittstelle mit erweiterten Parametern für das Monitoring
Die WSDL-Beschreibung kann unter folgendem Link abgerufen werden:
- http[s]://[meinhost]/DQServer/DQServer.asmx?WSDL
- http[s]://[meinhost]/DQServer/2.0.0/DQServer.asmx?WSDL
Wichtige Funktionen
DoTablebasedWorkflow
- Execute a table based workflow
DoWorkflow
- Execute a record based workflow
DoWorkflowAsynchronous
- Execute a record based workflow as an asynchronous process.
DoWorkflowBulk
- Execute a record based workflow on a bundle of records
DoWorkflowBulkAsynchronous
- Execute a record based workflow on a bundle of records as an asynchronous process.
DoWorkflowExtended
- Execute a record based workflow extended
DoWorkflowExtendedBulk
- Execute an extended record based workflow on a bundle of records
DoWorkflowExtendedGroup
- Executes a record based workflow and provide an initial result table
DoWorkflowGroup
- Executes a record based workflow and provide an initial result table
DoWorkflowGroupAsynchronous
- Executes a record based workflow and provide an initial result table as an asynchronous process.