IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2007, 3:33:27 PM (19 years ago)
Author:
jhoblitt
Message:

add rename_object
s/find_Objects/find_objects/g

File:
1 edited

Legend:

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

    r13047 r13078  
    3636    </message>
    3737
     38    <message name="rename_objectRequest">
     39        <part name="key" type="xsd:string" />
     40        <part name="newkey" type="xsd:string" />
     41    </message>
     42    <message name="rename_objectResponse">
     43        <part name="result" type="xsd:string" />
     44    </message>
     45
    3846    <message name="replicate_objectRequest">
    3947        <part name="key" type="xsd:string" />
     
    6068    </message>
    6169
    62     <message name="find_ObjectsRequest">
     70    <message name="find_objectsRequest">
    6371        <part name="pattern" type="xsd:string" />
    6472    </message>
    65     <message name="find_ObjectsResponse">
     73    <message name="find_objectsResponse">
    6674        <!-- fixme -->
    6775        <part name="result" type="tns:ArrayOfString" />
     
    101109            -->
    102110        </operation>
     111        <operation name="rename_object">
     112            <input  message="tns:rename_objectRequest" />
     113            <output message="tns:rename_objectResponse" />
     114            <!--
     115                <fault name="" message="" />
     116            -->
     117        </operation>
    103118        <operation name="replicate_object">
    104119            <input  message="tns:replicate_objectRequest" />
     
    157172        <operation name="create_object">
    158173            <soap:operation soapAction="urn:Nebulous/Server/SOAP#create_object" />
     174            <input>
     175                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
     176                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
     177            </input>
     178            <output>
     179                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
     180                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
     181            </output>
     182        </operation>
     183        <operation name="rename_object">
     184            <soap:operation soapAction="urn:Nebulous/Server/SOAP#create_object" />
     185            <input>
     186                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
     187                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
     188            </input>
     189            <output>
     190                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
     191                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
     192            </output>
     193        </operation>
     194        <operation name="rename_object">
     195            <soap:operation soapAction="urn:Nebulous/Server/SOAP#rename_object" />
    159196            <input>
    160197                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
Note: See TracChangeset for help on using the changeset viewer.