Eligibility and Pricing Web Service Configuration
These configuration values are used to configure the offer and price interface used by the Order Capture System. In a typical TIBCO Order Management deployment, these values point to the pricing service from Offer and Price Engine. They also provide security credentials.
Name | Description | Default Value |
---|---|---|
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://localhost:9094/opes/api/v1/offers/eligible |
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.url |
The complete URL for pricing web service endpoint. This is constructed using the values given for host and port. |
http://localhost:9094/opes/api/v1/offers/prices |
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 |