Servigistics InService Customization > Customizing System Integrations > Order System Integration
  
Order System Integration
The mechanism by which orders are place needs to be customized to integrate with the ordering system.
1. Create a custom Java class that implements the com.ptc.sc.services.plugins.CommerceDelegate interface. The OOTB com.ptc.sc.services.plugins.DefaultCommerceDelegate implementation contains default implementations of the interface methods except for the SCEOrder placeOrder(SCEOrder) method. By default this method does nothing.
2. Add the following entry into the <WT_HOME>/site.xconf file specifying the custom pricing delegate:
<Service context="default"
name="com.ptc.sc.services.plugins.CommerceDelegate">
<Option serviceClass="<customDelegateClassName>"
requestor="null"
cardinality="duplicate"/>
</Service>
3. From a Windchill command line, run the following command: xconfmanager -pF
4. Restart the Servigistics InService server