isbm_adaptor 1.0.rc8.7 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,24 +1,24 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
2
  <!--
3
- Copyright MIMOSA 2012. All Rights Reserved.
3
+ ws-ISBM 1.0 Channel Management Service
4
4
 
5
- License information for this file is provided in the file "License Agreement.txt" that is provided with this download package.
5
+ Copyright MIMOSA 2014. All Rights Reserved.
6
+ License information for this file is provided in the file "LICENSE.txt" that is provided with this download package.
6
7
 
7
- For support, more information, or to report errors, please contact MIMOSA at http://www.mimosa.org or OpenO&M at http://www.openoandm.info.
8
+ For support, more information, or to report errors, please contact MIMOSA at http://www.mimosa.org/contact.
8
9
  -->
9
10
  <wsdl:definitions
10
11
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
11
12
  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
12
13
  xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
13
14
  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
14
- xmlns:isbm="http://www.openoandm.org/xml/ISBM/"
15
- targetNamespace="http://www.openoandm.org/xml/ISBM/"
16
- name="ISBMChannelManagementService">
15
+ xmlns:isbm="http://www.openoandm.org/ws-isbm/"
16
+ targetNamespace="http://www.openoandm.org/ws-isbm/"
17
+ name="ChannelManagementService">
17
18
 
18
19
  <wsdl:types>
19
- <xs:schema elementFormDefault="qualified" targetNamespace="http://www.openoandm.org/xml/ISBM/">
20
+ <xs:schema elementFormDefault="qualified" targetNamespace="http://www.openoandm.org/ws-isbm/">
20
21
  <!-- Types -->
21
-
22
22
  <xs:simpleType name="ChannelType">
23
23
  <xs:restriction base="xs:string">
24
24
  <xs:enumeration value="Publication"/>
@@ -41,7 +41,6 @@
41
41
  </xs:complexType>
42
42
 
43
43
  <!-- Parameter elements -->
44
-
45
44
  <xs:element name="CreateChannel">
46
45
  <xs:complexType>
47
46
  <xs:sequence>
@@ -113,20 +112,11 @@
113
112
  </xs:element>
114
113
 
115
114
  <!-- Fault elements -->
116
-
117
115
  <xs:element name="ChannelFault">
118
- <xs:complexType>
119
- <xs:sequence>
120
- <xs:element minOccurs="1" maxOccurs="1" name="Description" type="xs:string"/>
121
- </xs:sequence>
122
- </xs:complexType>
116
+ <xs:complexType/>
123
117
  </xs:element>
124
- <xs:element name="InvalidSecurityTokenFault">
125
- <xs:complexType>
126
- <xs:sequence>
127
- <xs:element minOccurs="1" maxOccurs="1" name="Description" type="xs:string"/>
128
- </xs:sequence>
129
- </xs:complexType>
118
+ <xs:element name="SecurityTokenFault">
119
+ <xs:complexType/>
130
120
  </xs:element>
131
121
  </xs:schema>
132
122
  </wsdl:types>
@@ -170,11 +160,11 @@
170
160
  <wsdl:message name="ChannelFault">
171
161
  <wsdl:part name="parameters" element="isbm:ChannelFault"/>
172
162
  </wsdl:message>
173
- <wsdl:message name="InvalidSecurityTokenFault">
174
- <wsdl:part name="parameters" element="isbm:InvalidSecurityTokenFault"/>
163
+ <wsdl:message name="SecurityTokenFault">
164
+ <wsdl:part name="parameters" element="isbm:SecurityTokenFault"/>
175
165
  </wsdl:message>
176
166
 
177
- <wsdl:portType name="ISBMChannelManagementService">
167
+ <wsdl:portType name="ChannelManagementService">
178
168
  <wsdl:operation name="CreateChannel">
179
169
  <wsdl:documentation>Creates a new channel.</wsdl:documentation>
180
170
  <wsdl:input message="isbm:CreateChannelIn"/>
@@ -192,7 +182,7 @@
192
182
  <wsdl:input message="isbm:RemoveSecurityTokensIn"/>
193
183
  <wsdl:output message="isbm:RemoveSecurityTokensOut"/>
194
184
  <wsdl:fault name="ChannelFault" message="isbm:ChannelFault"/>
