Changeset 22a1a77 for wsdl/fedd.wsdl


Ignore:
Timestamp:
Nov 29, 2011 6:19:24 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, info-ops, master
Children:
b709861
Parents:
57facae
Message:

Checkpoint: untested operations stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/fedd.wsdl

    r57facae r22a1a77  
    7474  </message>
    7575
     76  <message name="OperationRequestMessage">
     77    <part name="OperationRequestBody" type="xsd1:operationRequestType"/>
     78  </message>
     79
     80  <message name="OperationResponseMessage">
     81    <part name="OperationResponseBody" type="xsd1:operationResponseType"/>
     82  </message>
     83
    7684  <message name="MultiInfoRequestMessage">
    7785    <part name="MultiInfoRequestBody" type="xsd1:multiInfoRequestType"/>
     
    116124    <part name="InfoSegmentResponseBody"
    117125      type="xsd1:infoSegmentResponseType"/>
     126  </message>
     127
     128  <message name="OperationSegmentRequestMessage">
     129    <part name="OperationSegmentRequestBody"
     130      type="xsd1:operationSegmentRequestType"/>
     131  </message>
     132
     133  <message name="OperationSegmentResponseMessage">
     134    <part name="OperationSegmentResponseBody"
     135      type="xsd1:operationSegmentResponseType"/>
    118136  </message>
    119137
     
    214232    </operation>
    215233
     234
     235    <operation name="Operation">
     236      <documentation>
     237        A one-stop request for meta-data on the experiment.  Includes all the
     238        info from a Vtopo and a Vis request.
     239      </documentation>
     240      <input message="tns:OperationRequestMessage"/>
     241      <output message="tns:OperationResponseMessage"/>
     242      <fault name="OperationFeddFault" message="tns:FaultMessage"/>
     243    </operation>
     244
    216245    <operation name="MultiInfo">
    217246      <documentation>
     
    251280    </operation>
    252281
    253 
    254282    <operation name="InfoSegment">
    255283      <documentation>
     
    261289    </operation>
    262290
     291    <operation name="OperationSegment">
     292      <documentation>
     293        Get info about a segment
     294      </documentation>
     295      <input message="tns:OperationSegmentRequestMessage"/>
     296      <output message="tns:OperationSegmentResponseMessage"/>
     297      <fault name="OperationSegmentFeddFault" message="tns:FaultMessage"/>
     298    </operation>
     299
    263300    <operation name="SetValue">
    264301      <documentation>
     
    436473        </fault>
    437474      </operation>
     475      <operation name="Operation">
     476        <documentation>
     477          The bindings of this operation are straightforward SOAP RPC 1.1.
     478        </documentation>
     479        <soap:operation soapAction="Operation"/>
     480        <input>
     481          <soap:body use="literal" parts="tns:OperationRequestBody"
     482            namespace="http://www.isi.edu/fedd.wsdl"
     483            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     484        </input>
     485        <output>
     486          <soap:body use="literal" parts="tns:OperationResponseBody"
     487            namespace="http://www.isi.edu/fedd.wsdl"
     488            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     489        </output>
     490        <fault name="OperationFeddFault">
     491          <soap:fault use="literal"  name="tns:FeddFault"
     492            namespace="http://www.isi.edu/fedd.wsdl"
     493            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     494        </fault>
     495      </operation>
    438496      <operation name="MultiInfo">
    439497        <documentation>
     
    536594        </output>
    537595        <fault name="InfoSegmentFeddFault">
     596          <soap:fault use="literal"  name="tns:FeddFault"
     597            namespace="http://www.isi.edu/fedd.wsdl"
     598            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     599        </fault>
     600      </operation>
     601      <operation name="OperationSegment">
     602        <documentation>
     603          The bindings of this operation are straightforward SOAP RPC 1.1.
     604        </documentation>
     605        <soap:operation soapAction="OperationSegment"/>
     606        <input>
     607          <soap:body use="literal" parts="tns:OperationSegmentRequestBody"
     608            namespace="http://www.isi.edu/fedd.wsdl"
     609            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     610        </input>
     611        <output>
     612          <soap:body use="literal" parts="tns:OperationSegmentResponseBody"
     613            namespace="http://www.isi.edu/fedd.wsdl"
     614            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     615        </output>
     616        <fault name="OperationSegmentFeddFault">
    538617          <soap:fault use="literal"  name="tns:FeddFault"
    539618            namespace="http://www.isi.edu/fedd.wsdl"
Note: See TracChangeset for help on using the changeset viewer.