~ubuntu-branches/ubuntu/wily/davix/wily

« back to all changes in this revision

Viewing changes to src/copy/delegation/delegation-2.0.0.wsdl

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2014-10-23 16:02:47 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20141023160247-izv1acuq0bcfv3qn
Tags: 0.3.6-1
Update to version 0.3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
 Copyright (c) Members of the EGEE Collaboration. 2004. See
 
4
 http://www.eu-egee.org/partners/ for details on the copyright holders.
 
5
 
 
6
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 
7
 use this file except in compliance with the License. You may obtain a copy of
 
8
 the License at
 
9
 
 
10
 http://www.apache.org/licenses/LICENSE-2.0
 
11
 
 
12
 Unless required by applicable law or agreed to in writing, software
 
13
 distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 
14
 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 
15
 License for the specific language governing permissions and limitations under
 
16
 the License.
 
17
-->
 
18
<wsdl:definitions 
 
19
    targetNamespace="http://www.gridsite.org/namespaces/delegation-2" 
 
20
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
 
21
    xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" 
 
22
    xmlns:tns="http://www.gridsite.org/namespaces/delegation-2" 
 
23
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 
24
 <wsdl:types>
 
25
 
 
26
  <xsd:schema targetNamespace="http://www.gridsite.org/namespaces/delegation-2">
 
27
   
 
28
   <xsd:element name="DelegationException">
 
29
    <xsd:complexType>
 
30
     <xsd:sequence>
 
31
      <xsd:element name="msg" type="xsd:string" nillable="true"/>
 
32
     </xsd:sequence>
 
33
    </xsd:complexType>
 
34
   </xsd:element>
 
35
   
 
36
   <xsd:complexType name="NewProxyReq">
 
37
    <xsd:sequence>
 
38
     <xsd:element name="proxyRequest" nillable="true" type="xsd:string"/>
 
39
     <xsd:element name="delegationID" nillable="true" type="xsd:string"/>
 
40
    </xsd:sequence>
 
41
   </xsd:complexType>
 
42
 
 
43
   
 
44
  </xsd:schema>
 
45
 </wsdl:types>
 
46
 
 
47
   <wsdl:message name="getVersionRequest"/>
 
48
 
 
49
   <wsdl:message name="getVersionResponse">
 
50
      <wsdl:part name="getVersionReturn" type="xsd:string"/>
 
51
   </wsdl:message>
 
52
 
 
53
   <wsdl:message name="getInterfaceVersionRequest"/>
 
54
 
 
55
   <wsdl:message name="getInterfaceVersionResponse">
 
56
      <wsdl:part name="getInterfaceVersionReturn" type="xsd:string"/>
 
57
   </wsdl:message>
 
58
 
 
59
   <wsdl:message name="getServiceMetadataRequest">
 
60
      <wsdl:part name="key" type="xsd:string"/>
 
61
   </wsdl:message>
 
62
   
 
63
   <wsdl:message name="getServiceMetadataResponse">
 
64
      <wsdl:part name="getServiceMetadataReturn" type="xsd:string"/>
 
65
   </wsdl:message>
 
66
 
 
67
   <wsdl:message name="getProxyReqRequest">
 
68
      <wsdl:part name="delegationID" type="xsd:string"/>
 
69
   </wsdl:message>
 
70
   
 
71
   <wsdl:message name="getProxyReqResponse">
 
72
      <wsdl:part name="getProxyReqReturn" type="xsd:string"/>
 
73
   </wsdl:message>
 
74
 
 
75
   <wsdl:message name="putProxyRequest">
 
76
      <wsdl:part name="delegationID" type="xsd:string"/>
 
77
      <wsdl:part name="proxy" type="xsd:string"/>
 
78
   </wsdl:message>
 
79
   
 
80
   <wsdl:message name="putProxyResponse"/>
 
81
 
 
82
   <wsdl:message name="renewProxyReqRequest">
 
83
      <wsdl:part name="delegationID" type="xsd:string"/>
 
84
   </wsdl:message>
 
85
   
 
86
   <wsdl:message name="renewProxyReqResponse">
 
87
      <wsdl:part name="renewProxyReqReturn" type="xsd:string"/>
 
88
   </wsdl:message>
 
89
 
 
90
   <wsdl:message name="getNewProxyReqRequest"/>
 
91
   
 
92
   <wsdl:message name="getNewProxyReqResponse">
 
93
      <wsdl:part name="getNewProxyReqReturn" type="tns:NewProxyReq"/>
 
94
   </wsdl:message>
 
95
 
 
96
   <wsdl:message name="getTerminationTimeRequest">
 
97
      <wsdl:part name="delegationID" type="xsd:string"/>
 
98
   </wsdl:message>
 
99
   
 
100
   <wsdl:message name="getTerminationTimeResponse">
 
101
      <wsdl:part name="getTerminationTimeReturn" type="xsd:dateTime"/>
 
102
   </wsdl:message>
 
103
 
 
104
   <wsdl:message name="destroyRequest">
 
105
      <wsdl:part name="delegationID" type="xsd:string"/>
 