195
- <wsdl:fault name="InvalidSecurityTokenFault" message="isbm:InvalidSecurityTokenFault"/>
185
+ <wsdl:fault name="SecurityTokenFault" message="isbm:SecurityTokenFault"/>
196
186
  </wsdl:operation>
197
187
  <wsdl:operation name="DeleteChannel">
198
188
  <wsdl:documentation>Deletes an ISBM channel.</wsdl:documentation>
@@ -213,10 +203,10 @@
213
203
  </wsdl:operation>
214
204
  </wsdl:portType>
215
205
 
216
- <wsdl:binding name="ISBMChannelManagementServiceSoap" type="isbm:ISBMChannelManagementService">
206
+ <wsdl:binding name="ChannelManagementServiceSoap" type="isbm:ChannelManagementService">
217
207
  <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
218
208
  <wsdl:operation name="CreateChannel">
219
- <soap:operation soapAction="http://www.openoandm.org/xml/ISBM/CreateChannel" style="document"/>
209
+ <soap:operation soapAction="http://www.openoandm.org/ws-isbm/CreateChannel" style="document"/>
220
210
  <wsdl:input>
221
211
  <soap:body use="literal"/>
222
212
  </wsdl:input>
@@ -228,7 +218,7 @@
228
218
  </wsdl:fault>
229
219
  </wsdl:operation>
230
220
  <wsdl:operation name="AddSecurityTokens">
231
- <soap:operation soapAction="http://www.openoandm.org/xml/ISBM/AddSecurityTokens" style="document"/>
221
+ <soap:operation soapAction="http://www.openoandm.org/ws-isbm/AddSecurityTokens" style="document"/>
232
222
  <wsdl:input>
233
223
  <soap:body use="literal"/>
234
224
  </wsdl:input>
@@ -240,7 +230,7 @@
240
230
  </wsdl:fault>
241
231
  </wsdl:operation>
242
232
  <wsdl:operation name="RemoveSecurityTokens">
243
- <soap:operation soapAction="http://www.openoandm.org/xml/ISBM/RemoveSecurityTokens" style="document"/>
233
+ <soap:operation soapAction="http://www.openoandm.org/ws-isbm/RemoveSecurityTokens" style="document"/>
244
234
  <wsdl:input>
245
235
  <soap:body use="literal"/>
246
236
  </wsdl:input>
@@ -250,12 +240,12 @@
250
240
  <wsdl:fault name="ChannelFault">
251
241
  <soap:fault name="ChannelFault" use="literal"/>
252
242
  </wsdl:fault>
253
- <wsdl:fault name="InvalidSecurityTokenFault">
254
- <soap:fault name="InvalidSecurityTokenFault" use="literal"/>
243
+ <wsdl:fault name="SecurityTokenFault">
244
+ <soap:fault name="SecurityTokenFault" use="literal"/>
255
245
  </wsdl:fault>
256
246
  </wsdl:operation>
257
247
  <wsdl:operation name="DeleteChannel">
258
- <soap:operation soapAction="http://www.openoandm.org/xml/ISBM/DeleteChannel" style="document"/>
248
+ <soap:operation soapAction="http://www.openoandm.org/ws-isbm/DeleteChannel" style="document"/>
259
249
  <wsdl:input>
260
250
  <soap:body use="literal"/>
261
251
  </wsdl:input>
@@ -267,7 +257,7 @@
267
257
  </wsdl:fault>
268
258
  </wsdl:operation>
269
259
  <wsdl:operation name="GetChannel">
270
- <soap:operation soapAction="http://www.openoandm.org/xml/ISBM/GetChannel" style="document"/>
260
+ <soap:operation soapAction="http://www.openoandm.org/ws-isbm/GetChannel" style="document"/>
271
261
  <wsdl:input>
272
262
  <soap:body use="literal"/>
273
263
  </wsdl:input>
@@ -279,7 +269,7 @@
279
269
  </wsdl:fault>
280
270
  </wsdl:operation>
281
271
  <wsdl:operation name="GetChannels">
282
- <soap:operation soapAction="http://www.openoandm.org/xml/ISBM/GetChannels" style="document"/>
272
+ <soap:operation soapAction="http://www.openoandm.org/ws-isbm/GetChannels" style="document"/>
283
273
  <wsdl:input>
284
274
  <soap:body use="literal"/>
285
275
  </wsdl:input>
@@ -289,10 +279,10 @@
289
279
  </wsdl:operation>
