[6ff0b91] | 1 | <?xml version="1.0"?> |
---|
| 2 | <definitions name="fedd" |
---|
[e77c86e] | 3 | targetNamespace="http://www.isi.edu/fedd.wsdl" |
---|
| 4 | xmlns:tns="http://www.isi.edu/fedd.wsdl" |
---|
| 5 | xmlns:xsd1="http://www.isi.edu/fedd_types" |
---|
| 6 | xmlns:topdl="http://www.isi.edu/topdl" |
---|
[6ff0b91] | 7 | xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" |
---|
| 8 | xmlns="http://schemas.xmlsoap.org/wsdl/"> |
---|
| 9 | |
---|
[e77c86e] | 10 | <import namespace="http://www.isi.edu/fedd_types" |
---|
[eec716b] | 11 | location="fedd_types.xsd"/> |
---|
| 12 | |
---|
[e77c86e] | 13 | <import namespace="http://www.isi.edu/topdl" |
---|
[eec716b] | 14 | location="topdl.xsd"/> |
---|
[5858c72] | 15 | <!-- |
---|
| 16 | The message definitions are all simple embeddings of one of the types |
---|
| 17 | from fedd_types.xsd |
---|
| 18 | --> |
---|
| 19 | <message name="RequestAccessRequestMessage"> |
---|
[bde2217] | 20 | <part name="RequestAccessRequestBody" type="xsd1:accessRequestType"/> |
---|
[5858c72] | 21 | </message> |
---|
[6ff0b91] | 22 | |
---|
[5858c72] | 23 | <message name="RequestAccessResponseMessage"> |
---|
[bde2217] | 24 | <part name="RequestAccessResponseBody" type="xsd1:accessResponseType"/> |
---|
[5858c72] | 25 | </message> |
---|
| 26 | |
---|
| 27 | <message name="ReleaseAccessRequestMessage"> |
---|
| 28 | <part name="ReleaseAccessRequestBody" type="xsd1:releaseRequestType"/> |
---|
| 29 | </message> |
---|
| 30 | |
---|
| 31 | <message name="ReleaseAccessResponseMessage"> |
---|
| 32 | <part name="ReleaseAccessResponseBody" type="xsd1:releaseResponseType"/> |
---|
| 33 | </message> |
---|
[a3ad8bd] | 34 | |
---|
| 35 | <message name="NewRequestMessage"> |
---|
| 36 | <part name="NewRequestBody" type="xsd1:newRequestType"/> |
---|
| 37 | </message> |
---|
| 38 | |
---|
| 39 | <message name="NewResponseMessage"> |
---|
| 40 | <part name="NewResponseBody" type="xsd1:newResponseType"/> |
---|
| 41 | </message> |
---|
| 42 | |
---|
| 43 | |
---|
[5858c72] | 44 | <message name="CreateRequestMessage"> |
---|
| 45 | <part name="CreateRequestBody" type="xsd1:createRequestType"/> |
---|
| 46 | </message> |
---|
| 47 | |
---|
| 48 | <message name="CreateResponseMessage"> |
---|
| 49 | <part name="CreateResponseBody" type="xsd1:createResponseType"/> |
---|
| 50 | </message> |
---|
| 51 | |
---|
| 52 | <message name="VtopoRequestMessage"> |
---|
| 53 | <part name="VtopoRequestBody" type="xsd1:vtopoRequestType"/> |
---|
| 54 | </message> |
---|
| 55 | |
---|
| 56 | <message name="VtopoResponseMessage"> |
---|
| 57 | <part name="VtopoResponseBody" type="xsd1:vtopoResponseType"/> |
---|
| 58 | </message> |
---|
| 59 | |
---|
| 60 | <message name="VisRequestMessage"> |
---|
| 61 | <part name="VisRequestBody" type="xsd1:visRequestType"/> |
---|
| 62 | </message> |
---|
| 63 | |
---|
| 64 | <message name="VisResponseMessage"> |
---|
| 65 | <part name="VisResponseBody" type="xsd1:visResponseType"/> |
---|
| 66 | </message> |
---|
| 67 | |
---|
| 68 | <message name="InfoRequestMessage"> |
---|
| 69 | <part name="InfoRequestBody" type="xsd1:infoRequestType"/> |
---|
| 70 | </message> |
---|
[6ff0b91] | 71 | |
---|
[5858c72] | 72 | <message name="InfoResponseMessage"> |
---|
| 73 | <part name="InfoResponseBody" type="xsd1:infoResponseType"/> |
---|
| 74 | </message> |
---|
| 75 | |
---|
[65f3f29] | 76 | <message name="MultiInfoRequestMessage"> |
---|
| 77 | <part name="MultiInfoRequestBody" type="xsd1:multiInfoRequestType"/> |
---|
| 78 | </message> |
---|
| 79 | |
---|
| 80 | <message name="MultiInfoResponseMessage"> |
---|
| 81 | <part name="MultiInfoResponseBody" type="xsd1:multiInfoResponseType"/> |
---|
| 82 | </message> |
---|
[5858c72] | 83 | |
---|
| 84 | <message name="TerminateRequestMessage"> |
---|
| 85 | <part name="TerminateRequestBody" type="xsd1:terminateRequestType"/> |
---|
| 86 | </message> |
---|
| 87 | |
---|
| 88 | <message name="TerminateResponseMessage"> |
---|
| 89 | <part name="TerminateResponseBody" type="xsd1:terminateResponseType"/> |
---|
| 90 | </message> |
---|
| 91 | |
---|
[66861a2] | 92 | <message name="StartSegmentRequestMessage"> |
---|
| 93 | <part name="StartSegmentRequestBody" type="xsd1:startSegmentRequestType"/> |
---|
| 94 | </message> |
---|
| 95 | |
---|
| 96 | <message name="StartSegmentResponseMessage"> |
---|
| 97 | <part name="StartSegmentResponseBody" type="xsd1:startSegmentResponseType"/> |
---|
| 98 | </message> |
---|
| 99 | |
---|
[2b7d768] | 100 | <message name="TerminateSegmentRequestMessage"> |
---|
| 101 | <part name="TerminateSegmentRequestBody" |
---|
| 102 | type="xsd1:terminateSegmentRequestType"/> |
---|
| 103 | </message> |
---|
| 104 | |
---|
| 105 | <message name="TerminateSegmentResponseMessage"> |
---|
| 106 | <part name="TerminateSegmentResponseBody" |
---|
| 107 | type="xsd1:terminateSegmentResponseType"/> |
---|
| 108 | </message> |
---|
| 109 | |
---|
[2761484] | 110 | <message name="SetValueRequestMessage"> |
---|
| 111 | <part name="SetValueRequestBody" type="xsd1:setValueRequestType"/> |
---|
| 112 | </message> |
---|
| 113 | |
---|
| 114 | <message name="SetValueResponseMessage"> |
---|
| 115 | <part name="SetValueResponseBody" type="xsd1:setValueResponseType"/> |
---|
| 116 | </message> |
---|
| 117 | |
---|
| 118 | <message name="GetValueRequestMessage"> |
---|
| 119 | <part name="GetValueRequestBody" type="xsd1:getValueRequestType"/> |
---|
| 120 | </message> |
---|
| 121 | |
---|
| 122 | <message name="GetValueResponseMessage"> |
---|
| 123 | <part name="GetValueResponseBody" type="xsd1:getValueResponseType"/> |
---|
| 124 | </message> |
---|
[2b7d768] | 125 | |
---|
[5858c72] | 126 | <message name="FaultMessage"> |
---|
| 127 | <part name="FaultBody" type="xsd1:faultType"/> |
---|
| 128 | </message> |
---|
| 129 | |
---|
| 130 | <portType name="feddPortType"> |
---|
| 131 | <operation name="RequestAccess"> |
---|
| 132 | <documentation> |
---|
| 133 | Request access to a testbed. The request includes the various |
---|
| 134 | resources needed (loosely), the identity of the requester, access |
---|
| 135 | credentials andscheduling information. A successful response includes |
---|
| 136 | enough information for the federation system to access the testbed and |
---|
| 137 | actually request resources. |
---|
| 138 | </documentation> |
---|
| 139 | <input message="tns:RequestAccessRequestMessage"/> |
---|
| 140 | <output message="tns:RequestAccessResponseMessage"/> |
---|
| 141 | <fault name="RequestAccessFeddFault" message="tns:FaultMessage"/> |
---|
| 142 | </operation> |
---|
| 143 | <operation name="ReleaseAccess"> |
---|
| 144 | <documentation> |
---|
| 145 | Release an allocation of access to a testbed. This informs the testbed |
---|
| 146 | that it is no longer necessary to allow the access mthods negotiated by |
---|
| 147 | a RequestAccess cal. |
---|
| 148 | </documentation> |
---|
| 149 | <input message="tns:ReleaseAccessRequestMessage"/> |
---|
| 150 | <output message="tns:ReleaseAccessResponseMessage"/> |
---|
| 151 | <fault name="ReleaseAccessFeddFault" message="tns:FaultMessage"/> |
---|
| 152 | </operation> |
---|
[a3ad8bd] | 153 | <operation name="New"> |
---|
| 154 | <documentation> |
---|
| 155 | A request to create a federated experiment in an empty state so |
---|
| 156 | resources can be attached and attributes delegated. On success the |
---|
| 157 | identity of the new experiment is returned. |
---|
| 158 | </documentation> |
---|
| 159 | <input message="tns:NewRequestMessage"/> |
---|
| 160 | <output message="tns:NewResponseMessage"/> |
---|
| 161 | <fault name="NewFeddFault" message="tns:FaultMessage"/> |
---|
| 162 | </operation> |
---|
[5858c72] | 163 | <operation name="Create"> |
---|
| 164 | <documentation> |
---|
| 165 | A request to create a federated experiment from the included |
---|
| 166 | description. Credentials and access information is also provided. On |
---|
| 167 | success a logical description of the experiment is returned as well as |
---|
| 168 | the information about federated testbeds needed to access local |
---|
| 169 | services. |
---|
| 170 | </documentation> |
---|
| 171 | <input message="tns:CreateRequestMessage"/> |
---|
| 172 | <output message="tns:CreateResponseMessage"/> |
---|
| 173 | <fault name="CreateFeddFault" message="tns:FaultMessage"/> |
---|
| 174 | </operation> |
---|
| 175 | <operation name="Vtopo"> |
---|
| 176 | <documentation> |
---|
| 177 | A request for the virtual topology of the experiment. Requesters with |
---|
| 178 | different access rights may receive different information. |
---|
| 179 | </documentation> |
---|
| 180 | <input message="tns:VtopoRequestMessage"/> |
---|
| 181 | <output message="tns:VtopoResponseMessage"/> |
---|
| 182 | <fault name="VtopoFeddFault" message="tns:FaultMessage"/> |
---|
| 183 | </operation> |
---|
| 184 | <operation name="Vis"> |
---|
| 185 | <documentation> |
---|
| 186 | A request for the visualization of the experiment. This is really a |
---|
| 187 | legacy interface for visual tools that cannot generate their own |
---|
| 188 | visualization. Requesters with different access rights may receive |
---|
| 189 | different information. |
---|
| 190 | </documentation> |
---|
| 191 | <input message="tns:VisRequestMessage"/> |
---|
| 192 | <output message="tns:VisResponseMessage"/> |
---|
| 193 | <fault name="VisFeddFault" message="tns:FaultMessage"/> |
---|
| 194 | </operation> |
---|
[65f3f29] | 195 | |
---|
[5858c72] | 196 | <operation name="Info"> |
---|
| 197 | <documentation> |
---|
| 198 | A one-stop request for meta-data on the experiment. Includes all the |
---|
| 199 | info from a Vtopo and a Vis request. |
---|
| 200 | </documentation> |
---|
| 201 | <input message="tns:InfoRequestMessage"/> |
---|
| 202 | <output message="tns:InfoResponseMessage"/> |
---|
| 203 | <fault name="InfoFeddFault" message="tns:FaultMessage"/> |
---|
| 204 | </operation> |
---|
[65f3f29] | 205 | |
---|
| 206 | <operation name="MultiInfo"> |
---|
| 207 | <documentation> |
---|
| 208 | A one-stop request for meta-data on the experiment. Includes all the |
---|
| 209 | info from a Vtopo and a Vis request. |
---|
| 210 | </documentation> |
---|
| 211 | <input message="tns:MultiInfoRequestMessage"/> |
---|
| 212 | <output message="tns:MultiInfoResponseMessage"/> |
---|
| 213 | <fault name="MultiInfoFeddFault" message="tns:FaultMessage"/> |
---|
| 214 | </operation> |
---|
| 215 | |
---|
[5858c72] | 216 | <operation name="Terminate"> |
---|
| 217 | <documentation> |
---|
| 218 | Stop this experiment and deallocate its resources. |
---|
| 219 | </documentation> |
---|
| 220 | <input message="tns:TerminateRequestMessage"/> |
---|
| 221 | <output message="tns:TerminateResponseMessage"/> |
---|
| 222 | <fault name="TerminateFeddFault" message="tns:FaultMessage"/> |
---|
| 223 | </operation> |
---|
[66861a2] | 224 | |
---|
| 225 | <operation name="StartSegment"> |
---|
| 226 | <documentation> |
---|
| 227 | Start a segment of an experiment on a federant |
---|
| 228 | </documentation> |
---|
| 229 | <input message="tns:StartSegmentRequestMessage"/> |
---|
| 230 | <output message="tns:StartSegmentResponseMessage"/> |
---|
| 231 | <fault name="StartSegmentFeddFault" message="tns:FaultMessage"/> |
---|
| 232 | </operation> |
---|
[2b7d768] | 233 | |
---|
| 234 | <operation name="TerminateSegment"> |
---|
| 235 | <documentation> |
---|
| 236 | Start a segment of an experiment on a federant |
---|
| 237 | </documentation> |
---|
| 238 | <input message="tns:TerminateSegmentRequestMessage"/> |
---|
| 239 | <output message="tns:TerminateSegmentResponseMessage"/> |
---|
| 240 | <fault name="TerminateSegmentFeddFault" message="tns:FaultMessage"/> |
---|
| 241 | </operation> |
---|
[2761484] | 242 | |
---|
| 243 | <operation name="SetValue"> |
---|
| 244 | <documentation> |
---|
| 245 | Set a shared value |
---|
| 246 | </documentation> |
---|
| 247 | <input message="tns:SetValueRequestMessage"/> |
---|
| 248 | <output message="tns:SetValueResponseMessage"/> |
---|
| 249 | <fault name="TerminateSegmentFeddFault" message="tns:FaultMessage"/> |
---|
| 250 | </operation> |
---|
| 251 | |
---|
| 252 | <operation name="GetValue"> |
---|
| 253 | <documentation> |
---|
| 254 | Get a shared value |
---|
| 255 | </documentation> |
---|
| 256 | <input message="tns:GetValueRequestMessage"/> |
---|
| 257 | <output message="tns:GetValueResponseMessage"/> |
---|
| 258 | <fault name="TerminateSegmentFeddFault" message="tns:FaultMessage"/> |
---|
| 259 | </operation> |
---|
[5858c72] | 260 | </portType> |
---|
| 261 | |
---|
| 262 | <binding name="feddBinding" type="tns:feddPortType"> |
---|
| 263 | <documentation> |
---|
| 264 | These are really very straight ahead SOAP RPC bindings. They're 1.1 |
---|
| 265 | SOAP and not much outside the defaults. No interesting header packing |
---|
| 266 | or fault configuration yet. |
---|
| 267 | </documentation> |
---|
| 268 | <soap:binding style="rpc" |
---|
| 269 | transport="http://schemas.xmlsoap.org/soap/http"/> |
---|
| 270 | <operation name="RequestAccess"> |
---|
| 271 | <documentation> |
---|
| 272 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 273 | </documentation> |
---|
| 274 | <soap:operation soapAction="RequestAccess"/> |
---|
| 275 | <input> |
---|
[4e7cf7b] | 276 | <soap:body use="literal" parts="tns:RequestAccessRequestBody" |
---|
[e77c86e] | 277 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 278 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 279 | </input> |
---|
| 280 | <output> |
---|
[4e7cf7b] | 281 | <soap:body use="literal" parts="tns:RequestAccessResponseBody" |
---|
[e77c86e] | 282 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 283 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 284 | </output> |
---|
| 285 | <fault name="RequestAccessFeddFault"> |
---|
[4e7cf7b] | 286 | <soap:fault use="literal" name="tns:FeddFault" |
---|
[e77c86e] | 287 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 288 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 289 | </fault> |
---|
| 290 | </operation> |
---|
| 291 | <operation name="ReleaseAccess"> |
---|
| 292 | <documentation> |
---|
| 293 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 294 | </documentation> |
---|
| 295 | <soap:operation soapAction="ReleaseAccess"/> |
---|
| 296 | <input> |
---|
[4e7cf7b] | 297 | <soap:body use="literal" parts="tns:ReleaseAccessRequestBody" |
---|
[e77c86e] | 298 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 299 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 300 | </input> |
---|
| 301 | <output> |
---|
[4e7cf7b] | 302 | <soap:body use="literal" parts="tns:ReleaseAccessResponseBody" |
---|
[e77c86e] | 303 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 304 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 305 | </output> |
---|
| 306 | <fault name="ReleaseAccessFeddFault"> |
---|
[4e7cf7b] | 307 | <soap:fault use="literal" name="tns:FeddFault" |
---|
[e77c86e] | 308 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 309 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 310 | </fault> |
---|
| 311 | </operation> |
---|
[a3ad8bd] | 312 | <operation name="New"> |
---|
| 313 | <documentation> |
---|
| 314 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 315 | </documentation> |
---|
| 316 | <soap:operation soapAction="New"/> |
---|
| 317 | <input> |
---|
| 318 | <soap:body use="literal" parts="tns:NewRequestBody" |
---|
[e77c86e] | 319 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[a3ad8bd] | 320 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 321 | </input> |
---|
| 322 | <output> |
---|
| 323 | <soap:body use="literal" parts="tns:NewResponseBody" |
---|
[e77c86e] | 324 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[a3ad8bd] | 325 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 326 | </output> |
---|
| 327 | <fault name="NewFeddFault"> |
---|
| 328 | <soap:fault use="literal" name="tns:FeddFault" |
---|
[e77c86e] | 329 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[a3ad8bd] | 330 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 331 | </fault> |
---|
| 332 | </operation> |
---|
[5858c72] | 333 | <operation name="Create"> |
---|
| 334 | <documentation> |
---|
| 335 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 336 | </documentation> |
---|
| 337 | <soap:operation soapAction="Create"/> |
---|
| 338 | <input> |
---|
[4e7cf7b] | 339 | <soap:body use="literal" parts="tns:CreateRequestBody" |
---|
[e77c86e] | 340 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 341 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 342 | </input> |
---|
| 343 | <output> |
---|
[4e7cf7b] | 344 | <soap:body use="literal" parts="tns:CreateResponseBody" |
---|
[e77c86e] | 345 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 346 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 347 | </output> |
---|
| 348 | <fault name="CreateFeddFault"> |
---|
[4e7cf7b] | 349 | <soap:fault use="literal" name="tns:FeddFault" |
---|
[e77c86e] | 350 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 351 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 352 | </fault> |
---|
| 353 | </operation> |
---|
| 354 | <operation name="Vtopo"> |
---|
| 355 | <documentation> |
---|
| 356 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 357 | </documentation> |
---|
| 358 | <soap:operation soapAction="Vtopo"/> |
---|
| 359 | <input> |
---|
[4e7cf7b] | 360 | <soap:body use="literal" parts="tns:VtopoRequestBody" |
---|
[e77c86e] | 361 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 362 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 363 | </input> |
---|
| 364 | <output> |
---|
[4e7cf7b] | 365 | <soap:body use="literal" parts="tns:VtopoResponseBody" |
---|
[e77c86e] | 366 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 367 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 368 | </output> |
---|
| 369 | <fault name="VtopoFeddFault"> |
---|
[4e7cf7b] | 370 | <soap:fault use="literal" name="tns:FeddFault" |
---|
[e77c86e] | 371 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 372 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 373 | </fault> |
---|
| 374 | </operation> |
---|
| 375 | |
---|
| 376 | <operation name="Vis"> |
---|
| 377 | <documentation> |
---|
| 378 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 379 | </documentation> |
---|
| 380 | <soap:operation soapAction="Vis"/> |
---|
| 381 | <input> |
---|
[4e7cf7b] | 382 | <soap:body use="literal" parts="tns:VisRequestBody" |
---|
[e77c86e] | 383 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 384 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 385 | </input> |
---|
| 386 | <output> |
---|
[4e7cf7b] | 387 | <soap:body use="literal" parts="tns:VisResponseBody" |
---|
[e77c86e] | 388 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 389 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 390 | </output> |
---|
| 391 | <fault name="VisFeddFault"> |
---|
[4e7cf7b] | 392 | <soap:fault use="literal" name="tns:FeddFault" |
---|
[e77c86e] | 393 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 394 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 395 | </fault> |
---|
| 396 | </operation> |
---|
| 397 | <operation name="Info"> |
---|
| 398 | <documentation> |
---|
| 399 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 400 | </documentation> |
---|
| 401 | <soap:operation soapAction="Info"/> |
---|
| 402 | <input> |
---|
[4e7cf7b] | 403 | <soap:body use="literal" parts="tns:InfoRequestBody" |
---|
[e77c86e] | 404 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 405 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 406 | </input> |
---|
| 407 | <output> |
---|
[4e7cf7b] | 408 | <soap:body use="literal" parts="tns:InfoResponseBody" |
---|
[e77c86e] | 409 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 410 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 411 | </output> |
---|
| 412 | <fault name="InfoFeddFault"> |
---|
[4e7cf7b] | 413 | <soap:fault use="literal" name="tns:FeddFault" |
---|
[e77c86e] | 414 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 415 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 416 | </fault> |
---|
| 417 | </operation> |
---|
[65f3f29] | 418 | <operation name="MultiInfo"> |
---|
| 419 | <documentation> |
---|
| 420 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 421 | </documentation> |
---|
| 422 | <soap:operation soapAction="MultiInfo"/> |
---|
| 423 | <input> |
---|
| 424 | <soap:body use="literal" parts="tns:MultiInfoRequestBody" |
---|
[e77c86e] | 425 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[65f3f29] | 426 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 427 | </input> |
---|
| 428 | <output> |
---|
| 429 | <soap:body use="literal" parts="tns:MultiInfoResponseBody" |
---|
[e77c86e] | 430 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[65f3f29] | 431 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 432 | </output> |
---|
| 433 | <fault name="MultiInfoFeddFault"> |
---|
| 434 | <soap:fault use="literal" name="tns:FeddFault" |
---|
[e77c86e] | 435 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[65f3f29] | 436 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 437 | </fault> |
---|
| 438 | </operation> |
---|
[5858c72] | 439 | <operation name="Terminate"> |
---|
| 440 | <documentation> |
---|
| 441 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 442 | </documentation> |
---|
| 443 | <soap:operation soapAction="Terminate"/> |
---|
| 444 | <input> |
---|
[4e7cf7b] | 445 | <soap:body use="literal" parts="tns:TerminateRequestBody" |
---|
[e77c86e] | 446 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 447 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 448 | </input> |
---|
| 449 | <output> |
---|
[4e7cf7b] | 450 | <soap:body use="literal" parts="tns:TerminateResponseBody" |
---|
[e77c86e] | 451 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 452 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 453 | </output> |
---|
| 454 | <fault name="TerminateFeddFault"> |
---|
[4e7cf7b] | 455 | <soap:fault use="literal" name="tns:FeddFault" |
---|
[e77c86e] | 456 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[5858c72] | 457 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 458 | </fault> |
---|
| 459 | </operation> |
---|
[66861a2] | 460 | <operation name="StartSegment"> |
---|
| 461 | <documentation> |
---|
| 462 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 463 | </documentation> |
---|
| 464 | <soap:operation soapAction="StartSegment"/> |
---|
| 465 | <input> |
---|
| 466 | <soap:body use="literal" parts="tns:StartSegmentRequestBody" |
---|
[e77c86e] | 467 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[66861a2] | 468 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 469 | </input> |
---|
| 470 | <output> |
---|
| 471 | <soap:body use="literal" parts="tns:StartSegmentResponseBody" |
---|
[e77c86e] | 472 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[66861a2] | 473 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 474 | </output> |
---|
| 475 | <fault name="StartSegmentFeddFault"> |
---|
| 476 | <soap:fault use="literal" name="tns:FeddFault" |
---|
[e77c86e] | 477 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[66861a2] | 478 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 479 | </fault> |
---|
| 480 | </operation> |
---|
[2b7d768] | 481 | <operation name="TerminateSegment"> |
---|
| 482 | <documentation> |
---|
| 483 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 484 | </documentation> |
---|
| 485 | <soap:operation soapAction="TerminateSegment"/> |
---|
| 486 | <input> |
---|
| 487 | <soap:body use="literal" parts="tns:TerminateSegmentRequestBody" |
---|
[e77c86e] | 488 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[2b7d768] | 489 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 490 | </input> |
---|
| 491 | <output> |
---|
| 492 | <soap:body use="literal" parts="tns:TerminateSegmentResponseBody" |
---|
[e77c86e] | 493 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[2b7d768] | 494 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 495 | </output> |
---|
| 496 | <fault name="TerminateSegmentFeddFault"> |
---|
| 497 | <soap:fault use="literal" name="tns:FeddFault" |
---|
[e77c86e] | 498 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[2b7d768] | 499 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 500 | </fault> |
---|
| 501 | </operation> |
---|
[2761484] | 502 | <operation name="SetValue"> |
---|
| 503 | <documentation> |
---|
| 504 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 505 | </documentation> |
---|
| 506 | <soap:operation soapAction="TerminateSegment"/> |
---|
| 507 | <input> |
---|
| 508 | <soap:body use="literal" parts="tns:SetValueRequestBody" |
---|
[e77c86e] | 509 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[2761484] | 510 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 511 | </input> |
---|
| 512 | <output> |
---|
| 513 | <soap:body use="literal" parts="tns:SetValueResponseBody" |
---|
[e77c86e] | 514 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[2761484] | 515 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 516 | </output> |
---|
| 517 | <fault name="SetValueFeddFault"> |
---|
| 518 | <soap:fault use="literal" name="tns:FeddFault" |
---|
[e77c86e] | 519 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[2761484] | 520 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 521 | </fault> |
---|
| 522 | </operation> |
---|
| 523 | <operation name="GetValue"> |
---|
| 524 | <documentation> |
---|
| 525 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 526 | </documentation> |
---|
| 527 | <soap:operation soapAction="TerminateSegment"/> |
---|
| 528 | <input> |
---|
| 529 | <soap:body use="literal" parts="tns:GetValueRequestBody" |
---|
[e77c86e] | 530 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[2761484] | 531 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 532 | </input> |
---|
| 533 | <output> |
---|
| 534 | <soap:body use="literal" parts="tns:GetValueResponseBody" |
---|
[e77c86e] | 535 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[2761484] | 536 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 537 | </output> |
---|
| 538 | <fault name="GetValueFeddFault"> |
---|
| 539 | <soap:fault use="literal" name="tns:FeddFault" |
---|
[e77c86e] | 540 | namespace="http://www.isi.edu/fedd.wsdl" |
---|
[2761484] | 541 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 542 | </fault> |
---|
| 543 | </operation> |
---|
[5858c72] | 544 | </binding> |
---|
| 545 | |
---|
| 546 | <service name="feddService"> |
---|
| 547 | <documentation> |
---|
| 548 | Fedd resource access service |
---|
| 549 | </documentation> |
---|
| 550 | <port name="feddPort" binding="tns:feddBinding"> |
---|
[e77c86e] | 551 | <soap:address location="http://www.isi.edu/fedd"/> |
---|
[5858c72] | 552 | </port> |
---|
| 553 | </service> |
---|
| 554 | </definitions> |
---|