Changeset 13078 for trunk/Nebulous/nebclient/nebulous.wsdl
- Timestamp:
- Apr 27, 2007, 3:33:27 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/nebulous.wsdl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/nebulous.wsdl
r13047 r13078 36 36 </message> 37 37 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 38 46 <message name="replicate_objectRequest"> 39 47 <part name="key" type="xsd:string" /> … … 60 68 </message> 61 69 62 <message name="find_ ObjectsRequest">70 <message name="find_objectsRequest"> 63 71 <part name="pattern" type="xsd:string" /> 64 72 </message> 65 <message name="find_ ObjectsResponse">73 <message name="find_objectsResponse"> 66 74 <!-- fixme --> 67 75 <part name="result" type="tns:ArrayOfString" /> … … 101 109 --> 102 110 </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> 103 118 <operation name="replicate_object"> 104 119 <input message="tns:replicate_objectRequest" /> … … 157 172 <operation name="create_object"> 158 173 <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" /> 159 196 <input> 160 197 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
Note:
See TracChangeset
for help on using the changeset viewer.