290
280
  </wsdl:binding>
291
281
 
292
- <wsdl:binding name="ISBMChannelManagementServiceSoap12" type="isbm:ISBMChannelManagementService">
282
+ <wsdl:binding name="ChannelManagementServiceSoap12" type="isbm:ChannelManagementService">
293
283
  <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
294
284
  <wsdl:operation name="CreateChannel">
295
- <soap12:operation soapAction="http://www.openoandm.org/xml/ISBM/CreateChannel" style="document"/>
285
+ <soap12:operation soapAction="http://www.openoandm.org/ws-isbm/CreateChannel" style="document"/>
296
286
  <wsdl:input>
297
287
  <soap12:body use="literal"/>
298
288
  </wsdl:input>
@@ -304,7 +294,7 @@
304
294
  </wsdl:fault>
305
295
  </wsdl:operation>
306
296
  <wsdl:operation name="AddSecurityTokens">
307
- <soap12:operation soapAction="http://www.openoandm.org/xml/ISBM/AddSecurityTokens" style="document"/>
297
+ <soap12:operation soapAction="http://www.openoandm.org/ws-isbm/AddSecurityTokens" style="document"/>
308
298
  <wsdl:input>
309
299
  <soap12:body use="literal"/>
310
300
  </wsdl:input>
@@ -316,7 +306,7 @@
316
306
  </wsdl:fault>
317
307
  </wsdl:operation>
318
308
  <wsdl:operation name="RemoveSecurityTokens">
319
- <soap12:operation soapAction="http://www.openoandm.org/xml/ISBM/RemoveSecurityTokens" style="document"/>
309
+ <soap12:operation soapAction="http://www.openoandm.org/ws-isbm/RemoveSecurityTokens" style="document"/>
320
310
  <wsdl:input>
321
311
  <soap12:body use="literal"/>
322
312
  </wsdl:input>
@@ -326,12 +316,12 @@
326
316
  <wsdl:fault name="ChannelFault">
327
317
  <soap12:fault name="ChannelFault" use="literal"/>
328
318
  </wsdl:fault>
329
- <wsdl:fault name="InvalidSecurityTokenFault">
330
- <soap12:fault name="InvalidSecurityTokenFault" use="literal"/>
319
+ <wsdl:fault name="SecurityTokenFault">
320
+ <soap12:fault name="SecurityTokenFault" use="literal"/>
331
321
  </wsdl:fault>
332
322
  </wsdl:operation>
333
323
  <wsdl:operation name="DeleteChannel">
334
- <soap12:operation soapAction="http://www.openoandm.org/xml/ISBM/DeleteChannel" style="document"/>
324
+ <soap12:operation soapAction="http://www.openoandm.org/ws-isbm/DeleteChannel" style="document"/>
335
325
  <wsdl:input>
336
326
  <soap12:body use="literal"/>
337
327
  </wsdl:input>
@@ -343,7 +333,7 @@
343
333
  </wsdl:fault>
344
334
  </wsdl:operation>
345
335
  <wsdl:operation name="GetChannel">
346
- <soap12:operation soapAction="http://www.openoandm.org/xml/ISBM/GetChannel" style="document"/>
336
+ <soap12:operation soapAction="http://www.openoandm.org/ws-isbm/GetChannel" style="document"/>
347
337
  <wsdl:input>
348
338
  <soap12:body use="literal"/>
349
339
  </wsdl:input>
@@ -355,7 +345,7 @@
355
345
  </wsdl:fault>
356
346
  </wsdl:operation>
357
347
  <wsdl:operation name="GetChannels">
358
- <soap12:operation soapAction="http://www.openoandm.org/xml/ISBM/GetChannels" style="document"/>
348
+ <soap12:operation soapAction="http://www.openoandm.org/ws-isbm/GetChannels" style="document"/>
359
349
  <wsdl:input>
360
350
  <soap12:body use="literal"/>
361
351
  </wsdl:input>
@@ -364,14 +354,4 @@
364
354
  </wsdl:output>
365
355
  </wsdl:operation>
366
356
  </wsdl:binding>
