Version 9.6

CentraSite Web Service Interfaces

This document describes some of the web services that CentraSite provides. You can obtain a complete list of services at the following URL:

http://server:port/wsstack/services/listServices

Where server is the machine on which the Software AG Runtime is running and port is the port on which Software AG Runtime is listening (port 53307 if CentraSite is configured to use the default Software AG Runtime port number).

Example: http://myServer:53307/wsstack/services/listServices

Audience

This document is intended for developers who want to integrate custom applications or third-party tools with CentraSite using web services.

Contents

CentraSite provides the following web services for each of the predefined importers:

ImportWsdlService
ImportXsdService
ImportXPDLService
ApprovalService

For more information on how to obtain descriptions and details refer to section Invoking an Importer Using the SOAP API in the document Importing Objects Using the API.

As an example, the following document describes the ApprovalService in detail:

green ball The Approval Service Describes how to use the Approval service to interact with CentraSite's approval-request system.

Top of page