Subscriber Inventory Web Service Configuration
These configuration values are used to point Order Capture System to the subscriber inventory web service endpoint. Order Capture System uses these values to retrieve subscribers and subscriber data based on a query string. They also provide security credentials.
For demonstration purposes, you can use Demo Subscriber Directory in Order Capture System to manage a list of subscribers and stores. For more information, see Demo Subscriber Directory.
Name | Description | Default Value |
---|---|---|
com.tibco.af.ocs.demo.subscriberInventory |
Demo Subscriber Directory demonstrates subscriber and store management in Order Capture System. | True |
com.tibco.af.ocs. subscriberService.host |
The host machine where inventory service endpoint is exposed. | localhost |
com.tibco.af.ocs. SubscriberInventoryService.port |
The port where inventory service endpoint is exposed. | 9091 |
com.tibco.af.ocs. SubscriberInventoryService.url |
The complete URL for subscriber inventory service endpoint. This is constructed using the values given for host and port. |
http://$ {com.tibco.af.ocs.subscriberService.host}$ {com.tibco.af.ocs.subscriberService.port} /fos/ocs/subscriber/inventory |
com.tibco.af.ocs. subscriberService.username |
The subscriber inventory service security user name. | admin |
com.tibco.af.ocs. subscriberService.password |
The subscriber inventory service security password. | admin |
com.tibco.af.ocs. subscriberService.trust.store |
The subscriber inventory service SSL trust store location. | cert/trust.jks |
com.tibco.af.ocs. subscriberService.trust.password |
The subscriber inventory service JKS trust store password. | changeit |