367
-
368
- <wsdl:service name="ISBMChannelManagementService">
369
- <wsdl:port name="ISBMChannelManagementServiceSoap" binding="isbm:ISBMChannelManagementServiceSoap">
370
- <soap:address location="http://localhost/ISBMChannelManagementService"/>
371
- </wsdl:port>
372
- <wsdl:port name="ISBMChannelManagementServiceSoap12" binding="isbm:ISBMChannelManagementServiceSoap12">
373
- <soap12:address location="http://localhost/ISBMChannelManagementService"/>
374
- </wsdl:port>
375
- </wsdl:service>
376
-
377
357
  </wsdl:definitions>
@@ -1,35 +1,33 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
2
  <!--
3
- Copyright MIMOSA 2012. All Rights Reserved.
3
+ ws-ISBM 1.0 Consumer Publication Service
4
4
 
5
- License information for this file is provided in the file "License Agreement.txt" that is provided with this download package.
5
+ Copyright MIMOSA 2014. All Rights Reserved.
6
+ License information for this file is provided in the file "LICENSE.txt" that is provided with this download package.
6
7
 
7
- For support, more information, or to report errors, please contact MIMOSA at http://www.mimosa.org or OpenO&M at http://www.openoandm.info.
8
+ For support, more information, or to report errors, please contact MIMOSA at http://www.mimosa.org/contact.
8
9
  -->
9
10
  <wsdl:definitions
10
11
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
11
12
  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
12
13
  xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
13
14
  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
14
- xmlns:isbm="http://www.openoandm.org/xml/ISBM/"
15
- targetNamespace="http://www.openoandm.org/xml/ISBM/"
16
- name="ISBMConsumerPublicationService">
15
+ xmlns:isbm="http://www.openoandm.org/ws-isbm/"
16
+ targetNamespace="http://www.openoandm.org/ws-isbm/"
17
+ name="ConsumerPublicationService">
17
18
 
18
19
  <wsdl:types>
19
- <xs:schema elementFormDefault="qualified" targetNamespace="http://www.openoandm.org/xml/ISBM/">
20
+ <xs:schema elementFormDefault="qualified" targetNamespace="http://www.openoandm.org/ws-isbm/">
20
21
  <!-- Types -->
21
-
22
- <xs:element name="MessageContent">
23
- <xs:complexType>
24
- <xs:sequence>
25
- <xs:any minOccurs="1" maxOccurs="1" namespace="##any" processContents="lax"/>
26
- </xs:sequence>
27
- </xs:complexType>
28
- </xs:element>
22
+ <xs:complexType name="MessageContent">
23
+ <xs:sequence>
24
+ <xs:any minOccurs="1" maxOccurs="1" namespace="##any" processContents="lax"/>
25
+ </xs:sequence>
26
+ </xs:complexType>
29
27
  <xs:complexType name="PublicationMessage">
30
28
  <xs:sequence>
31
29
  <xs:element minOccurs="1" maxOccurs="1" name="MessageID" type="xs:string"/>
32
- <xs:element minOccurs="1" maxOccurs="1" ref="isbm:MessageContent"/>
30
+ <xs:element minOccurs="1" maxOccurs="1" name="MessageContent" type="isbm:MessageContent"/>
33
31
  <xs:element minOccurs="1" maxOccurs="unbounded" name="Topic" type="xs:string"/>
34
32
  </xs:sequence>
35
33
  </xs:complexType>
@@ -41,13 +39,12 @@
41
39
  </xs:complexType>
42
40
 
43
41
  <!-- Parameter elements -->
44
-
45
42
  <xs:element name="OpenSubscriptionSession">
46
43
  <xs:complexType>
47
44
  <xs:sequence>
48
45
  <xs:element minOccurs="1" maxOccurs="1" name="ChannelURI" type="xs:string"/>
49
46
  <xs:element minOccurs="1" maxOccurs="unbounded" name="Topic" type="xs:string"/>
50
- <xs:element minOccurs="0" maxOccurs="1" name="ListenerURI" type="xs:string"/>
47
+ <xs:element minOccurs="0" maxOccurs="1" name="ListenerURL" type="xs:string"/>
51
48
  <xs:element minOccurs="0" maxOccurs="1" name="XPathExpression" type="xs:string"/>
52
49
  <xs:element minOccurs="0" maxOccurs="unbounded" name="XPathNamespace" type="isbm:Namespace"/>
53
50
  </xs:sequence>
@@ -64,7 +61,6 @@
64
61
  <xs:complexType>
65
62
  <xs:sequence>
66
63
  <xs:element minOccurs="1" maxOccurs="1" name="SessionID" type="xs:string"/>
