About the Manage Web Service

The Manage Web Service lets you create new data domains in the Endeca Server cluster and manage existing data domains.

The Manage Web Service is intended for those system administrators who will be creating an Endeca data domain on an already deployed Endeca Server cluster, utilizing the node profile and the data domain profiles provided by the Endeca Server cluster administrator.

Using the Manage Web Service, you can:

The operations from the Manage Web Service can be performed directly by sending requests with this web service through a web services tool such as soapUI. In addition, you can run these operations through the Endeca Server command-line interface, endeca-cmd. This guide describes how to use both the Manage Web Service requests directly, and the commands from endeca-cmd. For a full list of endeca-cmd commands, see the Oracle Endeca Server Administrator's Guide.

Note: You can add data domains after the Oracle Endeca Server nodes are already running in the Endeca Server cluster. Additionally, each new data domain you create utilizes an Endeca Server node profile and a data domain profile that must already be created with the Cluster Web Service, or with the endeca-cmd utility.

Namespaces and schema

The Manage Web Service utilizes the following namespace specific to it (among other namespaces common between the Endeca Server web services):
xmlns:v1="http://www.endeca.com/endeca-server/manage/1"
The version indicated in this example may not correspond with the version of this web service that you are using. For information on web service versioning, see the Oracle Endeca Server Developer's Guide.

The Manage Web Services utilizes the schema named types.xsd.

For API-generated documentation on the Manage Web Service and its schema, see the Oracle Endeca Server API Reference.