QESTField Scheduler Configuration Guide
Applies to QESTField Scheduler
This article details the configuration for the QESTField Scheduler product
Contents
Client.config
client.config is the primary configuration file for the QESTField Scheduler web application. It resides in the root physical path of the web site. The file is an XML format file and can be edited by any standard text or XML editor
The only section available within this configuration file is the client
section. The client section defines the endpoints to which the client connects. The QESTField Scheduler requires three endpoints of QESTNet:
Endpoint Name | Address | Default Binding | Purpose |
---|---|---|---|
Lab_Session | / | Unsecured TCP | Allows QESTField to open and close QESTNet session and issue commands. |
Lab_Query | /query | Unsecured TCP | Allows QESTField to query data structures from QESTNet's LIMS functionality set. |
Lab_File | /file | Unsecured Streaming TCP | Streams the data content of large files. |
The configuration for each endpoint specifies:
address:
The endpoint address - typically only the host name must be changed to match the QESTNet server. If further customisation of protocol or port has been made then those two must match the QESTNet server
configuration.binding:
The binding type - must match the type of the binding configuration.
bindingConfiguration:
The binding configuration - must match a name from the bindings section.
contract:
The service interface - do not change.
name:
The identifier for the endpoint - do not change.
For more information on how to customise the service client, see: https://msdn.microsoft.com/en-us/library/ms731704(v=vs.110).aspx
Related content
Integrity | Curiosity | Empathy | Unity
The content of this page is confidential and for internal Spectra QEST use only. Do not share, duplicate or distribute without permission.