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 - Long Running deployment, these values point to the pricing service from Offer and Price Engine. They also provide security credentials.

Eligibility Web Service Configuration
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.

${com.tibco.af.ocs.ap.protocol}://${com.tibco.af.ocs.eligibilityService.host}:${com.tibco.af.ocs.eligibilityService.port}/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
Pricing Web Service Configuration
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.

${com.tibco.af.ocs.ap.protocol}://${com.tibco.af.ocs.pricingService.host}:${com.tibco.af.ocs.pricingService.port}/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