IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2008, 12:11:09 PM (18 years ago)
Author:
jhoblitt
Message:

add nebSwap()

File:
1 edited

Legend:

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

    r13096 r20110  
    3535
    3636    <message name="rename_objectRequest">
    37         <part name="key" type="xsd:string" />
    38         <part name="newkey" type="xsd:string" />
     37        <part name="key1" type="xsd:string" />
     38        <part name="key2" type="xsd:string" />
    3939    </message>
    4040    <message name="rename_objectResponse">
     41        <part name="result" type="xsd:int" />
     42    </message>
     43
     44    <message name="swap_objectsRequest">
     45        <part name="key1" type="xsd:string" />
     46        <part name="key2" type="xsd:string" />
     47    </message>
     48    <message name="swap_objectsResponse">
    4149        <part name="result" type="xsd:string" />
    4250    </message>
     
    114122            -->
    115123        </operation>
     124        <operation name="swap_objects">
     125            <input  message="tns:swap_objectsRequest" />
     126            <output message="tns:swap_objectsResponse" />
     127            <!--
     128                <fault name="" message="" />
     129            -->
     130        </operation>
    116131        <operation name="replicate_object">
    117132            <input  message="tns:replicate_objectRequest" />
     
    180195        </operation>
    181196        <operation name="rename_object">
    182             <soap:operation soapAction="urn:Nebulous/Server/SOAP#create_object" />
    183             <input>
    184                 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
    185                     encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
    186             </input>
    187             <output>
    188                 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
    189                     encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
    190             </output>
    191         </operation>
    192         <operation name="rename_object">
    193197            <soap:operation soapAction="urn:Nebulous/Server/SOAP#rename_object" />
     198            <input>
     199                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
     200                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
     201            </input>
     202            <output>
     203                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
     204                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
     205            </output>
     206        </operation>
     207        <operation name="swap_objects">
     208            <soap:operation soapAction="urn:Nebulous/Server/SOAP#swap_objects" />
    194209            <input>
    195210                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
Note: See TracChangeset for help on using the changeset viewer.