Changes between Version 7 and Version 8 of Internal/Infrastructure/OMF/GridServicesApi


Ignore:
Timestamp:
Mar 21, 2006, 11:14:45 PM (18 years ago)
Author:
faiyaz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Infrastructure/OMF/GridServicesApi

    v7 v8  
    11= Using ORBIT Web based services =
    22
    3 ORBIT support services have web based XML interfaces.  They all use the same framework and, therefore, have like syntax.  The services are found using the following scheme:
     3ORBIT support services have web based XML interfaces.  They all use the same framework and, therefore, have like syntax.  The services are accessed using the following scheme:
    44{{{
    5 http://<SERVICE NAME>:5012/<SERVICE NAME>
    6 }}}
    7 
     5http://<serviceGroup name>:5012/<serviceGroup name>?<service name>&<1st arg>=<arg_1_value>&<2nd_arg>=arg_2_value>
     6}}}
     7
     8For instance, the CMC can be accessed by accessing
     9{{{
     10http://cmc:5012/cmc
     11}}}
     12
     13Arguments
    814
    915Below is a list of available services and their corresponding arguments.