Order Service Configuration
These configuration values are used to point Order Capture System to the TIBCO Order Management - Long Running Order service endpoint. Order Capture System uses these configuration values to submit the orders to TIBCO Order Management - Long Running. They also provide security credentials.
| Name | Description | Default Value | 
|---|---|---|
| com.tibco.af.ocs.orderService.host |  
				   The host machine where the order service endpoint is exposed.  | 
 
				localhost | 
| com.tibco.af.ocs.orderService.port |  
				   The port where the order service endpoint is exposed.  | 
 
				9095 | 
| com.tibco.af.ocs.orderService.url |  
				   The complete URL for the order service endpoint. This is constructed using the values given for host and port.  | 
 
				 
				   http://$ {com.tibco.af.ocs.orderService.host}:$ {com.tibco.af.ocs.orderService.port}/api/orderService  | 
 
			 
| com.tibco.af.ocs.orderService.username | The order service security user name. | admin | 
| com.tibco.af.ocs.orderService.password | The order service security password | admin | 
|  
				   com.tibco.af.ocs.orderService.trust.store  | 
 
				The order Service SSL trust store location. | cert/trust.jks | 
|  
				   com.tibco.af.ocs.orderService.trust.password  | 
 
				The order Service JKS trust store password. | changeit | 
