Changeset 24923 for trunk/Nebulous/nebclient/nebulous.wsdl
- Timestamp:
- Jul 24, 2009, 4:11:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/nebulous.wsdl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/nebulous.wsdl
r24289 r24923 149 149 </message> 150 150 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 151 159 152 160 <portType name="Nebulous/Server/SOAPPort"> … … 256 264 --> 257 265 </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> 258 273 </portType> 259 274 … … 417 432 <operation name="chmod_object"> 418 433 <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" /> 419 445 <input> 420 446 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
Note:
See TracChangeset
for help on using the changeset viewer.