106
   </wsdl:message>
 
107
   
 
108
   <wsdl:message name="destroyResponse"/>
 
109
 
 
110
   <wsdl:message name="DelegationException_Fault">
 
111
      <wsdl:part name="fault" element="tns:DelegationException"/>
 
112
   </wsdl:message>
 
113
 
 
114
   <wsdl:portType name="Delegation">
 
115
 
 
116
      <wsdl:operation name="getVersion">
 
117
         <wsdl:input message="tns:getVersionRequest" name="getVersionRequest"/>
 
118
         <wsdl:output message="tns:getVersionResponse" name="getVersionResponse"/>
 
119
         <wsdl:fault message="tns:DelegationException_Fault" name="DelegationException"/>
 
120
      </wsdl:operation>
 
121
 
 
122
      <wsdl:operation name="getInterfaceVersion">
 
123
         <wsdl:input message="tns:getInterfaceVersionRequest" name="getInterfaceVersionRequest"/>
 
124
         <wsdl:output message="tns:getInterfaceVersionResponse" name="getInterfaceVersionResponse"/>
 
125
         <wsdl:fault message="tns:DelegationException_Fault" name="DelegationException"/>
 
126
      </wsdl:operation>
 
127
 
 
128
      <wsdl:operation name="getServiceMetadata" parameterOrder="key">
 
129
         <wsdl:input message="tns:getServiceMetadataRequest" name="getServiceMetadataRequest"/>
 
130
         <wsdl:output message="tns:getServiceMetadataResponse" name="getServiceMetadataResponse"/>
 
131
         <wsdl:fault message="tns:DelegationException_Fault" name="DelegationException"/>
 
132
      </wsdl:operation>
 
133
 
 
134
      <wsdl:operation name="getProxyReq" parameterOrder="delegationID">
 
135
         <wsdl:input message="tns:getProxyReqRequest" name="getProxyReqRequest"/>
 
136
         <wsdl:output message="tns:getProxyReqResponse" name="getProxyReqResponse"/>
 
137
         <wsdl:fault message="tns:DelegationException_Fault" name="DelegationException"/>
 
138
      </wsdl:operation>
 
139
 
 
140
      <wsdl:operation name="getNewProxyReq">
 
141
         <wsdl:input message="tns:getNewProxyReqRequest" name="getNewProxyReqRequest"/>
 
142
         <wsdl:output message="tns:getNewProxyReqResponse" name="getNewProxyReqResponse"/>
 
143
         <wsdl:fault message="tns:DelegationException_Fault" name="DelegationException"/>
 
144
      </wsdl:operation>
 
145
 
 
146
      <wsdl:operation name="putProxy" parameterOrder="delegationID proxy">
 
147
         <wsdl:input message="tns:putProxyRequest" name="putProxyRequest"/>
 
148
         <wsdl:output message="tns:putProxyResponse" name="putProxyResponse"/>
 
149
         <wsdl:fault message="tns:DelegationException_Fault" name="DelegationException"/>
 
150
      </wsdl:operation>
 
151
 
 
152
      <wsdl:operation name="renewProxyReq" parameterOrder="delegationID">
 
153
         <wsdl:input message="tns:renewProxyReqRequest" name="renewProxyReqRequest"/>
 
154
         <wsdl:output message="tns:renewProxyReqResponse" name="renewProxyReqResponse"/>
 
155
         <wsdl:fault message="tns:DelegationException_Fault" name="DelegationException"/>
 
156
      </wsdl:operation>
 
157
 
 
158
      <wsdl:operation name="getTerminationTime" parameterOrder="delegationID">
 
159
         <wsdl:input message="tns:getTerminationTimeRequest" name="getTerminationTimeRequest"/>
 
160
         <wsdl:output message="tns:getTerminationTimeResponse" name="getTerminationTimeResponse"/>
 
161
         <wsdl:fault message="tns:DelegationException_Fault" name="DelegationException"/>
 
162
      </wsdl:operation>
 
163
 
 
164
      <wsdl:operation name="destroy" parameterOrder="delegationID">
 
165
         <wsdl:input message="tns:destroyRequest" name="destroyRequest"/>
 
166
         <wsdl:output message="tns:destroyResponse" name="destroyResponse"/>
 
167
         <wsdl:fault message="tns:DelegationException_Fault" name="DelegationException"/>
 
168
      </wsdl:operation>
 
169
   </wsdl:portType>
 
170
 
 
171
   <wsdl:binding name="DelegationSoapBinding" type="tns:Delegation">
 
172
      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
 
173
 
 
174
      <wsdl:operation name="getVersion">
 
175
         <wsdlsoap:operation soapAction=""/>
 
176
         <wsdl:input name="getVersionRequest">
 
177
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
178
         </wsdl:input>
 
179
         <wsdl:output name="getVersionResponse">
 
180
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
181
         </wsdl:output>
 
182
         <wsdl:fault name="DelegationException">
 
183
            <wsdlsoap:fault name="DelegationException" use="literal"/>
 
184
         </wsdl:fault>
 
185
      </wsdl:operation>
 
