Changes between Version 7 and Version 8 of Internal/Infrastructure/OMF/GridServicesApi
- Timestamp:
- Mar 21, 2006, 11:14:45 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Infrastructure/OMF/GridServicesApi
v7 v8 1 1 = Using ORBIT Web based services = 2 2 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:3 ORBIT 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: 4 4 {{{ 5 http://<SERVICE NAME>:5012/<SERVICE NAME> 6 }}} 7 5 http://<serviceGroup name>:5012/<serviceGroup name>?<service name>&<1st arg>=<arg_1_value>&<2nd_arg>=arg_2_value> 6 }}} 7 8 For instance, the CMC can be accessed by accessing 9 {{{ 10 http://cmc:5012/cmc 11 }}} 12 13 Arguments 8 14 9 15 Below is a list of available services and their corresponding arguments.