Endeca Server - Configuration Web Services (config)
Table of Contents
About
Access the Configuration Web Service for the data store:
- before 7.5: http://localhost:<port>/ws/config/DataStore?wsdl.
- in weblogic: http://localhost:<port>/endeca-server/ws/config/DataStore?wsdl.
Articles Related
Request
A request to the Configuration Web Service consists of a configTransaction element.
The operations perform actions on:
- and on XML configuration documents.
If a record:
- with the specified key already exists in the data domain, it is replaced.
- does not exist, it is created.
Example
To list attribute groups
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.endeca.com/MDEX/config/services/types/3/0"
xmlns:ns1="http://www.endeca.com/MDEX/config/XQuery/2009/09">
<soapenv:Header/>
<soapenv:Body>
<ns:configTransaction>
<ns:listGroups/>
</ns:configTransaction>
</soapenv:Body>
</soapenv:Envelope>