Ignore:
Timestamp:
Sep 19, 2008 6:25:54 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:
01073f7
Parents:
9d207bd
Message:

reconfigure sshd_config explicitly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_bindings.wsdl

    r9d207bd r7a8d667  
    122122        </fault>
    123123      </operation>
     124      <operation name="Terminate">
     125        <documentation>
     126          The bindings of this operation are straightforward SOAP RPC 1.1.
     127        </documentation>
     128        <soap:operation soapAction="Terminate"/>
     129        <input>
     130          <soap:body use="encoded" parts="tns:TerminateRequestBody"
     131            namespace="http://www.isi.edu/faber/fedd.wsdl"
     132            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     133        </input>
     134        <output>
     135          <soap:body use="encoded" parts="tns:TerminateResponseBody"
     136            namespace="http://www.isi.edu/faber/fedd.wsdl"
     137            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     138        </output>
     139        <fault>
     140          <soap:fault use="encoded"  name="tns:FeddFault"
     141            namespace="http://www.isi.edu/faber/fedd.wsdl"
     142            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     143        </fault>
     144      </operation>
    124145    </binding>
    125146
Note: See TracChangeset for help on using the changeset viewer.