Ignore:
Timestamp:
Jul 22, 2008 2:42:33 PM (16 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:
7da9da6
Parents:
dc8c3e6
Message:

clear out some unused code, small bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_bindings.wsdl

    rdc8c3e6 r21a1c30  
    2020          The bindings of this operation are straightforward SOAP RPC 1.1.
    2121        </documentation>
    22         <soap:operation soapAction=""/>
     22        <soap:operation soapAction="RequestAccess"/>
    2323        <input>
    2424          <soap:body use="encoded" parts="tns:RequestAccessRequestBody"
     
    3737        </fault>
    3838      </operation>
     39      <operation name="AllocateProject">
     40        <documentation>
     41          The bindings of this operation are straightforward SOAP RPC 1.1.
     42        </documentation>
     43        <soap:operation soapAction="AllocateProject"/>
     44        <input>
     45          <soap:body use="encoded" parts="tns:AllocateProjectRequestBody"
     46            namespace="http://www.isi.edu/faber/fedd.wsdl"
     47            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     48        </input>
     49        <output>
     50          <soap:body use="encoded" parts="tns:AllocateProjectResponseBody"
     51            namespace="http://www.isi.edu/faber/fedd.wsdl"
     52            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     53        </output>
     54        <fault>
     55          <soap:fault use="encoded"  name="tns:AllocateProjectFault"
     56            namespace="http://www.isi.edu/faber/fedd.wsdl"
     57            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     58        </fault>
     59      </operation>
    3960    </binding>
    4061
Note: See TracChangeset for help on using the changeset viewer.