Ignore:
Timestamp:
Oct 27, 2007, 4:37:37 PM (15 years ago)
Author:
Martin Svensson
Message:

References #809

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/src/docbook/developerdoc/webservices.xml

    r3884 r3885  
    3030  <?dbhtml dir="webservices"?>
    3131  <title>Web services</title>
    32 
    3332  <para>
    34 
     33    This chapter is an introduction of the web services in BASE. It's recommended to begin with
     34    reading the first section in this chapter. Then you can either move on to the second section
     35    for guideness how to develop client applications, or go directly to third section if you
     36    think there are some services missing and you want to develop a new service.
    3537  </para>
    36 
    37   <sect1 id="webservices.overview">
    38     <title>Overview of BASE web services</title>
    39     <para></para>
    40   </sect1>
    4138
    4239  <sect1 id="webservices.available_services">
    4340    <title>Available services</title>
    44     <para></para>
     41    <para>
     42      Below is a list of available services in BASE, each one with information about what it
     43      can do and example of use case.
     44    </para>
     45
     46
     47    <variablelist>
     48      <varlistentry>
     49        <term>SessionService</term>
     50        <listitem>
     51          <para></para>
     52        </listitem>
     53      </varlistentry>
     54      <varlistentry>
     55        <term>ProjectService</term>
     56        <listitem>
     57          <para></para>
     58        </listitem>
     59      </varlistentry>
     60      <varlistentry>
     61        <term>ExperimentService</term>
     62        <listitem>
     63          <para></para>
     64        </listitem>
     65      </varlistentry>
     66      <varlistentry>
     67        <term>BioAssaySetService</term>
     68        <listitem>
     69          <para></para>
     70        </listitem>
     71      </varlistentry>
     72      <varlistentry>
     73        <term>RawBioAssayService</term>
     74        <listitem>
     75          <para></para>
     76        </listitem>
     77      </varlistentry>
     78      <varlistentry>
     79        <term>ArrayDesignService</term>
     80        <listitem>
     81          <para></para>
     82        </listitem>
     83      </varlistentry>
     84    </variablelist>
    4585  </sect1>
    4686
Note: See TracChangeset for help on using the changeset viewer.