Ignore:
Timestamp:
Nov 6, 2008 9:18:37 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
4ed10ae
Parents:
9c166cf
Message:

content in the WSDL comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_messages.wsdl

    r9c166cf r2dafa0c  
    77  xmlns="http://schemas.xmlsoap.org/wsdl/">
    88
     9  <!--
     10  The message definitions are all simple embeddings of one of the types
     11  from fedd_types.xsd
     12  -->
    913  <message name="RequestAccessRequestMessage">
    1014    <part name="RequestAccessRequestBody" type="xsd1:requestType"/>
     
    6367    <operation name="RequestAccess">
    6468      <documentation>
    65         Fill this in
     69        Request access to a testbed.  The request includes the various
     70        resources needed (loosely), the identity of the requester, access
     71        credentials andscheduling information.  A successful response includes
     72        enough information for the federation system to access the testbed and
     73        actually request resources.
    6674      </documentation>
    6775      <input message="tns:RequestAccessRequestMessage"/>
     
    7179    <operation name="Create">
    7280      <documentation>
    73         Fill this in
     81        A request to create a federated experiment from the included
     82        description.  Credentials and access information is also provided.  On
     83        success a logical description of the experiment is returned as well as
     84        the information about federated testbeds needed to access local
     85        services.
    7486      </documentation>
    7587      <input message="tns:CreateRequestMessage"/>
     
    7991    <operation name="Vtopo">
    8092      <documentation>
    81         Fill this in
     93        A request for the virtual topology of the experiment.  Requesters with
     94        different access rights may receive different information.
    8295      </documentation>
    8396      <input message="tns:VtopoRequestMessage"/>
     
    87100    <operation name="Vis">
    88101      <documentation>
    89         Fill this in
     102        A request for the visualization of the experiment.  This is really a
     103        legacy interface for visual tools that cannot generate their own
     104        visualization.  Requesters with different access rights may receive
     105        different information.
    90106      </documentation>
    91107      <input message="tns:VisRequestMessage"/>
     
    95111    <operation name="Info">
    96112      <documentation>
    97         Fill this in
     113        A one-stop request for meta-data on the experiment.  Includes all the
     114        info from a Vtopo and a Vis request.
    98115      </documentation>
    99116      <input message="tns:InfoRequestMessage"/>
     
    103120    <operation name="Terminate">
    104121      <documentation>
    105         Fill this in
     122        Stop this experiment and deallocate its resources.
    106123      </documentation>
    107124      <input message="tns:TerminateRequestMessage"/>
Note: See TracChangeset for help on using the changeset viewer.