Changeset a3ad8bd for wsdl/fedd.wsdl


Ignore:
Timestamp:
Dec 4, 2009 2:21:11 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
c17efe6
Parents:
4ac0a41
Message:

checkpoint, adding new operation - prequel to splitting the create call to allow delegation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/fedd.wsdl

    r4ac0a41 ra3ad8bd  
    3232    <part name="ReleaseAccessResponseBody" type="xsd1:releaseResponseType"/>
    3333  </message>
     34
     35  <message name="NewRequestMessage">
     36    <part name="NewRequestBody" type="xsd1:newRequestType"/>
     37  </message>
     38
     39  <message name="NewResponseMessage">
     40    <part name="NewResponseBody" type="xsd1:newResponseType"/>
     41  </message>
     42
     43
    3444  <message name="CreateRequestMessage">
    3545    <part name="CreateRequestBody" type="xsd1:createRequestType"/>
     
    126136      <fault name="ReleaseAccessFeddFault" message="tns:FaultMessage"/>
    127137    </operation>
     138    <operation name="New">
     139      <documentation>
     140        A request to create a federated experiment in an empty state so
     141        resources can be attached and attributes delegated.  On success the
     142        identity of the new experiment is returned.
     143      </documentation>
     144      <input message="tns:NewRequestMessage"/>
     145      <output message="tns:NewResponseMessage"/>
     146      <fault name="NewFeddFault" message="tns:FaultMessage"/>
     147    </operation>
    128148    <operation name="Create">
    129149      <documentation>
     
    257277        </fault>
    258278      </operation>
     279      <operation name="New">
     280        <documentation>
     281          The bindings of this operation are straightforward SOAP RPC 1.1.
     282        </documentation>
     283        <soap:operation soapAction="New"/>
     284        <input>
     285          <soap:body use="literal" parts="tns:NewRequestBody"
     286            namespace="http://www.isi.edu/faber/fedd.wsdl"
     287            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     288        </input>
     289        <output>
     290          <soap:body use="literal" parts="tns:NewResponseBody"
     291            namespace="http://www.isi.edu/faber/fedd.wsdl"
     292            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     293        </output>
     294        <fault name="NewFeddFault">
     295          <soap:fault use="literal"  name="tns:FeddFault"
     296            namespace="http://www.isi.edu/faber/fedd.wsdl"
     297            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     298        </fault>
     299      </operation>
    259300      <operation name="Create">
    260301        <documentation>
Note: See TracChangeset for help on using the changeset viewer.