67
- <xs:element minOccurs="0" maxOccurs="1" name="LastMessageID" type="xs:string"/>
68
64
  </xs:sequence>
69
65
  </xs:complexType>
70
66
  </xs:element>
@@ -75,53 +71,39 @@
75
71
  </xs:sequence>
76
72
  </xs:complexType>
77
73
  </xs:element>
78
- <xs:element name="CloseSubscriptionSession">
74
+ <xs:element name="RemovePublication">
79
75
  <xs:complexType>
80
76
  <xs:sequence>
81
77
  <xs:element minOccurs="1" maxOccurs="1" name="SessionID" type="xs:string"/>
82
78
  </xs:sequence>
83
79
  </xs:complexType>
84
80
  </xs:element>
85
- <xs:element name="CloseSubscriptionSessionResponse">
81
+ <xs:element name="RemovePublicationResponse">
86
82
  <xs:complexType/>
87
83
  </xs:element>
88
-
89
- <!-- Fault elements -->
90
-
91
- <xs:element name="ChannelFault">
84
+ <xs:element name="CloseSubscriptionSession">
92
85
  <xs:complexType>
93
86
  <xs:sequence>
94
- <xs:element minOccurs="1" maxOccurs="1" name="Description" type="xs:string"/>
87
+ <xs:element minOccurs="1" maxOccurs="1" name="SessionID" type="xs:string"/>
95
88
  </xs:sequence>
96
89
  </xs:complexType>
97
90
  </xs:element>
98
- <xs:element name="DuplicateNamespacePrefixFault">
99
- <xs:complexType>
100
- <xs:sequence>
101
- <xs:element minOccurs="1" maxOccurs="1" name="Description" type="xs:string"/>
102
- </xs:sequence>
103
- </xs:complexType>
91
+ <xs:element name="CloseSubscriptionSessionResponse">
92
+ <xs:complexType/>
104
93
  </xs:element>
105
- <xs:element name="InvalidOperationFault">
106
- <xs:complexType>
107
- <xs:sequence>
108
- <xs:element minOccurs="1" maxOccurs="1" name="Description" type="xs:string"/>
109
- </xs:sequence>
110
- </xs:complexType>
94
+
95
+ <!-- Fault elements -->
96
+ <xs:element name="ChannelFault">
97
+ <xs:complexType/>
111
98
  </xs:element>
112
- <xs:element name="InvalidSessionFault">
113
- <xs:complexType>
114
- <xs:sequence>
115
- <xs:element minOccurs="1" maxOccurs="1" name="Description" type="xs:string"/>
116
- </xs:sequence>
117
- </xs:complexType>
99
+ <xs:element name="NamespaceFault">
100
+ <xs:complexType/>
118
101
  </xs:element>
119
- <xs:element name="InvalidMessageFault">
120
- <xs:complexType>
121
- <xs:sequence>
122
- <xs:element minOccurs="1" maxOccurs="1" name="Description" type="xs:string"/>
123
- </xs:sequence>
124
- </xs:complexType>
102
+ <xs:element name="OperationFault">
103
+ <xs:complexType/>
104
+ </xs:element>
105
+ <xs:element name="SessionFault">
106
+ <xs:complexType/>
125
107
  </xs:element>
126
108
  </xs:schema>
127
109
  </wsdl:types>
@@ -138,6 +120,12 @@
138
120
  <wsdl:message name="ReadPublicationOut">
139
121
  <wsdl:part name="parameters" element="isbm:ReadPublicationResponse"/>
140
122
  </wsdl:message>
123
+ <wsdl:message name="RemovePublicationIn">
124
+ <wsdl:part name="parameters" element="isbm:RemovePublication"/>
125
+ </wsdl:message>
126
+ <wsdl:message name="RemovePublicationOut">
127
+ <wsdl:part name="parameters" element="isbm:RemovePublicationResponse"/>
128
+ </wsdl:message>
141
129
  <wsdl:message name="CloseSubscriptionSessionIn">
142
130
  <wsdl:part name="parameters" element="isbm:CloseSubscriptionSession"/>
143
131
  </wsdl:message>
@@ -147,47 +135,49 @@
147
135
  <wsdl:message name="ChannelFault">
148
136
  <wsdl:part name="parameters" element="isbm:ChannelFault"/>
149
137
  </wsdl:message>
