[6ff0b91] | 1 | <?xml version="1.0"?> |
---|
| 2 | <definitions name="fedd" |
---|
| 3 | targetNamespace="http://www.isi.edu/faber/fedd_bindings" |
---|
| 4 | xmlns:tns="http://www.isi.edu/faber/fedd_messages" |
---|
| 5 | xmlns:bns="http://www.isi.edu/faber/fedd_bindings" |
---|
| 6 | xmlns:xsd1="http://www.isi.edu/faber/fedd_types" |
---|
| 7 | xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" |
---|
| 8 | xmlns="http://schemas.xmlsoap.org/wsdl/"> |
---|
| 9 | |
---|
| 10 | <binding name="feddBinding" type="tns:feddPortType"> |
---|
| 11 | <documentation> |
---|
| 12 | These are really very straight ahead SOAP RPC bindings. They're 1.1 |
---|
| 13 | SOAP and not much outside the defaults. No interesting header packing |
---|
| 14 | or fault configuration yet. |
---|
| 15 | </documentation> |
---|
| 16 | <soap:binding style="rpc" |
---|
| 17 | transport="http://schemas.xmlsoap.org/soap/http"/> |
---|
| 18 | <operation name="RequestAccess"> |
---|
| 19 | <documentation> |
---|
| 20 | The bindings of this operation are straightforward SOAP RPC 1.1. |
---|
| 21 | </documentation> |
---|
[21a1c30] | 22 | <soap:operation soapAction="RequestAccess"/> |
---|
[6ff0b91] | 23 | <input> |
---|
[bb3769a] | 24 | <soap:body use="encoded" parts="tns:RequestAccessRequestBody" |
---|
[6ff0b91] | 25 | namespace="http://www.isi.edu/faber/fedd.wsdl" |
---|
| 26 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 27 | </input> |
---|
| 28 | <output> |
---|
[bb3769a] | 29 | <soap:body use="encoded" parts="tns:RequestAccessResponseBody" |
---|
[6ff0b91] | 30 | namespace="http://www.isi.edu/faber/fedd.wsdl" |
---|
| 31 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 32 | </output> |
---|
| 33 | <fault> |
---|
| 34 | <soap:fault use="encoded" name="tns:RequestAccessFault" |
---|
| 35 | namespace="http://www.isi.edu/faber/fedd.wsdl" |
---|
| 36 | encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> |
---|
| 37 | </fault> |
---|
| 38 | </operation> |
---|
| 39 | </binding> |
---|
| 40 | |
---|
| 41 | <service name="feddService"> |
---|
| 42 | <documentation> |
---|
| 43 | Fedd resource access service |
---|
| 44 | </documentation> |
---|
| 45 | <port name="feddPort" binding="bns:feddBinding"> |
---|
| 46 | <soap:address location="http://www.isi.edu/faber/fedd"/> |
---|
| 47 | </port> |
---|
| 48 | </service> |
---|
| 49 | </definitions> |
---|