Connecting to the Oracle Empirica Topics web service
To connect your application to the Oracle Empirica Topics web service, you need to set up web service properties in your code.
- The end point address—This is the URL address of the Oracle Empirica Topics web service such as
https://<hostname >:<port number /TopicsServiceR/empiricaIt is recommended that the Oracle Empirica Topics web service run with SSL so that your application attaches to the service using HTTPS.
- Authentication Header Credentials
Basic Authentication:
- Username—This is the Oracle Empirica Topics service user name.
- Password—This is the Oracle Empirica Topics service password.
- oAUTH Authentication:
- Authentication Provider URL
- Client ID
- Client Secret
- Scope
- Java integration
The following example demonstrates how to connect to the Oracle Empirica Topics web service using Jakarta as the JAX-RS implementation provider.
Parent topic: Web service configuration