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 /TopicsService/ws/topicsService

    It is recommended that the Oracle Empirica Topics web service run with SSL so that your application attaches to the service using HTTPS.

  • Http chunk size when sending large attachments (for Java only)—This property specifies the maximum chunking size that the web service uses when sending attachments.
  • Username—This is the Oracle Empirica Topics service user name.
  • Password—This is the Oracle Empirica Topics service password.

    You also need to enable the MTOMFeature in your proprietary application when calling Oracle Empirica Topics web service APIs that send attachments.

If you have a Java application or your application uses .NET: