Changeset 20110 for trunk/Nebulous/nebclient/nebulous.wsdl
- Timestamp:
- Oct 13, 2008, 12:11:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/nebulous.wsdl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/nebulous.wsdl
r13096 r20110 35 35 36 36 <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" /> 39 39 </message> 40 40 <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"> 41 49 <part name="result" type="xsd:string" /> 42 50 </message> … … 114 122 --> 115 123 </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> 116 131 <operation name="replicate_object"> 117 132 <input message="tns:replicate_objectRequest" /> … … 180 195 </operation> 181 196 <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">193 197 <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" /> 194 209 <input> 195 210 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
Note:
See TracChangeset
for help on using the changeset viewer.
