Accessing the Cluster Web Service

The Cluster Web Service is declared in cluster.wsdl.

To access the WSDL of the Cluster Web Service at the following URL:
http://host:<port>/endeca-server/ws/cluster/<dataDomain>?wsdl

where the host and port are the host and port of any Endeca Server node in the Endeca Server cluster, and dataDomain is the name of the Endeca data domain hosted by the Endeca Server cluster.

To issue requests using the Cluster Web Service, use this URL:
http://host:port/endeca-server/ws/cluster

Requests can be issued in any tool that allows you to send web service requests, such as the JRF web services tool available in WebLogic or soapUI.

About the web service version

The namespace for the Cluster Web Service is similar to the following example and reflects the version of the service:
xmlns:v1_0="http://www.endeca.com/endeca-server/cluster/1/0"

This namespace is included in the WSDL document for the web service.

In this example, the string 1/0 indicates the version is 1.0, where 1 is the major version, and 0 is the minor version. The version in the service that you have installed may not match this example.

Important: After you upgrade the Oracle Endeca Server, verify the versions of the web services you have been using against the installed versions, to avoid version mismatch. It is recommended to use the web service versions that match the ones installed with the Oracle Endeca Server.

For more information on web service versions, see the Oracle Endeca Server Developer's Guide.