150
- <wsdl:message name="DuplicateNamespacePrefixFault">
151
- <wsdl:part name="parameters" element="isbm:DuplicateNamespacePrefixFault"/>
138
+ <wsdl:message name="NamespaceFault">
139
+ <wsdl:part name="parameters" element="isbm:NamespaceFault"/>
152
140
  </wsdl:message>
153
- <wsdl:message name="InvalidOperationFault">
154
- <wsdl:part name="parameters" element="isbm:InvalidOperationFault"/>
141
+ <wsdl:message name="OperationFault">
142
+ <wsdl:part name="parameters" element="isbm:OperationFault"/>
155
143
  </wsdl:message>
156
- <wsdl:message name="InvalidSessionFault">
157
- <wsdl:part name="parameters" element="isbm:InvalidSessionFault"/>
158
- </wsdl:message>
159
- <wsdl:message name="InvalidMessageFault">
160
- <wsdl:part name="parameters" element="isbm:InvalidMessageFault"/>
144
+ <wsdl:message name="SessionFault">
145
+ <wsdl:part name="parameters" element="isbm:SessionFault"/>
161
146
  </wsdl:message>
162
147
 
163
- <wsdl:portType name="ISBMConsumerPublicationService">
148
+ <wsdl:portType name="ConsumerPublicationService">
164
149
  <wsdl:operation name="OpenSubscriptionSession">
165
150
  <wsdl:documentation>Opens a subscription session for a channel.</wsdl:documentation>
166
151
  <wsdl:input message="isbm:OpenSubscriptionSessionIn"/>
167
152
  <wsdl:output message="isbm:OpenSubscriptionSessionOut"/>
168
153
  <wsdl:fault name="ChannelFault" message="isbm:ChannelFault"/>
169
- <wsdl:fault name="InvalidOperationFault" message="isbm:InvalidOperationFault"/>
170
- <wsdl:fault name="DuplicateNamespacePrefixFault" message="isbm:DuplicateNamespacePrefixFault"/>
154
+ <wsdl:fault name="NamespaceFault" message="isbm:NamespaceFault"/>
155
+ <wsdl:fault name="OperationFault" message="isbm:OperationFault"/>
171
156
  </wsdl:operation>
172
157
  <wsdl:operation name="ReadPublication">
173
- <wsdl:documentation>Returns the first non-expired publication message (if any) after the specified last message (even if the specified last message has expired) for the session.</wsdl:documentation>
158
+ <wsdl:documentation>Returns the first non-expired publication message or a previously read expired message that satisfies the session message filters.</wsdl:documentation>
174
159
  <wsdl:input message="isbm:ReadPublicationIn"/>
175
160
  <wsdl:output message="isbm:ReadPublicationOut"/>
176
- <wsdl:fault name="InvalidSessionFault" message="isbm:InvalidSessionFault"/>
177
- <wsdl:fault name="InvalidMessageFault" message="isbm:InvalidMessageFault"/>
161
+ <wsdl:fault name="SessionFault" message="isbm:SessionFault"/>
162
+ </wsdl:operation>
163
+ <wsdl:operation name="RemovePublication">
164
+ <wsdl:documentation>Removes the first, if any, publication message in the subscription queue.</wsdl:documentation>
165
+ <wsdl:input message="isbm:RemovePublicationIn"/>
166
+ <wsdl:output message="isbm:RemovePublicationOut"/>
167
+ <wsdl:fault name="SessionFault" message="isbm:SessionFault"/>
178
168
  </wsdl:operation>
179
169
  <wsdl:operation name="CloseSubscriptionSession">
180
170
  <wsdl:documentation>Closes a subscription session.</wsdl:documentation>
181
171
  <wsdl:input message="isbm:CloseSubscriptionSessionIn"/>
182
172
  <wsdl:output message="isbm:CloseSubscriptionSessionOut"/>
183
- <wsdl:fault name="InvalidSessionFault" message="isbm:InvalidSessionFault"/>
173
+ <wsdl:fault name="SessionFault" message="isbm:SessionFault"/>
184
174
  </wsdl:operation>
185
175
  </wsdl:portType>
186
176
 
187
- <wsdl:binding name="ISBMConsumerPublicationServiceSoap" type="isbm:ISBMConsumerPublicationService">
177
+ <wsdl:binding name="ConsumerPublicationServiceSoap" type="isbm:ConsumerPublicationService">
188
178
  <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
