Changeset 13047 for trunk/Nebulous/nebclient
- Timestamp:
- Apr 26, 2007, 1:47:05 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/nebulous.wsdl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/nebulous.wsdl
r4645 r13047 60 60 </message> 61 61 62 <message name="find_ObjectsRequest"> 63 <part name="pattern" type="xsd:string" /> 64 </message> 65 <message name="find_ObjectsResponse"> 66 <!-- fixme --> 67 <part name="result" type="tns:ArrayOfString" /> 68 </message> 69 62 70 <message name="find_instancesRequest"> 63 71 <part name="key" type="xsd:string" /> … … 114 122 --> 115 123 </operation> 124 <operation name="find_objects"> 125 <input message="tns:find_objectsRequest" /> 126 <output message="tns:find_objectsResponse" /> 127 <!-- 128 <fault name="" message="" /> 129 --> 130 </operation> 116 131 <operation name="find_instances"> 117 132 <input message="tns:find_instancesRequest" /> … … 175 190 <operation name="unlock_object"> 176 191 <soap:operation soapAction="urn:Nebulous/Server/SOAP#unlock_object" /> 192 <input> 193 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 194 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 195 </input> 196 <output> 197 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 198 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 199 </output> 200 </operation> 201 <operation name="find_objects"> 202 <soap:operation soapAction="urn:Nebulous/Server/SOAP#find_objects" /> 177 203 <input> 178 204 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
Note:
See TracChangeset
for help on using the changeset viewer.
