Ignore:
Timestamp:
Sep 9, 2008 2:07:18 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:
45ebc4d
Parents:
4fc2250
Message:

get topo and vis data, persistent state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_bindings.wsdl

    r4fc2250 r987aaa1  
    5858        </fault>
    5959      </operation>
     60      <operation name="Vtopo">
     61        <documentation>
     62          The bindings of this operation are straightforward SOAP RPC 1.1.
     63        </documentation>
     64        <soap:operation soapAction="Vtopo"/>
     65        <input>
     66          <soap:body use="encoded" parts="tns:VtopoRequestBody"
     67            namespace="http://www.isi.edu/faber/fedd.wsdl"
     68            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     69        </input>
     70        <output>
     71          <soap:body use="encoded" parts="tns:VtopoResponseBody"
     72            namespace="http://www.isi.edu/faber/fedd.wsdl"
     73            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     74        </output>
     75        <fault>
     76          <soap:fault use="encoded"  name="tns:FeddFault"
     77            namespace="http://www.isi.edu/faber/fedd.wsdl"
     78            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     79        </fault>
     80      </operation>
     81
     82      <operation name="Vis">
     83        <documentation>
     84          The bindings of this operation are straightforward SOAP RPC 1.1.
     85        </documentation>
     86        <soap:operation soapAction="Vis"/>
     87        <input>
     88          <soap:body use="encoded" parts="tns:VisRequestBody"
     89            namespace="http://www.isi.edu/faber/fedd.wsdl"
     90            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     91        </input>
     92        <output>
     93          <soap:body use="encoded" parts="tns:VisResponseBody"
     94            namespace="http://www.isi.edu/faber/fedd.wsdl"
     95            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     96        </output>
     97        <fault>
     98          <soap:fault use="encoded"  name="tns:FeddFault"
     99            namespace="http://www.isi.edu/faber/fedd.wsdl"
     100            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     101        </fault>
     102      </operation>
    60103    </binding>
    61104
Note: See TracChangeset for help on using the changeset viewer.