189
179
  <wsdl:operation name="OpenSubscriptionSession">
190
- <soap:operation soapAction="http://www.openoandm.org/xml/ISBM/OpenSubscriptionSession" style="document"/>
180
+ <soap:operation soapAction="http://www.openoandm.org/ws-isbm/OpenSubscriptionSession" style="document"/>
191
181
  <wsdl:input>
192
182
  <soap:body use="literal"/>
193
183
  </wsdl:input>
@@ -197,46 +187,55 @@
197
187
  <wsdl:fault name="ChannelFault">
198
188
  <soap:fault name="ChannelFault" use="literal"/>
199
189
  </wsdl:fault>
200
- <wsdl:fault name="InvalidOperationFault">
201
- <soap:fault name="InvalidOperationFault" use="literal"/>
190
+ <wsdl:fault name="NamespaceFault">
191
+ <soap:fault name="NamespaceFault" use="literal"/>
202
192
  </wsdl:fault>
203
- <wsdl:fault name="DuplicateNamespacePrefixFault">
204
- <soap:fault name="DuplicateNamespacePrefixFault" use="literal"/>
193
+ <wsdl:fault name="OperationFault">
194
+ <soap:fault name="OperationFault" use="literal"/>
205
195
  </wsdl:fault>
206
196
  </wsdl:operation>
207
197
  <wsdl:operation name="ReadPublication">
208
- <soap:operation soapAction="http://www.openoandm.org/xml/ISBM/ReadPublication" style="document"/>
198
+ <soap:operation soapAction="http://www.openoandm.org/ws-isbm/ReadPublication" style="document"/>
209
199
  <wsdl:input>
210
200
  <soap:body use="literal"/>
211
201
  </wsdl:input>
212
202
  <wsdl:output>
213
203
  <soap:body use="literal"/>
214
204
  </wsdl:output>
215
- <wsdl:fault name="InvalidSessionFault">
216
- <soap:fault name="InvalidSessionFault" use="literal"/>
205
+ <wsdl:fault name="SessionFault">
206
+ <soap:fault name="SessionFault" use="literal"/>
217
207
  </wsdl:fault>
218
- <wsdl:fault name="InvalidMessageFault">
219
- <soap:fault name="InvalidMessageFault" use="literal"/>
208
+ </wsdl:operation>
209
+ <wsdl:operation name="RemovePublication">
210
+ <soap:operation soapAction="http://www.openoandm.org/ws-isbm/RemovePublication" style="document"/>
211
+ <wsdl:input>
212
+ <soap:body use="literal"/>
213
+ </wsdl:input>
214
+ <wsdl:output>
215
+ <soap:body use="literal"/>
216
+ </wsdl:output>
217
+ <wsdl:fault name="SessionFault">
218
+ <soap:fault name="SessionFault" use="literal"/>
220
219
  </wsdl:fault>
221
220
  </wsdl:operation>
222
221
  <wsdl:operation name="CloseSubscriptionSession">
223
- <soap:operation soapAction="http://www.openoandm.org/xml/ISBM/CloseSubscriptionSession" style="document"/>
222
+ <soap:operation soapAction="http://www.openoandm.org/ws-isbm/CloseSubscriptionSession" style="document"/>
224
223
  <wsdl:input>
225
224
  <soap:body use="literal"/>
226
225
  </wsdl:input>
227
226
  <wsdl:output>
228
227
  <soap:body use="literal"/>
229
228
  </wsdl:output>
230
- <wsdl:fault name="InvalidSessionFault">
231
- <soap:fault name="InvalidSessionFault" use="literal"/>
229
+ <wsdl:fault name="SessionFault">
230
+ <soap:fault name="SessionFault" use="literal"/>
232
231
  </wsdl:fault>
233
232
  </wsdl:operation>
234
233
  </wsdl:binding>
235
234
 
236
- <wsdl:binding name="ISBMConsumerPublicationServiceSoap12" type="isbm:ISBMConsumerPublicationService">
235
+ <wsdl:binding name="ConsumerPublicationServiceSoap12" type="isbm:ConsumerPublicationService">
237
236
  <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
238
237
  <wsdl:operation name="OpenSubscriptionSession">
