Ignore:
Timestamp:
Sep 12, 2008 5:28: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:
291423b
Parents:
27b6aea
Message:

add info and work with SEER attach

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_bindings.wsdl

    r27b6aea rc52c48d  
    101101        </fault>
    102102      </operation>
     103      <operation name="Info">
     104        <documentation>
     105          The bindings of this operation are straightforward SOAP RPC 1.1.
     106        </documentation>
     107        <soap:operation soapAction="Info"/>
     108        <input>
     109          <soap:body use="encoded" parts="tns:InfoRequestBody"
     110            namespace="http://www.isi.edu/faber/fedd.wsdl"
     111            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     112        </input>
     113        <output>
     114          <soap:body use="encoded" parts="tns:InfoResponseBody"
     115            namespace="http://www.isi.edu/faber/fedd.wsdl"
     116            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     117        </output>
     118        <fault>
     119          <soap:fault use="encoded"  name="tns:FeddFault"
     120            namespace="http://www.isi.edu/faber/fedd.wsdl"
     121            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     122        </fault>
     123      </operation>
    103124    </binding>
    104125
Note: See TracChangeset for help on using the changeset viewer.