~janusz-martyniak/mcdb/mice.cdb.server

« back to all changes in this revision

Viewing changes to src/scripts/index.html

  • Committer: Antony Wilson
  • Date: 2013-08-01 09:27:43 UTC
  • Revision ID: antony.wilson@stfc.ac.uk-20130801092743-wp35y85j2ncxg1pb
ast few tweeks

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<h1>This is the web service interface to the MICE configuration
 
2
        database</h1>
 
3
 
 
4
<h2>WSDL</h2>
 
5
<dl>
 
6
        <dt>A number of different WSDL interfaces are provided to give
 
7
                access to the various aspects of the configuration database:</dt>
 
8
        <dd>
 
9
                <a href="alarmHandler?wsdl">Alarm Handler</a>
 
10
        </dd>
 
11
        <dd>
 
12
                <a href="beamline?wsdl">Beamline</a>
 
13
        </dd>
 
14
        <dd>
 
15
                <a href="cabling?wsdl">Cabling</a>
 
16
        </dd>
 
17
 
 
18
        <dd>
 
19
                <a href="calibration?wsdl">Calibration</a>
 
20
        </dd>
 
21
        <dd>
 
22
                <a href="control?wsdl">Control</a>
 
23
        </dd>
 
24
        <dd>
 
25
                <a href="coolingChannel?wsdl">Cooling Channel</a>
 
26
        </dd>
 
27
        <dd>
 
28
                <a href="geometry?wsdl">Geometry</a>
 
29
        </dd>
 
30
        <dd>
 
31
                <a href="stateMachine?wsdl">StateMachine</a>
 
32
        </dd>
 
33
        <dd>
 
34
                <a href="target?wsdl">Target</a>
 
35
        </dd>
 
36
</dl>
 
37
 
 
38
<h2>Python Client API</h2>
 
39
<dl>
 
40
        <dt>A Python API has been provided to give access to the MICE
 
41
                configuration data base while hiding the soap messages from the user.</dt>
 
42
        <dd>
 
43
                <a href="doc/python">Documentation</a>
 
44
        </dd>
 
45
        <dt>
 
46
                This includes notes on configuring the Python client to <a
 
47
                        href="
 
48
        doc/python/namespacecdb.html#details">point to a server</a>
 
49
        </dt>
 
50
</dl>
 
51
 
 
52
<h2>CDB Viewer</h2>
 
53
 
 
54
A web based front end to the
 
55
<a href="../cdbviewer">CDB</a>