Ignore:
Timestamp:
Jul 24, 2009 1:22:34 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:
a74ea78
Parents:
728001e
Message:

Asynchronous creation and logging. These are the fedd changes. Fedd_client next.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/wsdl/fedd_types.xsd

    r728001e rbd3e314  
    5252      <xsd:enumeration value="max"/>
    5353      <xsd:enumeration value="average"/>
     54    </xsd:restriction>
     55  </xsd:simpleType>
     56
     57  <xsd:simpleType name="statusType">
     58    <xsd:annotation>
     59      <xsd:documentation>
     60        The current state of the experiment.
     61      </xsd:documentation>
     62    </xsd:annotation>
     63    <xsd:restriction base="xsd:string">
     64      <xsd:enumeration value="active"/>
     65      <xsd:enumeration value="starting"/>
     66      <xsd:enumeration value="terminating"/>
     67      <xsd:enumeration value="failed"/>
    5468    </xsd:restriction>
    5569  </xsd:simpleType>
     
    440454    <xsd:annotation>
    441455      <xsd:documentation>
    442         The reply to a successful creation request.  Includes the
    443         information about federants hosting sub-experiments for service
    444         access as well as virtual topology and visualization
    445         information.  All that information is relative to the requester.
    446         ExperimentAccess includes credentials with which one can access
    447         the experiment.  These may include a public key necessary to
    448         prove possession of the credential and should be treated with
    449         care.
    450       </xsd:documentation>
    451     </xsd:annotation>
    452     <xsd:sequence>
    453       <xsd:element name="federant" type="tns:federatedExperimentType"
    454         minOccurs="1" maxOccurs="unbounded"/>
    455       <xsd:element name="vtopo" type="tns:vtopoType" minOccurs="0"
    456         maxOccurs="1"/>
    457       <xsd:element name="vis" type="tns:visType" minOccurs="0"
    458         maxOccurs="1"/>
     456        Returned to let the caller know that the request is underway and what
     457        credentials will eventauly be able to be used to access them.
     458      </xsd:documentation>
     459    </xsd:annotation>
     460    <xsd:sequence>
    459461      <xsd:element name="experimentID" type="tns:IDType" minOccurs="1"
    460462        maxOccurs="unbounded"/>
     463      <xsd:element name="experimentStatus" type="tns:statusType"/>
    461464      <xsd:element name="experimentAccess" type="tns:accessType" minOccurs="0"
    462465        maxOccurs="1"/>
     
    523526        A combined topology, visualalization, and federant request.
    524527        Different information may be returned based on the user's rights
    525         to see the topology.  </xsd:documentation>
     528        to see the topology.
     529      </xsd:documentation>
    526530    </xsd:annotation>
    527531    <xsd:sequence>
     
    533537    <xsd:annotation>
    534538      <xsd:documentation>
    535         Information on an instantiated experiment.  A createResponse
    536         without the secret information.  Different information may be
    537         returned based on the user's rights to see the topology.
     539        Information on an instantiated experiment.  Different information may
     540        be returned based on the user's rights to see the topology.  Includes
     541        the information about federants hosting sub-experiments for service
     542        access as well as virtual topology and visualization information.  All
     543        that information is relative to the requester.  ExperimentAccess
     544        includes credentials with which one can access the experiment.  These
     545        may include a public key necessary to prove possession of the
     546        credential and should be treated with care.
    538547      </xsd:documentation>
    539548    </xsd:annotation>
    540549    <xsd:sequence>
    541550      <xsd:element name="federant" type="tns:federatedExperimentType"
    542         minOccurs="1" maxOccurs="unbounded"/>
     551        minOccurs="0" maxOccurs="unbounded"/>
    543552      <xsd:element name="vtopo" type="tns:vtopoType" minOccurs="0"
    544553        maxOccurs="1"/>
     
    547556      <xsd:element name="experimentID" type="tns:IDType" minOccurs="1"
    548557        maxOccurs="unbounded"/>
     558      <xsd:element name="allocationLog" type="xsd:string" minOccurs="0"
     559        maxOccurs="1"/>
     560      <xsd:element name="experimentStatus" type="tns:statusType"/>
     561      <xsd:element name="experimentAccess" type="tns:accessType" minOccurs="0"
     562        maxOccurs="1"/>
    549563    </xsd:sequence>
    550564  </xsd:complexType>
Note: See TracChangeset for help on using the changeset viewer.