Once you install the Oracle Endeca Server and create a data domain
in it, you can use the packaged Web services with the specified versions for
each of them, to send requests.
The WSDL and XSD documents for the following Web services are installed
in the
$ENDECA_HOME/apis/web-services directory of your
installation:
- Data Ingest Web Service 2.0,
ingest (documented in the
Oracle Endeca Server Data Loading Guide)
- Configuration Web Service
2.0,
config (documented in the
Oracle Endeca Server Developer's Guide)
- Conversation Web Service 2.0
,
conversation (documented in the
Oracle Endeca Server Developer's Guide)
- Transaction Web Service 2.0,
transaction (documented in the
Oracle Endeca Server Developer's Guide)
In addition to these Web services, additional Web services are available
with the Oracle Endeca Server:
- Entity Configuration Web
Service 2.0,
sconfig (documented in the
Oracle Endeca Server Developer's Guide)
- Manage Web Service 1.0,
manage (documented in the
Oracle Endeca Server Cluster Guide)
- Cluster Web Service 1.0,
cluster (documented in the
Oracle Endeca Server Cluster Guide)
- LQL Parser Web Service 2.0,
lql_parser, used by the Conversation Web Service to
parse Endeca Query Language queries and filters.
Note: Each Web service is versioned with the major and minor version
numbers listed in its WSDL document. If you are planning to use Web service
calls directly or use client-side code created with stubs generated from a web
service, ensure that you use a supported version of the Web service. For
detailed information on Web service versions, see a section in the
Oracle Endeca Server Developer's Guide.
The Bulk Load Interface is also installed in the
$ENDECA_HOME/apis directory of your installation.
Together with the Data Ingest Web Service, the Bulk Load Interface loads the
records into the Oracle Endeca Server. For more information on this interface,
see the
Oracle Endeca Server Data Loading Guide.