Accessing the Manage Web Service

The Manage Web Service is declared in manage.wsdl.

You can access the WSDL of the Manage Web Service at the following URL:
http://<host>:<port>/endeca-server/ws/manage/?wsdl

where the host and port are the host and port of any Endeca Server node in the Endeca Server cluster, and endeca-server is the default root context of the Endeca Server Java application deployed in the WebLogic Server.

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

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 Manage Web Service is similar to the following example and reflects the version of the service:
xmlns:v1_0="http://www.endeca.com/endeca-server/manage/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.