Post-Installation Task 4: Integrating with TIBCO Fulfillment Subscriber Inventory
TIBCO Order Management provides an inbuilt integration with
TIBCO Fulfillment Subscriber Inventory. To use this component, in the
$OM_HOME/roles/configurator/standalone/config/ConfigValues_AopdService.xml file, configure the following properties within the existing "Inventory Configuration" parent category:
Procedure
To enable the integration with
TIBCO Fulfillment Subscriber Inventory, set the value of the following property as
true.
<ConfValue description="Merge inventory in AOPD request"
name="Merge inventory in AOPD request" propname="com.tibco.fom.oms.afi.aopd.merge.inventory"
sinceVersion="5.0" visibility="Basic">
<ConfBool default="false" value="false"/>
</ConfValue>
Set the property value in
hostname:port format indicating the server location where
TIBCO Fulfillment Subscriber Inventory is deployed.
<ConfValue description="Inventory service address" isHotDeployable="true"
name="Host/Port for Inventory Service" propname="com.tibco.fom.oms.afi.aopd.merge.inventory.url"
readonly="false" sinceVersion="5.0" visibility="Basic">
<ConfString default="localhost:8080" value="http://localhost:8080/fsi-server/soapapi/v1/service"/>
</ConfValue>
Provide the
TIBCO Fulfillment Subscriber Inventory user with administrator privileges. The user name must be in
admin@tibco format, where
tibco is replaced by the actual user name.
<ConfValue description="Inventory service username" isHotDeployable="true"
name="Inventory service username" propname="com.tibco.fom.oms.afi.aopd.merge.inventory.username"
readonly="false" sinceVersion="5.0" visibility="Basic">
<ConfString default="admin@tibco" value="admin@tibco"/>
</ConfValue>
Set to the password corresponding to the
TIBCO Fulfillment Subscriber Inventory user. The default password value is
admin.
<ConfValue description="Inventory service password" isHotDeployable="true"
name="Inventory service password" propname="com.tibco.fom.oms.afi.aopd.merge.inventory.password"
readonly="false" sinceVersion="5.0" visibility="Basic">
<ConfString default="admin" value="admin"/>
</ConfValue>