239
- <soap12:operation soapAction="http://www.openoandm.org/xml/ISBM/OpenSubscriptionSession" style="document"/>
238
+ <soap12:operation soapAction="http://www.openoandm.org/ws-isbm/OpenSubscriptionSession" style="document"/>
240
239
  <wsdl:input>
241
240
  <soap12:body use="literal"/>
242
241
  </wsdl:input>
@@ -246,49 +245,48 @@
246
245
  <wsdl:fault name="ChannelFault">
247
246
  <soap12:fault name="ChannelFault" use="literal"/>
248
247
  </wsdl:fault>
249
- <wsdl:fault name="InvalidOperationFault">
250
- <soap12:fault name="InvalidOperationFault" use="literal"/>
248
+ <wsdl:fault name="NamespaceFault">
249
+ <soap12:fault name="NamespaceFault" use="literal"/>
251
250
  </wsdl:fault>
252
- <wsdl:fault name="DuplicateNamespacePrefixFault">
253
- <soap12:fault name="DuplicateNamespacePrefixFault" use="literal"/>
251
+ <wsdl:fault name="OperationFault">
252
+ <soap12:fault name="OperationFault" use="literal"/>
254
253
  </wsdl:fault>
255
254
  </wsdl:operation>
256
255
  <wsdl:operation name="ReadPublication">
257
- <soap12:operation soapAction="http://www.openoandm.org/xml/ISBM/ReadPublication" style="document"/>
256
+ <soap12:operation soapAction="http://www.openoandm.org/ws-isbm/ReadPublication" style="document"/>
258
257
  <wsdl:input>
259
258
  <soap12:body use="literal"/>
260
259
  </wsdl:input>
261
260
  <wsdl:output>
262
261
  <soap12:body use="literal"/>
263
262
  </wsdl:output>
264
- <wsdl:fault name="InvalidSessionFault">
265
- <soap12:fault name="InvalidSessionFault" use="literal"/>
263
+ <wsdl:fault name="SessionFault">
264
+ <soap12:fault name="SessionFault" use="literal"/>
266
265
  </wsdl:fault>
267
- <wsdl:fault name="InvalidMessageFault">
268
- <soap12:fault name="InvalidMessageFault" use="literal"/>
266
+ </wsdl:operation>
267
+ <wsdl:operation name="RemovePublication">
268
+ <soap12:operation soapAction="http://www.openoandm.org/ws-isbm/ReadPublication" style="document"/>
269
+ <wsdl:input>
270
+ <soap12:body use="literal"/>
271
+ </wsdl:input>
272
+ <wsdl:output>
273
+ <soap12:body use="literal"/>
274
+ </wsdl:output>
275
+ <wsdl:fault name="SessionFault">
276
+ <soap12:fault name="SessionFault" use="literal"/>
269
277
  </wsdl:fault>
270
278
  </wsdl:operation>
271
279
  <wsdl:operation name="CloseSubscriptionSession">
272
- <soap12:operation soapAction="http://www.openoandm.org/xml/ISBM/CloseSubscriptionSession" style="document"/>
280
+ <soap12:operation soapAction="http://www.openoandm.org/ws-isbm/CloseSubscriptionSession" style="document"/>
273
281
  <wsdl:input>
274
282
  <soap12:body use="literal"/>
275
283
  </wsdl:input>
276
284
  <wsdl:output>
277
285
  <soap12:body use="literal"/>
278
286
  </wsdl:output>
279
- <wsdl:fault name="InvalidSessionFault">
280
- <soap12:fault name="InvalidSessionFault" use="literal"/>
287
+ <wsdl:fault name="SessionFault">
288
+ <soap12:fault name="SessionFault" use="literal"/>
281
289
  </wsdl:fault>
282
290
  </wsdl:operation>
283
291
  </wsdl:binding>
284
-
285
- <wsdl:service name="ISBMConsumerPublicationService">
286
- <wsdl:port name="ISBMConsumerPublicationServiceSoap" binding="isbm:ISBMConsumerPublicationServiceSoap">
287
- <soap:address location="http://localhost/ISBMConsumerPublicationService"/>
288
- </wsdl:port>
289
- <wsdl:port name="ISBMConsumerPublicationServiceSoap12" binding="isbm:ISBMConsumerPublicationServiceSoap12">
290
- <soap12:address location="http://localhost/ISBMConsumerPublicationService"/>
291
- </wsdl:port>
292
- </wsdl:service>
293
-
294
292
  </wsdl:definitions>