You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Im folgenden finden Sie Anwendungsschnittstellen um die DQ-Funktionen des Data Quality Servers aufzurufen. Generell empfehlen wir Ihnen, alle Implementation über Workflows zu kapseln.

Daher werden für Sie hier nur die relevanten Workflow-Funktionen genannt.

Alle weiteren Schnittstellenfunktionen werden in kommenden Data Quality Server Releases nicht mehr unterstützt.


Die Anwendungsschnittstelle können Sie

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.
  • No labels