Endeca Server - Configuration Web Services (config)

Oracle Platform Structured Unstructured Data

in weblogic: http://localhost:/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: 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





Discover More
Oracle Platform Structured Unstructured Data
Endeca - Configuration Document

Through the config web services Example with recsearch_config Example with recsearch_config
Oracle Platform Structured Unstructured Data
Endeca - Property and Property Description Records (PDRs)

PDR is s schema record. PDR's define the format and behaviour of standard attributes and managed attributes. A data (attribute|column) has a property key. Key (The unique identifier of the...
Oracle Platform Structured Unstructured Data
Endeca - Search Interface (recsearch_config)

A search interface can be created if you want to specify one or more standard attributes to search. It is an ordered list of attributes. You create search interfaces so you can apply behavior such as...
Oracle Platform Structured Unstructured Data
Endeca Server - Web Services

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,...
Oracle Platform Structured Unstructured Data
Endeca Server - (Managed|Schema) Attribute

A managed attribute is used to enable the creation of hierarchical standard attribute values. Therefore they are also known as schema attribute. You can see a managed attributes as the key of a level in...
Oracle Platform Structured Unstructured Data
Endeca Server - Dimension (Description Records) (DDR)

The Dimension Description Records (DDR) define managed attributes and thus, among other characteristics, enable the creation of hierarchical standard attribute values. You cannot create a dimension without...
Oracle Platform Structured Unstructured Data
Endeca Server - Precedence rule

Precedence rules provide a way to delay the display of attributes until they offer a useful refinement of the navigation state. The Configuration Web Service has two operations to create precedence...



Share this page:
Follow us:
Task Runner