Changes
/* Deploying to the EnterpriseService */
==Deploying to the EnterpriseService==
A valid .command file for a component can be created with the button [[File:IC_Studio_CreateCommandFile.png|Create command file]] ''Create command file'' at any time, it will also be stored in the ''Interfaces'' sub-folder and named accordingly. Use this generated file to call your interface via the EnterpriseService later.
The interface components, both programmed or workflows, have to be activated to be called by the Enterprise Service. To do so, enable the checkbox next to the according component and use {{keypress|Apply}}. A file ''Interfaces.xml'' should be created in the ''Interfaces'' sub-folder, having for example a content like this:
<source lang="xml">
<InterfaceManager>
<Interfaces>
<Interface FullName="UBIK.Interface.Module.XML" File="C:\00 Augmensys\30 UBIK\EnterpriseService\Bin\Interfaces\UBIK.Interface.Module.XML.dll" Class="UBIK.Interface.Module.XML.XMLDataInterface" Direction="I" />
<Workflow UID="5eb1744d-1e3d-4c96-8398-ba3c843d37ee" Async="False" />
</Interfaces>
<Folders>
<Folder FullName="C:\00 Augmensys\30 UBIK\EnterpriseService\Command" />
</Folders>
</InterfaceManager>
</source>
[[Category:Interfacing]]
[[Category:Workflow]]
[[Category:Studio tools]]