Changeset 2921
- Timestamp:
- Jan 5, 2005, 6:44:08 PM (22 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Nebulous-Server/idata.wsdl (modified) (9 diffs)
-
Nebulous/idata.wsdl (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/idata.wsdl
r2910 r2921 1 1 <?xml version="1.0"?> 2 2 <definitions name="IDataServer" 3 targetNamespace="urn:PS/IPP/IData/Server "4 xmlns:tns="urn:PS/IPP/IData/Server "3 targetNamespace="urn:PS/IPP/IData/Server/SOAP" 4 xmlns:tns="urn:PS/IPP/IData/Server/SOAP" 5 5 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 6 6 xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" 7 7 xmlns:xsd="http://www.w3.org/2001/XMLSchema" 8 8 xmlns="http://schemas.xmlsoap.org/wsdl/" 9 xmlns:ns="urn:PS/IPP/IData/Server ">9 xmlns:ns="urn:PS/IPP/IData/Server/SOAP"> 10 10 11 11 <message name="create_objectRequest"> … … 16 16 </message> 17 17 <message name="create_objectResponse"> 18 <part name=" uri" type="xsd:string" />18 <part name="result" type="xsd:string" /> 19 19 </message> 20 20 … … 24 24 </message> 25 25 <message name="replicate_objectResponse"> 26 <part name=" uri" type="xsd:string" />26 <part name="result" type="xsd:string" /> 27 27 </message> 28 28 … … 32 32 </message> 33 33 <message name="lock_objectResponse"> 34 <part name=" sucess" type="xsd:boolean" />34 <part name="result" type="xsd:int" /> 35 35 </message> 36 36 … … 40 40 </message> 41 41 <message name="unlock_objectResponse"> 42 <part name=" sucess" type="xsd:boolean" />42 <part name="result" type="xsd:int" /> 43 43 </message> 44 44 … … 49 49 <message name="find_instancesResponse"> 50 50 <!-- fixme --> 51 <part name=" sucess" type="xsd:boolean" />51 <part name="result" type="xsd:int" /> 52 52 </message> 53 53 54 54 <message name="delete_instanceRequest"> 55 55 <part name="uri" type="xsd:string" /> 56 <part name="volume" type="xsd:string" />57 56 </message> 58 57 <message name="delete_instanceResponse"> 59 <part name=" sucess" type="xsd:boolean" />58 <part name="result" type="xsd:int" /> 60 59 </message> 61 60 … … 65 64 <message name="stat_objectResponse"> 66 65 <!-- fixme --> 67 <part name=" sucess" type="xsd:boolean" />68 </message> 69 70 71 <portType name="PS/IPP/IData/Server Port">66 <part name="result" type="xsd:int" /> 67 </message> 68 69 70 <portType name="PS/IPP/IData/Server/SOAPPort"> 72 71 <operation name="create_object"> 73 72 <input message="tns:create_objectRequest" /> … … 122 121 123 122 124 <binding name="SOAP" type="tns:PS/IPP/IData/Server Port">123 <binding name="SOAP" type="tns:PS/IPP/IData/Server/SOAPPort"> 125 124 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> 126 125 <operation name="create_object"> 127 <soap:operation soapAction="urn:PS/IPP/IData/Server #create_object" />128 <input> 129 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "130 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 131 </input> 132 <output> 133 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "126 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#create_object" /> 127 <input> 128 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 129 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 130 </input> 131 <output> 132 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 134 133 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 135 134 </output> 136 135 </operation> 137 136 <operation name="replicate_object"> 138 <soap:operation soapAction="urn:PS/IPP/IData/Server #replicate_object" />139 <input> 140 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "141 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 142 </input> 143 <output> 144 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "137 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#replicate_object" /> 138 <input> 139 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 140 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 141 </input> 142 <output> 143 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 145 144 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 146 145 </output> 147 146 </operation> 148 147 <operation name="lock_object"> 149 <soap:operation soapAction="urn:PS/IPP/IData/Server #lock_object" />150 <input> 151 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "152 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 153 </input> 154 <output> 155 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "148 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#lock_object" /> 149 <input> 150 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 151 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 152 </input> 153 <output> 154 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 156 155 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 157 156 </output> 158 157 </operation> 159 158 <operation name="unlock_object"> 160 <soap:operation soapAction="urn:PS/IPP/IData/Server #unlock_object" />161 <input> 162 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "163 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 164 </input> 165 <output> 166 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "159 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#unlock_object" /> 160 <input> 161 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 162 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 163 </input> 164 <output> 165 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 167 166 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 168 167 </output> 169 168 </operation> 170 169 <operation name="find_instances"> 171 <soap:operation soapAction="urn:PS/IPP/IData/Server #find_instances" />172 <input> 173 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "174 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 175 </input> 176 <output> 177 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "170 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#find_instances" /> 171 <input> 172 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 173 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 174 </input> 175 <output> 176 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 178 177 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 179 178 </output> 180 179 </operation> 181 180 <operation name="delete_instance"> 182 <soap:operation soapAction="urn:PS/IPP/IData/Server #delete_instance" />183 <input> 184 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "185 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 186 </input> 187 <output> 188 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "181 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#delete_instance" /> 182 <input> 183 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 184 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 185 </input> 186 <output> 187 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 189 188 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 190 189 </output> 191 190 </operation> 192 191 <operation name="stat_object"> 193 <soap:operation soapAction="urn:PS/IPP/IData/Server #stat_object" />194 <input> 195 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "196 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 197 </input> 198 <output> 199 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "192 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#stat_object" /> 193 <input> 194 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 195 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 196 </input> 197 <output> 198 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 200 199 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 201 200 </output> … … 204 203 205 204 206 <service name="PS/IPP/IData/Server ">207 <port name="PS/IPP/IData/Server Port" binding="tns:SOAP">205 <service name="PS/IPP/IData/Server/SOAP"> 206 <port name="PS/IPP/IData/Server/SOAPPort" binding="tns:SOAP"> 208 207 <soap:address location="http://localhost:80/idata" /> 209 208 </port> -
trunk/Nebulous/idata.wsdl
r2910 r2921 1 1 <?xml version="1.0"?> 2 2 <definitions name="IDataServer" 3 targetNamespace="urn:PS/IPP/IData/Server "4 xmlns:tns="urn:PS/IPP/IData/Server "3 targetNamespace="urn:PS/IPP/IData/Server/SOAP" 4 xmlns:tns="urn:PS/IPP/IData/Server/SOAP" 5 5 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 6 6 xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" 7 7 xmlns:xsd="http://www.w3.org/2001/XMLSchema" 8 8 xmlns="http://schemas.xmlsoap.org/wsdl/" 9 xmlns:ns="urn:PS/IPP/IData/Server ">9 xmlns:ns="urn:PS/IPP/IData/Server/SOAP"> 10 10 11 11 <message name="create_objectRequest"> … … 16 16 </message> 17 17 <message name="create_objectResponse"> 18 <part name=" uri" type="xsd:string" />18 <part name="result" type="xsd:string" /> 19 19 </message> 20 20 … … 24 24 </message> 25 25 <message name="replicate_objectResponse"> 26 <part name=" uri" type="xsd:string" />26 <part name="result" type="xsd:string" /> 27 27 </message> 28 28 … … 32 32 </message> 33 33 <message name="lock_objectResponse"> 34 <part name=" sucess" type="xsd:boolean" />34 <part name="result" type="xsd:int" /> 35 35 </message> 36 36 … … 40 40 </message> 41 41 <message name="unlock_objectResponse"> 42 <part name=" sucess" type="xsd:boolean" />42 <part name="result" type="xsd:int" /> 43 43 </message> 44 44 … … 49 49 <message name="find_instancesResponse"> 50 50 <!-- fixme --> 51 <part name=" sucess" type="xsd:boolean" />51 <part name="result" type="xsd:int" /> 52 52 </message> 53 53 54 54 <message name="delete_instanceRequest"> 55 55 <part name="uri" type="xsd:string" /> 56 <part name="volume" type="xsd:string" />57 56 </message> 58 57 <message name="delete_instanceResponse"> 59 <part name=" sucess" type="xsd:boolean" />58 <part name="result" type="xsd:int" /> 60 59 </message> 61 60 … … 65 64 <message name="stat_objectResponse"> 66 65 <!-- fixme --> 67 <part name=" sucess" type="xsd:boolean" />68 </message> 69 70 71 <portType name="PS/IPP/IData/Server Port">66 <part name="result" type="xsd:int" /> 67 </message> 68 69 70 <portType name="PS/IPP/IData/Server/SOAPPort"> 72 71 <operation name="create_object"> 73 72 <input message="tns:create_objectRequest" /> … … 122 121 123 122 124 <binding name="SOAP" type="tns:PS/IPP/IData/Server Port">123 <binding name="SOAP" type="tns:PS/IPP/IData/Server/SOAPPort"> 125 124 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> 126 125 <operation name="create_object"> 127 <soap:operation soapAction="urn:PS/IPP/IData/Server #create_object" />128 <input> 129 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "130 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 131 </input> 132 <output> 133 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "126 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#create_object" /> 127 <input> 128 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 129 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 130 </input> 131 <output> 132 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 134 133 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 135 134 </output> 136 135 </operation> 137 136 <operation name="replicate_object"> 138 <soap:operation soapAction="urn:PS/IPP/IData/Server #replicate_object" />139 <input> 140 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "141 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 142 </input> 143 <output> 144 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "137 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#replicate_object" /> 138 <input> 139 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 140 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 141 </input> 142 <output> 143 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 145 144 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 146 145 </output> 147 146 </operation> 148 147 <operation name="lock_object"> 149 <soap:operation soapAction="urn:PS/IPP/IData/Server #lock_object" />150 <input> 151 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "152 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 153 </input> 154 <output> 155 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "148 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#lock_object" /> 149 <input> 150 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 151 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 152 </input> 153 <output> 154 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 156 155 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 157 156 </output> 158 157 </operation> 159 158 <operation name="unlock_object"> 160 <soap:operation soapAction="urn:PS/IPP/IData/Server #unlock_object" />161 <input> 162 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "163 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 164 </input> 165 <output> 166 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "159 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#unlock_object" /> 160 <input> 161 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 162 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 163 </input> 164 <output> 165 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 167 166 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 168 167 </output> 169 168 </operation> 170 169 <operation name="find_instances"> 171 <soap:operation soapAction="urn:PS/IPP/IData/Server #find_instances" />172 <input> 173 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "174 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 175 </input> 176 <output> 177 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "170 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#find_instances" /> 171 <input> 172 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 173 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 174 </input> 175 <output> 176 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 178 177 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 179 178 </output> 180 179 </operation> 181 180 <operation name="delete_instance"> 182 <soap:operation soapAction="urn:PS/IPP/IData/Server #delete_instance" />183 <input> 184 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "185 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 186 </input> 187 <output> 188 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "181 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#delete_instance" /> 182 <input> 183 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 184 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 185 </input> 186 <output> 187 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 189 188 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 190 189 </output> 191 190 </operation> 192 191 <operation name="stat_object"> 193 <soap:operation soapAction="urn:PS/IPP/IData/Server #stat_object" />194 <input> 195 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "196 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 197 </input> 198 <output> 199 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server "192 <soap:operation soapAction="urn:PS/IPP/IData/Server/SOAP#stat_object" /> 193 <input> 194 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 195 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 196 </input> 197 <output> 198 <soap:body use="encoded" namespace="urn:PS/IPP/IData/Server/SOAP" 200 199 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 201 200 </output> … … 204 203 205 204 206 <service name="PS/IPP/IData/Server ">207 <port name="PS/IPP/IData/Server Port" binding="tns:SOAP">205 <service name="PS/IPP/IData/Server/SOAP"> 206 <port name="PS/IPP/IData/Server/SOAPPort" binding="tns:SOAP"> 208 207 <soap:address location="http://localhost:80/idata" /> 209 208 </port>
Note:
See TracChangeset
for help on using the changeset viewer.
