Connecting to the Topics Web Service
To connect your application to the 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 Topics web service such as
https://<
hostname>:<
port number>/TopicsService/ws/topicsService
It is recommended that the 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 Topics service user name.
- Password—This is the Topics service password.
You also need to enable the MTOMFeature in your proprietary application when calling Topic service APIs that send attachments.