IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2009, 4:11:30 PM (17 years ago)
Author:
jhoblitt
Message:

add nebPrune()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/nebulous.wsdl

    r24289 r24923  
    149149    </message>
    150150
     151    <message name="prune_objectRequest">
     152        <part name="key" type="xsd:string" />
     153    </message>
     154    <message name="prune_objectResponse">
     155        <!-- fixme -->
     156        <part name="result" type="xsd:int" />
     157    </message>
     158
    151159
    152160    <portType name="Nebulous/Server/SOAPPort">
     
    256264            -->
    257265        </operation>
     266        <operation name="prune_object">
     267            <input  message="tns:prune_objectRequest" />
     268            <output message="tns:prune_objectResponse" />
     269            <!--
     270                <fault name="" message="" />
     271            -->
     272        </operation>
    258273    </portType>
    259274
     
    417432        <operation name="chmod_object">
    418433            <soap:operation soapAction="urn:Nebulous/Server/SOAP#chmod_object" />
     434            <input>
     435                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
     436                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
     437            </input>
     438            <output>
     439                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
     440                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
     441            </output>
     442        </operation>
     443        <operation name="prune_object">
     444            <soap:operation soapAction="urn:Nebulous/Server/SOAP#prune_object" />
    419445            <input>
    420446                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
Note: See TracChangeset for help on using the changeset viewer.