Once you install the Oracle Endeca Server and create a data store
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
Oracle\Endeca\Server\7.4.0\apis\web-services directory
of your installation:
- Data Ingest Web Service 1.0,
ingest (documented in the
Oracle Endeca Server Data Loading Guide)
- Configuration Web Service
1.0,
config (documented in the
Oracle Endeca Server Developer's Guide)
- Conversation Web Service 1.0
,
conversation (documented in the
Oracle Endeca Server Developer's Guide )
- Transaction Web Service 1.1,
transaction (documented in the
Oracle Endeca Server Developer's Guide)
- Administration Web Service
1.0,
admin (documented in the
Oracle Endeca Server Administrator's Guide)
In addition to these Web services, additional Web services are available
with the Oracle Endeca Server:
- The LQL Parser Web Service
2.0,
lql_parser, used by the Conversation Web Service to
parse Endeca Query Language queries and filters.
- The Entity Configuration Web
Service 1.0,
sconfig, used to create and manage views.
- The Control Web Service 1.0,
control, used by the Oracle Endeca Server commands.
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
Oracle\Endeca\Server\7.4.0\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.