186
 
 
187
      <wsdl:operation name="getInterfaceVersion">
 
188
         <wsdlsoap:operation soapAction=""/>
 
189
         <wsdl:input name="getInterfaceVersionRequest">
 
190
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
191
         </wsdl:input>
 
192
         <wsdl:output name="getInterfaceVersionResponse">
 
193
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
194
         </wsdl:output>
 
195
         <wsdl:fault name="DelegationException">
 
196
            <wsdlsoap:fault name="DelegationException" use="literal"/>
 
197
         </wsdl:fault>
 
198
      </wsdl:operation>
 
199
 
 
200
      <wsdl:operation name="getServiceMetadata">
 
201
         <wsdlsoap:operation soapAction=""/>
 
202
         <wsdl:input name="getServiceMetadataRequest">
 
203
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
204
         </wsdl:input>
 
205
         <wsdl:output name="getServiceMetadataResponse">
 
206
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
207
         </wsdl:output>
 
208
         <wsdl:fault name="DelegationException">
 
209
            <wsdlsoap:fault name="DelegationException" use="literal"/>
 
210
         </wsdl:fault>
 
211
      </wsdl:operation>
 
212
 
 
213
      <wsdl:operation name="getProxyReq">
 
214
         <wsdlsoap:operation soapAction=""/>
 
215
         <wsdl:input name="getProxyReqRequest">
 
216
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
217
         </wsdl:input>
 
218
         <wsdl:output name="getProxyReqResponse">
 
219
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
220
         </wsdl:output>
 
221
         <wsdl:fault name="DelegationException">
 
222
            <wsdlsoap:fault name="DelegationException" use="literal"/>
 
223
         </wsdl:fault>
 
224
      </wsdl:operation>
 
225
 
 
226
      <wsdl:operation name="getNewProxyReq">
 
227
         <wsdlsoap:operation soapAction=""/>
 
228
         <wsdl:input name="getNewProxyReqRequest">
 
229
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
230
         </wsdl:input>
 
231
         <wsdl:output name="getNewProxyReqResponse">
 
232
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
233
         </wsdl:output>
 
234
         <wsdl:fault name="DelegationException">
 
235
            <wsdlsoap:fault name="DelegationException" use="literal"/>
 
236
         </wsdl:fault>
 
237
      </wsdl:operation>
 
238
 
 
239
      <wsdl:operation name="renewProxyReq">
 
240
         <wsdlsoap:operation soapAction=""/>
 
241
         <wsdl:input name="renewProxyReqRequest">
 
242
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
243
         </wsdl:input>
 
244
         <wsdl:output name="renewProxyReqResponse">
 
245
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
246
         </wsdl:output>
 
247
         <wsdl:fault name="DelegationException">
 
248
            <wsdlsoap:fault name="DelegationException" use="literal"/>
 
249
         </wsdl:fault>
 
250
      </wsdl:operation>
 
251
 
 
252
      <wsdl:operation name="putProxy">
 
253
         <wsdlsoap:operation soapAction=""/>
 
254
         <wsdl:input name="putProxyRequest">
 
255
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
256
         </wsdl:input>
 
257
         <wsdl:output name="putProxyResponse">
 
258
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
259
         </wsdl:output>
 
260
         <wsdl:fault name="DelegationException">
 
261
            <wsdlsoap:fault name="DelegationException" use="literal"/>
 
262
         </wsdl:fault>
 
263
      </wsdl:operation>
 
264
 
 
265
      <wsdl:operation name="getTerminationTime">
 
266
         <wsdlsoap:operation soapAction=""/>
 
267
         <wsdl:input name="getTerminationTimeRequest">
 
268
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
269
         </wsdl:input>
 
270
         <wsdl:output name="getTerminationTimeResponse">
 
271
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
272
         </wsdl:output>
 
273
         <wsdl:fault name="DelegationException">
 
274
            <wsdlsoap:fault name="DelegationException" use="literal"/>
 
275
         </wsdl:fault>
 
276
      </wsdl:operation>
 
277
 
 
278
      <wsdl:operation name="destroy">
 
279
         <wsdlsoap:operation soapAction=""/>
 
280
         <wsdl:input name="destroyRequest">
 
281
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
282
         </wsdl:input>
 
283
         <wsdl:output name="destroyResponse">
 
284
            <wsdlsoap:body namespace="http://www.gridsite.org/namespaces/delegation-2" use="literal"/>
 
285
         </wsdl:output>
 
286
         <wsdl:fault name="DelegationException">
 
287
            <wsdlsoap:fault name="DelegationException" use="literal"/>
 
288
         </wsdl:fault>
 
289
      </wsdl:operation>
 
290
 
 
291
   </wsdl:binding>
 
292
 
 
293
   <wsdl:service name="DelegationService">
 
294
      <wsdl:port binding="tns:DelegationSoapBinding" name="gridsite-delegation">
 
295
         <wsdlsoap:address location="https://localhost:8443/glite-security-delegation"/>
 
296
      </wsdl:port>
 
297
   </wsdl:service>
 
298
 
 
299
</wsdl:definitions>