Ignore:
Timestamp:
Nov 17, 2008 6:19:40 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:
7583a62
Parents:
afa43a8
Message:

checkpoint of the resource management stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_bindings.wsdl

    rafa43a8 rd81971a  
    2828        <output>
    2929          <soap:body use="encoded" parts="tns:RequestAccessResponseBody"
     30            namespace="http://www.isi.edu/faber/fedd.wsdl"
     31            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     32        </output>
     33        <fault>
     34          <soap:fault use="encoded"  name="tns:FeddFault"
     35            namespace="http://www.isi.edu/faber/fedd.wsdl"
     36            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     37        </fault>
     38      </operation>
     39      <operation name="ReleaseAccess">
     40        <documentation>
     41          The bindings of this operation are straightforward SOAP RPC 1.1.
     42        </documentation>
     43        <soap:operation soapAction="ReleaseAccess"/>
     44        <input>
     45          <soap:body use="encoded" parts="tns:ReleaseAccessRequestBody"
     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:ReleaseAccessResponseBody"
    3051            namespace="http://www.isi.edu/faber/fedd.wsdl"
    3152            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
Note: See TracChangeset for help on using the changeset viewer.