Changeset 4440 for trunk/Nebulous/nebclient/nebulous.wsdl
- Timestamp:
- Jun 29, 2005, 4:35:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/nebulous.wsdl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/nebulous.wsdl
r3061 r4440 1 1 <?xml version="1.0"?> 2 <definitions name=" IDataServer"3 targetNamespace="urn: PS/IPP/IData/Server/SOAP"4 xmlns:tns="urn: PS/IPP/IData/Server/SOAP"2 <definitions name="NebulousServer" 3 targetNamespace="urn:Nebulous/Server/SOAP" 4 xmlns:tns="urn:Nebulous/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/SOAP">9 xmlns:ns="urn:Nebulous/Server/SOAP"> 10 10 11 11 <types> 12 12 <schema xmlns="http://www.w3.org/2001/XMLSchema" 13 targetNamespace="urn: PS/IPP/IData/Server/SOAP"13 targetNamespace="urn:Nebulous/Server/SOAP" 14 14 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 15 15 xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> … … 85 85 86 86 87 <portType name=" PS/IPP/IData/Server/SOAPPort">87 <portType name="Nebulous/Server/SOAPPort"> 88 88 <operation name="create_object"> 89 89 <input message="tns:create_objectRequest" /> … … 138 138 139 139 140 <binding name="SOAP" type="tns: PS/IPP/IData/Server/SOAPPort">140 <binding name="SOAP" type="tns:Nebulous/Server/SOAPPort"> 141 141 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> 142 142 <operation name="create_object"> 143 <soap:operation soapAction="urn: PS/IPP/IData/Server/SOAP#create_object" />144 <input> 145 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"146 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 147 </input> 148 <output> 149 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"143 <soap:operation soapAction="urn:Nebulous/Server/SOAP#create_object" /> 144 <input> 145 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 146 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 147 </input> 148 <output> 149 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 150 150 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 151 151 </output> 152 152 </operation> 153 153 <operation name="replicate_object"> 154 <soap:operation soapAction="urn: PS/IPP/IData/Server/SOAP#replicate_object" />155 <input> 156 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"157 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 158 </input> 159 <output> 160 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"154 <soap:operation soapAction="urn:Nebulous/Server/SOAP#replicate_object" /> 155 <input> 156 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 157 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 158 </input> 159 <output> 160 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 161 161 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 162 162 </output> 163 163 </operation> 164 164 <operation name="lock_object"> 165 <soap:operation soapAction="urn: PS/IPP/IData/Server/SOAP#lock_object" />166 <input> 167 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"168 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 169 </input> 170 <output> 171 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"165 <soap:operation soapAction="urn:Nebulous/Server/SOAP#lock_object" /> 166 <input> 167 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 168 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 169 </input> 170 <output> 171 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 172 172 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 173 173 </output> 174 174 </operation> 175 175 <operation name="unlock_object"> 176 <soap:operation soapAction="urn: PS/IPP/IData/Server/SOAP#unlock_object" />177 <input> 178 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"179 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 180 </input> 181 <output> 182 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"176 <soap:operation soapAction="urn:Nebulous/Server/SOAP#unlock_object" /> 177 <input> 178 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 179 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 180 </input> 181 <output> 182 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 183 183 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 184 184 </output> 185 185 </operation> 186 186 <operation name="find_instances"> 187 <soap:operation soapAction="urn: PS/IPP/IData/Server/SOAP#find_instances" />188 <input> 189 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"190 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 191 </input> 192 <output> 193 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"187 <soap:operation soapAction="urn:Nebulous/Server/SOAP#find_instances" /> 188 <input> 189 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 190 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 191 </input> 192 <output> 193 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 194 194 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 195 195 </output> 196 196 </operation> 197 197 <operation name="delete_instance"> 198 <soap:operation soapAction="urn: PS/IPP/IData/Server/SOAP#delete_instance" />199 <input> 200 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"201 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 202 </input> 203 <output> 204 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"198 <soap:operation soapAction="urn:Nebulous/Server/SOAP#delete_instance" /> 199 <input> 200 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 201 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 202 </input> 203 <output> 204 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 205 205 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 206 206 </output> 207 207 </operation> 208 208 <operation name="stat_object"> 209 <soap:operation soapAction="urn: PS/IPP/IData/Server/SOAP#stat_object" />210 <input> 211 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"212 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 213 </input> 214 <output> 215 <soap:body use="encoded" namespace="urn: PS/IPP/IData/Server/SOAP"209 <soap:operation soapAction="urn:Nebulous/Server/SOAP#stat_object" /> 210 <input> 211 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 212 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 213 </input> 214 <output> 215 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP" 216 216 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> 217 217 </output> … … 220 220 221 221 222 <service name=" PS/IPP/IData/Server/SOAP">223 <port name=" PS/IPP/IData/Server/SOAPPort" binding="tns:SOAP">224 <soap:address location="http://localhost:80/ idata" />222 <service name="Nebulous/Server/SOAP"> 223 <port name="Nebulous/Server/SOAPPort" binding="tns:SOAP"> 224 <soap:address location="http://localhost:80/nebulous" /> 225 225 </port> 226 226 </service>
Note:
See TracChangeset
for help on using the changeset viewer.
