About
Web Service | Description | Deprecated |
---|---|---|
Endeca Server Data Ingest Web Service | To load data | |
Endeca Server Conversation Web Service | ||
Endeca Server Control Web Service | Start a datastore, Status of a datastore, Create a datastore | Deprecated after 7.5, see Manage Web Service |
manage web service | To manage a data (store|domain) | New since 7.5 |
Endeca Server Configuration Web Service (config) | Load configuration attribute | |
Endeca Server Administration Web Service | Deprecated since 7.5 (ie no more private) | |
Endeca Server Bulk Load Web Service | Bulk Load data | |
Cluster Web Service | To manage a Cluster | |
Entity and Collection Configuration Web Service (sconfig) | Used to create and manage entities, collections, and filter rules. |
Articles Related
Administration
You can access the Administration Web Service at the following URL:
http://localhost:<port>/ws/admin/DataStore?wsdl
http://exalytics-01:7770/ws/admin/staffing?wsdl
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://www.endeca.com/MDEX/admin/1" xmlns:v1_0="http://www.endeca.com/MDEX/admin/1/0" name="Admin"
targetNamespace="http://www.endeca.com/MDEX/admin/1">
<types>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.endeca.com/MDEX/admin/1/0"
elementFormDefault="qualified">
<complexType name="Request">
<annotation>
<documentation>A request to the admin web service to perform some action.</documentation>
</annotation>
<choice>
<element name="createSnapshotOperation" type="v1_0:CreateSnapshotOperation"/>
<element name="listJobsOperation" type="v1_0:ListJobsOperation"/>
<element name="cancelJobOperation" type="v1_0:CancelJobOperation"/>
<element name="getVersionOperation" type="v1_0:GetVersionOperation"/>
</choice>
</complexType>
..............
..............
</definitions>