9e577b52 by Mike Mathews

Added Services interaction to return a list of Service URIs.

1 parent 78df1f16
...@@ -266,6 +266,21 @@ ...@@ -266,6 +266,21 @@
266 266
267 </output> 267 </output>
268 </operation> 268 </operation>
269
270 <operation name="Services">
271 <comment>
272 Operation returns the list of calculation service URIs available.
273 </comment>
274 <input name="input" type="Tensor.InputBase" sid="0x1062">
275 </input>
276 <output name="output" type="Tensor.OutputBase" sid="0x1063">
277 <elem name="uriServices" multiplicity = "0..*" type="Tensor.uri">
278 <comment>One or more services to use to process the specified data sets. Analysis can comprise multiple services
279 processing the datasets and producing reports that provide a comparative performance.
280 </comment>
281 </elem>
282 </output>
283 </operation>
269 </interface> 284 </interface>
270 285
271 <!-- 286 <!--
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!