Eligibility and Pricing Web Service Configuration
These configuration values are used to configure the offer and price interface used by OCS. In a typical TIBCO Fulfillment Order Management deployment, these values point to the pricing service from OPE. They also provide security credentials.
Name | Description | Default Value |
---|---|---|
com.tibco.af.ocs. eligibilityService.host |
The host machine where the eligibility web service endpoint is exposed. | localhost |
com.tibco.af.ocs. eligibilityService.port |
The port where eligibility web service endpoint is exposed. | 9094 |
com.tibco.af.ocs. eligibilityService.url |
The complete URL for eligibility service endpoint. This is constructed using the values given for host and port. |
http://$ {com.tibco.af.ocs.eligibilityService .host}:${com.tibco.af.ocs.eligibilityService.port} /api/opeService |
com.tibco.af.ocs. eligibilityService.username |
The eligibility web service security user name. | admin |
com.tibco.af.ocs. eligibilityService.password |
The eligibility web service security password. | admin |
com.tibco.af.ocs. eligibilityService.trust.store |
The eligibility service JKS trust store for the HTTP location. | cert/trust.jks |
com.tibco.af.ocs. eligibilityService.trust.password |
The eligibility web service JKS trust store password. | changeit |
Name | Description | Default Value |
---|---|---|
com.tibco.af.ocs. pricingService.host |
The host machine where the pricing web service endpoint is exposed. | localhost |
com.tibco.af.ocs. pricingService.port |
The port where pricing web service endpoint is exposed | 9094 |
com.tibco.af.ocs. pricingService.url |
The complete URL for pricing web service endpoint. This is constructed using the values given for host and port. |
http://$ {com.tibco.af.ocs.pricingService.host}:${com.tibco.af.ocs.pricingService.port}/api/opeService |
com.tibco.af.ocs. pricingService.username |
The pricing web service security user name. | admin |
com.tibco.af.ocs. pricingService.password |
The pricing web service security password. | admin |
com.tibco.af.ocs. pricingService.trust.store |
The pricing web service JKS trust store for the HTTPS location. | cert/trust.jks |
com.tibco.af.ocs. pricingService.trust.password |
The pricing web service JKS trust store password. | changeit |