Skip to content

Service Configuration

Luís Manuel Maia edited this page Mar 23, 2020 · 1 revision

Service configuration it was used to for configuring custom notification services. Currently, it's not used and its stored for compatibility with legacy SmartDocumentor configurations.

Example of service.config.xml:

1. <?xml version="1.0"?>
2. <Service xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3. <ServiceList>
4. <ServiceItem Type="Notification" UseService="False" Server="" Port="" UserCurrentCredentials="True" UserName="" Password="" />
5. <ServiceItem Type="MetadataSearch" UseService="False" Server="" Port="" UserCurrentCredentials="True" UserName="" Password="" Index="" IndexType="" />
6. <ServiceItem Type="LogTrackingSerach" UseService="False" Server="" Port="" UserCurrentCredentials="True" UserName="" Password="" Index="" IndexType="" />
7. </ServiceList>
8. </Service>