Endeca Server - Configuration Web Services (config)

About

Access the Configuration Web Service for the data store:

Request

A request to the Configuration Web Service consists of a configTransaction element.

The operations perform actions on:

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>

Documentation / Reference


Powered by ComboStrap