- Timestamp:
- Jun 25, 2009, 2:00:56 PM (17 years ago)
- Location:
- branches/eam_branches/20090522
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Nebulous (modified) (1 prop)
-
Nebulous/nebclient (modified) (1 prop)
-
Nebulous/nebclient/nebulous.wsdl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090522
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/Nebulous
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/20090522/Nebulous/nebclient
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/20090522/Nebulous/nebclient/nebulous.wsdl
r23935 r24557 140 140 </message> 141 141 142 <message name="chmod_objectRequest"> 143 <part name="key" type="xsd:string" /> 144 <part name="mode" type="xsd:int" /> 145 </message> 146 <message name="chmod_objectResponse"> 147 <!-- fixme --> 148 <part name="result" type="xsd:int" /> 149 </message> 150 142 151 143 152 <portType name="Nebulous/Server/SOAPPort"> … … 240 249 --> 241 250 </operation> 251 <operation name="chmod_object"> 252 <input message="tns:chmod_objectRequest" /> 253 <output message="tns:chmod_objectResponse" /> 254 <!-- 255 <fault name="" message="" /> 256 --> 257 </operation> 242 258 </portType> 243 259 … … 390 406 <operation name="stat_object"> 391 407 <soap:operation soapAction="urn:Nebulous/Server/SOAP#stat_object" /> 408 <input> 409 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 410 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 411 </input> 412 <output> 413 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 414 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 415 </output> 416 </operation> 417 <operation name="chmod_object"> 418 <soap:operation soapAction="urn:Nebulous/Server/SOAP#chmod_object" /> 392 419 <input> 393 420 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
Note:
See TracChangeset
for help on using the changeset viewer.
