debitech_soap 0.0.5 → 0.0.6

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 0.0.6
2
+
3
+ Using a local WSDL to avoid potential issues with downloading it each time the library is used.
4
+
1
5
  0.0.5
2
6
 
3
7
  Added timeout handling. Timeouts now return 403 so that you can retry.
@@ -33,7 +33,7 @@ module DebitechSoap
33
33
  @api_credentials[:password] = opts[:password]
34
34
 
35
35
  disable_stderr do
36
- @client = SOAP::WSDLDriverFactory.new('https://secure.incab.se/axis2/services/DTServerModuleService_v1?wsdl').create_rpc_driver
36
+ @client = SOAP::WSDLDriverFactory.new(File.join(File.dirname(__FILE__), "service.wsdl")).create_rpc_driver
37
37
  end
38
38
 
39
39
  define_java_wrapper_methods!
@@ -1,3 +1,3 @@
1
1
  module DebitechSoap
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -0,0 +1,1093 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <wsdl:definitions targetNamespace="https://secure.incab.se/DTServerModuleService/v1" xmlns:ns1="https://secure.incab.se/DTServerModuleService/v1" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/">
3
+ <wsdl:documentation>DTServerModuleService_v1</wsdl:documentation>
4
+ <wsdl:types>
5
+ <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="https://secure.incab.se/DTServerModuleService/v1" xmlns:ns="https://secure.incab.se/DTServerModuleService/v1">
6
+ <xs:complexType name="ReturnData">
7
+ <xs:sequence>
8
+ <xs:element minOccurs="0" name="aCSUrl" nillable="true" type="xs:string"/>
9
+ <xs:element minOccurs="0" name="acquirerAddress" nillable="true" type="xs:string"/>
10
+ <xs:element minOccurs="0" name="acquirerAuthCode" nillable="true" type="xs:string"/>
11
+ <xs:element minOccurs="0" name="acquirerAuthResponseCode" nillable="true" type="xs:string"/>
12
+ <xs:element minOccurs="0" name="acquirerCity" nillable="true" type="xs:string"/>
13
+ <xs:element minOccurs="0" name="acquirerConsumerLimit" nillable="true" type="xs:string"/>
14
+ <xs:element minOccurs="0" name="acquirerErrorDescription" nillable="true" type="xs:string"/>
15
+ <xs:element minOccurs="0" name="acquirerFirstName" nillable="true" type="xs:string"/>
16
+ <xs:element minOccurs="0" name="acquirerLastName" nillable="true" type="xs:string"/>
17
+ <xs:element minOccurs="0" name="acquirerMerchantLimit" nillable="true" type="xs:string"/>
18
+ <xs:element minOccurs="0" name="acquirerZipCode" nillable="true" type="xs:string"/>
19
+ <xs:element minOccurs="0" name="amount" type="xs:long"/>
20
+ <xs:element minOccurs="0" name="errorMsg" nillable="true" type="xs:string"/>
21
+ <xs:element minOccurs="0" name="infoCode" nillable="true" type="xs:string"/>
22
+ <xs:element minOccurs="0" name="infoDescription" nillable="true" type="xs:string"/>
23
+ <xs:element minOccurs="0" name="pAReqMsg" nillable="true" type="xs:string"/>
24
+ <xs:element minOccurs="0" name="resultCode" type="xs:int"/>
25
+ <xs:element minOccurs="0" name="resultText" nillable="true" type="xs:string"/>
26
+ <xs:element minOccurs="0" name="verifyID" type="xs:long"/>
27
+ </xs:sequence>
28
+ </xs:complexType>
29
+ <xs:element name="checkSwedishPersNo">
30
+ <xs:complexType>
31
+ <xs:sequence>
32
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
33
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
34
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
35
+ <xs:element maxOccurs="1" minOccurs="1" name="persNo" nillable="true" type="xs:string"/>
36
+ </xs:sequence>
37
+ </xs:complexType>
38
+ </xs:element>
39
+ <xs:element name="checkSwedishPersNoResponse">
40
+ <xs:complexType>
41
+ <xs:sequence>
42
+ <xs:element minOccurs="0" name="return" type="xs:boolean"/>
43
+ </xs:sequence>
44
+ </xs:complexType>
45
+ </xs:element>
46
+ <xs:element name="accountTransactionAuthorize">
47
+ <xs:complexType>
48
+ <xs:sequence>
49
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
50
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
51
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
52
+ <xs:element maxOccurs="1" minOccurs="1" name="billingFirstName" nillable="true" type="xs:string"/>
53
+ <xs:element maxOccurs="1" minOccurs="1" name="billingLastName" nillable="true" type="xs:string"/>
54
+ <xs:element maxOccurs="1" minOccurs="1" name="billingAddress" nillable="true" type="xs:string"/>
55
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCity" nillable="true" type="xs:string"/>
56
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCountry" nillable="true" type="xs:string"/>
57
+ <xs:element maxOccurs="1" minOccurs="1" name="bankCode" nillable="true" type="xs:string"/>
58
+ <xs:element maxOccurs="1" minOccurs="1" name="accountCode" nillable="true" type="xs:string"/>
59
+ <xs:element maxOccurs="1" minOccurs="1" name="eMail" nillable="true" type="xs:string"/>
60
+ <xs:element maxOccurs="1" minOccurs="1" name="ip" nillable="true" type="xs:string"/>
61
+ <xs:element maxOccurs="1" minOccurs="1" name="data" nillable="true" type="xs:string"/>
62
+ <xs:element maxOccurs="1" minOccurs="1" name="currency" nillable="true" type="xs:string"/>
63
+ <xs:element maxOccurs="1" minOccurs="1" name="method" nillable="true" type="xs:string"/>
64
+ <xs:element maxOccurs="1" minOccurs="0" name="referenceNo" nillable="true" type="xs:string"/>
65
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
66
+ </xs:sequence>
67
+ </xs:complexType>
68
+ </xs:element>
69
+ <xs:element name="accountTransactionAuthorizeResponse">
70
+ <xs:complexType>
71
+ <xs:sequence>
72
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
73
+ </xs:sequence>
74
+ </xs:complexType>
75
+ </xs:element>
76
+ <xs:element name="askIf3DSEnrolled">
77
+ <xs:complexType>
78
+ <xs:sequence>
79
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
80
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
81
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
82
+ <xs:element maxOccurs="1" minOccurs="1" name="billingFirstName" nillable="true" type="xs:string"/>
83
+ <xs:element maxOccurs="1" minOccurs="1" name="billingLastName" nillable="true" type="xs:string"/>
84
+ <xs:element maxOccurs="1" minOccurs="1" name="billingAddress" nillable="true" type="xs:string"/>
85
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCity" nillable="true" type="xs:string"/>
86
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCountry" nillable="true" type="xs:string"/>
87
+ <xs:element maxOccurs="1" minOccurs="1" name="cc" nillable="true" type="xs:string"/>
88
+ <xs:element maxOccurs="1" minOccurs="1" name="expM" type="xs:int"/>
89
+ <xs:element maxOccurs="1" minOccurs="1" name="expY" type="xs:int"/>
90
+ <xs:element maxOccurs="1" minOccurs="1" name="eMail" nillable="true" type="xs:string"/>
91
+ <xs:element maxOccurs="1" minOccurs="1" name="ip" nillable="true" type="xs:string"/>
92
+ <xs:element maxOccurs="1" minOccurs="1" name="data" nillable="true" type="xs:string"/>
93
+ <xs:element maxOccurs="1" minOccurs="1" name="currency" nillable="true" type="xs:string"/>
94
+ <xs:element maxOccurs="1" minOccurs="1" name="httpAcceptHeader" nillable="true" type="xs:string"/>
95
+ <xs:element maxOccurs="1" minOccurs="1" name="httpUserAgentHeader" nillable="true" type="xs:string"/>
96
+ <xs:element maxOccurs="1" minOccurs="1" name="method" nillable="true" type="xs:string"/>
97
+ <xs:element maxOccurs="1" minOccurs="0" name="referenceNo" nillable="true" type="xs:string"/>
98
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
99
+ </xs:sequence>
100
+ </xs:complexType>
101
+ </xs:element>
102
+ <xs:element name="askIf3DSEnrolledResponse">
103
+ <xs:complexType>
104
+ <xs:sequence>
105
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
106
+ </xs:sequence>
107
+ </xs:complexType>
108
+ </xs:element>
109
+ <xs:element name="authReversal">
110
+ <xs:complexType>
111
+ <xs:sequence>
112
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
113
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
114
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
115
+ <xs:element maxOccurs="1" minOccurs="1" name="verifyID" type="xs:long"/>
116
+ <xs:element maxOccurs="1" minOccurs="1" name="amount" type="xs:long"/>
117
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
118
+ </xs:sequence>
119
+ </xs:complexType>
120
+ </xs:element>
121
+ <xs:element name="authReversalResponse">
122
+ <xs:complexType>
123
+ <xs:sequence>
124
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
125
+ </xs:sequence>
126
+ </xs:complexType>
127
+ </xs:element>
128
+ <xs:element name="authorize">
129
+ <xs:complexType>
130
+ <xs:sequence>
131
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
132
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
133
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
134
+ <xs:element maxOccurs="1" minOccurs="1" name="billingFirstName" nillable="true" type="xs:string"/>
135
+ <xs:element maxOccurs="1" minOccurs="1" name="billingLastName" nillable="true" type="xs:string"/>
136
+ <xs:element maxOccurs="1" minOccurs="1" name="billingAddress" nillable="true" type="xs:string"/>
137
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCity" nillable="true" type="xs:string"/>
138
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCountry" nillable="true" type="xs:string"/>
139
+ <xs:element maxOccurs="1" minOccurs="1" name="cc" nillable="true" type="xs:string"/>
140
+ <xs:element maxOccurs="1" minOccurs="1" name="expM" type="xs:int"/>
141
+ <xs:element maxOccurs="1" minOccurs="1" name="expY" type="xs:int"/>
142
+ <xs:element maxOccurs="1" minOccurs="1" name="eMail" nillable="true" type="xs:string"/>
143
+ <xs:element maxOccurs="1" minOccurs="1" name="ip" nillable="true" type="xs:string"/>
144
+ <xs:element maxOccurs="1" minOccurs="1" name="data" nillable="true" type="xs:string"/>
145
+ <xs:element maxOccurs="1" minOccurs="1" name="currency" nillable="true" type="xs:string"/>
146
+ <xs:element maxOccurs="1" minOccurs="1" name="method" nillable="true" type="xs:string"/>
147
+ <xs:element maxOccurs="1" minOccurs="0" name="referenceNo" nillable="true" type="xs:string"/>
148
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
149
+ </xs:sequence>
150
+ </xs:complexType>
151
+ </xs:element>
152
+ <xs:element name="authorizeResponse">
153
+ <xs:complexType>
154
+ <xs:sequence>
155
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
156
+ </xs:sequence>
157
+ </xs:complexType>
158
+ </xs:element>
159
+ <xs:element name="authorize3DS">
160
+ <xs:complexType>
161
+ <xs:sequence>
162
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
163
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
164
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
165
+ <xs:element maxOccurs="1" minOccurs="1" name="verifyID" type="xs:long"/>
166
+ <xs:element maxOccurs="1" minOccurs="1" name="paRes" nillable="true" type="xs:string"/>
167
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
168
+ </xs:sequence>
169
+ </xs:complexType>
170
+ </xs:element>
171
+ <xs:element name="authorize3DSResponse">
172
+ <xs:complexType>
173
+ <xs:sequence>
174
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
175
+ </xs:sequence>
176
+ </xs:complexType>
177
+ </xs:element>
178
+ <xs:element name="authorizeAndSettle">
179
+ <xs:complexType>
180
+ <xs:sequence>
181
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
182
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
183
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
184
+ <xs:element maxOccurs="1" minOccurs="1" name="billingFirstName" nillable="true" type="xs:string"/>
185
+ <xs:element maxOccurs="1" minOccurs="1" name="billingLastName" nillable="true" type="xs:string"/>
186
+ <xs:element maxOccurs="1" minOccurs="1" name="billingAddress" nillable="true" type="xs:string"/>
187
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCity" nillable="true" type="xs:string"/>
188
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCountry" nillable="true" type="xs:string"/>
189
+ <xs:element maxOccurs="1" minOccurs="1" name="cc" nillable="true" type="xs:string"/>
190
+ <xs:element maxOccurs="1" minOccurs="1" name="expM" type="xs:int"/>
191
+ <xs:element maxOccurs="1" minOccurs="1" name="expY" type="xs:int"/>
192
+ <xs:element maxOccurs="1" minOccurs="1" name="eMail" nillable="true" type="xs:string"/>
193
+ <xs:element maxOccurs="1" minOccurs="1" name="ip" nillable="true" type="xs:string"/>
194
+ <xs:element maxOccurs="1" minOccurs="1" name="data" nillable="true" type="xs:string"/>
195
+ <xs:element maxOccurs="1" minOccurs="1" name="currency" nillable="true" type="xs:string"/>
196
+ <xs:element maxOccurs="1" minOccurs="1" name="method" nillable="true" type="xs:string"/>
197
+ <xs:element maxOccurs="1" minOccurs="0" name="referenceNo" nillable="true" type="xs:string"/>
198
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
199
+ </xs:sequence>
200
+ </xs:complexType>
201
+ </xs:element>
202
+ <xs:element name="authorizeAndSettleResponse">
203
+ <xs:complexType>
204
+ <xs:sequence>
205
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
206
+ </xs:sequence>
207
+ </xs:complexType>
208
+ </xs:element>
209
+ <xs:element name="authorizeAndSettle3DS">
210
+ <xs:complexType>
211
+ <xs:sequence>
212
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
213
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
214
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
215
+ <xs:element maxOccurs="1" minOccurs="1" name="verifyID" type="xs:long"/>
216
+ <xs:element maxOccurs="1" minOccurs="1" name="paRes" nillable="true" type="xs:string"/>
217
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
218
+ </xs:sequence>
219
+ </xs:complexType>
220
+ </xs:element>
221
+ <xs:element name="authorizeAndSettle3DSResponse">
222
+ <xs:complexType>
223
+ <xs:sequence>
224
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
225
+ </xs:sequence>
226
+ </xs:complexType>
227
+ </xs:element>
228
+ <xs:element name="customerCheck">
229
+ <xs:complexType>
230
+ <xs:sequence>
231
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
232
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
233
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
234
+ <xs:element maxOccurs="1" minOccurs="1" name="billingFirstName" nillable="true" type="xs:string"/>
235
+ <xs:element maxOccurs="1" minOccurs="1" name="billingLastName" nillable="true" type="xs:string"/>
236
+ <xs:element maxOccurs="1" minOccurs="1" name="billingAddress" nillable="true" type="xs:string"/>
237
+ <xs:element maxOccurs="1" minOccurs="1" name="billingZipCode" nillable="true" type="xs:string"/>
238
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCity" nillable="true" type="xs:string"/>
239
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCountry" nillable="true" type="xs:string"/>
240
+ <xs:element maxOccurs="1" minOccurs="1" name="eMail" nillable="true" type="xs:string"/>
241
+ <xs:element maxOccurs="1" minOccurs="1" name="ip" nillable="true" type="xs:string"/>
242
+ <xs:element maxOccurs="1" minOccurs="1" name="data" nillable="true" type="xs:string"/>
243
+ <xs:element maxOccurs="1" minOccurs="1" name="currency" nillable="true" type="xs:string"/>
244
+ <xs:element maxOccurs="1" minOccurs="1" name="method" nillable="true" type="xs:string"/>
245
+ <xs:element maxOccurs="1" minOccurs="0" name="referenceNo" nillable="true" type="xs:string"/>
246
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
247
+ </xs:sequence>
248
+ </xs:complexType>
249
+ </xs:element>
250
+ <xs:element name="customerCheckResponse">
251
+ <xs:complexType>
252
+ <xs:sequence>
253
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
254
+ </xs:sequence>
255
+ </xs:complexType>
256
+ </xs:element>
257
+ <xs:element name="eInvoice">
258
+ <xs:complexType>
259
+ <xs:sequence>
260
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
261
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
262
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
263
+ <xs:element maxOccurs="1" minOccurs="1" name="verifyID" type="xs:long"/>
264
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
265
+ </xs:sequence>
266
+ </xs:complexType>
267
+ </xs:element>
268
+ <xs:element name="eInvoiceResponse">
269
+ <xs:complexType>
270
+ <xs:sequence>
271
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
272
+ </xs:sequence>
273
+ </xs:complexType>
274
+ </xs:element>
275
+ <xs:element name="fundsTransfer">
276
+ <xs:complexType>
277
+ <xs:sequence>
278
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
279
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
280
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
281
+ <xs:element maxOccurs="1" minOccurs="1" name="billingFirstName" nillable="true" type="xs:string"/>
282
+ <xs:element maxOccurs="1" minOccurs="1" name="billingLastName" nillable="true" type="xs:string"/>
283
+ <xs:element maxOccurs="1" minOccurs="1" name="billingAddress" nillable="true" type="xs:string"/>
284
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCity" nillable="true" type="xs:string"/>
285
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCountry" nillable="true" type="xs:string"/>
286
+ <xs:element maxOccurs="1" minOccurs="1" name="cc" nillable="true" type="xs:string"/>
287
+ <xs:element maxOccurs="1" minOccurs="1" name="expM" type="xs:int"/>
288
+ <xs:element maxOccurs="1" minOccurs="1" name="expY" type="xs:int"/>
289
+ <xs:element maxOccurs="1" minOccurs="1" name="eMail" nillable="true" type="xs:string"/>
290
+ <xs:element maxOccurs="1" minOccurs="1" name="ip" nillable="true" type="xs:string"/>
291
+ <xs:element maxOccurs="1" minOccurs="1" name="data" nillable="true" type="xs:string"/>
292
+ <xs:element maxOccurs="1" minOccurs="1" name="currency" nillable="true" type="xs:string"/>
293
+ <xs:element maxOccurs="1" minOccurs="1" name="method" nillable="true" type="xs:string"/>
294
+ <xs:element maxOccurs="1" minOccurs="0" name="referenceNo" nillable="true" type="xs:string"/>
295
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
296
+ </xs:sequence>
297
+ </xs:complexType>
298
+ </xs:element>
299
+ <xs:element name="fundsTransferResponse">
300
+ <xs:complexType>
301
+ <xs:sequence>
302
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
303
+ </xs:sequence>
304
+ </xs:complexType>
305
+ </xs:element>
306
+ <xs:element name="invoice">
307
+ <xs:complexType>
308
+ <xs:sequence>
309
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
310
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
311
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
312
+ <xs:element maxOccurs="1" minOccurs="1" name="billingFirstName" nillable="true" type="xs:string"/>
313
+ <xs:element maxOccurs="1" minOccurs="1" name="billingLastName" nillable="true" type="xs:string"/>
314
+ <xs:element maxOccurs="1" minOccurs="1" name="billingAddress" nillable="true" type="xs:string"/>
315
+ <xs:element maxOccurs="1" minOccurs="1" name="billingZipCode" nillable="true" type="xs:string"/>
316
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCity" nillable="true" type="xs:string"/>
317
+ <xs:element maxOccurs="1" minOccurs="1" name="billingCountry" nillable="true" type="xs:string"/>
318
+ <xs:element maxOccurs="1" minOccurs="1" name="eMail" nillable="true" type="xs:string"/>
319
+ <xs:element maxOccurs="1" minOccurs="1" name="persNo" nillable="true" type="xs:string"/>
320
+ <xs:element maxOccurs="1" minOccurs="1" name="ip" nillable="true" type="xs:string"/>
321
+ <xs:element maxOccurs="1" minOccurs="1" name="data" nillable="true" type="xs:string"/>
322
+ <xs:element maxOccurs="1" minOccurs="1" name="currency" nillable="true" type="xs:string"/>
323
+ <xs:element maxOccurs="1" minOccurs="1" name="method" nillable="true" type="xs:string"/>
324
+ <xs:element maxOccurs="1" minOccurs="0" name="referenceNo" nillable="true" type="xs:string"/>
325
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
326
+ </xs:sequence>
327
+ </xs:complexType>
328
+ </xs:element>
329
+ <xs:element name="invoiceResponse">
330
+ <xs:complexType>
331
+ <xs:sequence>
332
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
333
+ </xs:sequence>
334
+ </xs:complexType>
335
+ </xs:element>
336
+ <xs:element name="refund">
337
+ <xs:complexType>
338
+ <xs:sequence>
339
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
340
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
341
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
342
+ <xs:element maxOccurs="1" minOccurs="1" name="verifyID" type="xs:long"/>
343
+ <xs:element maxOccurs="1" minOccurs="1" name="amount" type="xs:long"/>
344
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
345
+ </xs:sequence>
346
+ </xs:complexType>
347
+ </xs:element>
348
+ <xs:element name="refundResponse">
349
+ <xs:complexType>
350
+ <xs:sequence>
351
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
352
+ </xs:sequence>
353
+ </xs:complexType>
354
+ </xs:element>
355
+ <xs:element name="settle">
356
+ <xs:complexType>
357
+ <xs:sequence>
358
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
359
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
360
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
361
+ <xs:element maxOccurs="1" minOccurs="1" name="verifyID" type="xs:long"/>
362
+ <xs:element maxOccurs="1" minOccurs="1" name="amount" type="xs:long"/>
363
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
364
+ </xs:sequence>
365
+ </xs:complexType>
366
+ </xs:element>
367
+ <xs:element name="settleResponse">
368
+ <xs:complexType>
369
+ <xs:sequence>
370
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
371
+ </xs:sequence>
372
+ </xs:complexType>
373
+ </xs:element>
374
+ <xs:element name="subscribe">
375
+ <xs:complexType>
376
+ <xs:sequence>
377
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
378
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
379
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
380
+ <xs:element maxOccurs="1" minOccurs="1" name="verifyID" type="xs:long"/>
381
+ <xs:element maxOccurs="1" minOccurs="1" name="data" nillable="true" type="xs:string"/>
382
+ <xs:element maxOccurs="1" minOccurs="1" name="ip" nillable="true" type="xs:string"/>
383
+ <xs:element maxOccurs="1" minOccurs="1" name="currency" nillable="true" type="xs:string"/>
384
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
385
+ </xs:sequence>
386
+ </xs:complexType>
387
+ </xs:element>
388
+ <xs:element name="subscribeResponse">
389
+ <xs:complexType>
390
+ <xs:sequence>
391
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
392
+ </xs:sequence>
393
+ </xs:complexType>
394
+ </xs:element>
395
+ <xs:element name="subscribeAndSettle">
396
+ <xs:complexType>
397
+ <xs:sequence>
398
+ <xs:element maxOccurs="1" minOccurs="1" name="shopName" nillable="true" type="xs:string"/>
399
+ <xs:element maxOccurs="1" minOccurs="1" name="userName" nillable="true" type="xs:string"/>
400
+ <xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string"/>
401
+ <xs:element maxOccurs="1" minOccurs="1" name="verifyID" type="xs:long"/>
402
+ <xs:element maxOccurs="1" minOccurs="1" name="data" nillable="true" type="xs:string"/>
403
+ <xs:element maxOccurs="1" minOccurs="1" name="ip" nillable="true" type="xs:string"/>
404
+ <xs:element maxOccurs="1" minOccurs="1" name="currency" nillable="true" type="xs:string"/>
405
+ <xs:element maxOccurs="1" minOccurs="0" name="extra" nillable="true" type="xs:string"/>
406
+ </xs:sequence>
407
+ </xs:complexType>
408
+ </xs:element>
409
+ <xs:element name="subscribeAndSettleResponse">
410
+ <xs:complexType>
411
+ <xs:sequence>
412
+ <xs:element minOccurs="0" name="return" nillable="true" type="ns1:ReturnData"/>
413
+ </xs:sequence>
414
+ </xs:complexType>
415
+ </xs:element>
416
+ </xs:schema>
417
+ </wsdl:types>
418
+ <wsdl:message name="settleRequest">
419
+ <wsdl:part name="parameters" element="ns1:settle">
420
+ </wsdl:part>
421
+ </wsdl:message>
422
+ <wsdl:message name="authorizeRequest">
423
+ <wsdl:part name="parameters" element="ns1:authorize">
424
+ </wsdl:part>
425
+ </wsdl:message>
426
+ <wsdl:message name="subscribeAndSettleResponse">
427
+ <wsdl:part name="parameters" element="ns1:subscribeAndSettleResponse">
428
+ </wsdl:part>
429
+ </wsdl:message>
430
+ <wsdl:message name="askIf3DSEnrolledRequest">
431
+ <wsdl:part name="parameters" element="ns1:askIf3DSEnrolled">
432
+ </wsdl:part>
433
+ </wsdl:message>
434
+ <wsdl:message name="authorizeAndSettle3DSRequest">
435
+ <wsdl:part name="parameters" element="ns1:authorizeAndSettle3DS">
436
+ </wsdl:part>
437
+ </wsdl:message>
438
+ <wsdl:message name="authReversalResponse">
439
+ <wsdl:part name="parameters" element="ns1:authReversalResponse">
440
+ </wsdl:part>
441
+ </wsdl:message>
442
+ <wsdl:message name="checkSwedishPersNoRequest">
443
+ <wsdl:part name="parameters" element="ns1:checkSwedishPersNo">
444
+ </wsdl:part>
445
+ </wsdl:message>
446
+ <wsdl:message name="accountTransactionAuthorizeRequest">
447
+ <wsdl:part name="parameters" element="ns1:accountTransactionAuthorize">
448
+ </wsdl:part>
449
+ </wsdl:message>
450
+ <wsdl:message name="subscribeResponse">
451
+ <wsdl:part name="parameters" element="ns1:subscribeResponse">
452
+ </wsdl:part>
453
+ </wsdl:message>
454
+ <wsdl:message name="authorizeResponse">
455
+ <wsdl:part name="parameters" element="ns1:authorizeResponse">
456
+ </wsdl:part>
457
+ </wsdl:message>
458
+ <wsdl:message name="invoiceRequest">
459
+ <wsdl:part name="parameters" element="ns1:invoice">
460
+ </wsdl:part>
461
+ </wsdl:message>
462
+ <wsdl:message name="fundsTransferRequest">
463
+ <wsdl:part name="parameters" element="ns1:fundsTransfer">
464
+ </wsdl:part>
465
+ </wsdl:message>
466
+ <wsdl:message name="authorize3DSResponse">
467
+ <wsdl:part name="parameters" element="ns1:authorize3DSResponse">
468
+ </wsdl:part>
469
+ </wsdl:message>
470
+ <wsdl:message name="customerCheckResponse">
471
+ <wsdl:part name="parameters" element="ns1:customerCheckResponse">
472
+ </wsdl:part>
473
+ </wsdl:message>
474
+ <wsdl:message name="settleResponse">
475
+ <wsdl:part name="parameters" element="ns1:settleResponse">
476
+ </wsdl:part>
477
+ </wsdl:message>
478
+ <wsdl:message name="authorizeAndSettle3DSResponse">
479
+ <wsdl:part name="parameters" element="ns1:authorizeAndSettle3DSResponse">
480
+ </wsdl:part>
481
+ </wsdl:message>
482
+ <wsdl:message name="accountTransactionAuthorizeResponse">
483
+ <wsdl:part name="parameters" element="ns1:accountTransactionAuthorizeResponse">
484
+ </wsdl:part>
485
+ </wsdl:message>
486
+ <wsdl:message name="authorize3DSRequest">
487
+ <wsdl:part name="parameters" element="ns1:authorize3DS">
488
+ </wsdl:part>
489
+ </wsdl:message>
490
+ <wsdl:message name="customerCheckRequest">
491
+ <wsdl:part name="parameters" element="ns1:customerCheck">
492
+ </wsdl:part>
493
+ </wsdl:message>
494
+ <wsdl:message name="eInvoiceResponse">
495
+ <wsdl:part name="parameters" element="ns1:eInvoiceResponse">
496
+ </wsdl:part>
497
+ </wsdl:message>
498
+ <wsdl:message name="askIf3DSEnrolledResponse">
499
+ <wsdl:part name="parameters" element="ns1:askIf3DSEnrolledResponse">
500
+ </wsdl:part>
501
+ </wsdl:message>
502
+ <wsdl:message name="refundResponse">
503
+ <wsdl:part name="parameters" element="ns1:refundResponse">
504
+ </wsdl:part>
505
+ </wsdl:message>
506
+ <wsdl:message name="fundsTransferResponse">
507
+ <wsdl:part name="parameters" element="ns1:fundsTransferResponse">
508
+ </wsdl:part>
509
+ </wsdl:message>
510
+ <wsdl:message name="authReversalRequest">
511
+ <wsdl:part name="parameters" element="ns1:authReversal">
512
+ </wsdl:part>
513
+ </wsdl:message>
514
+ <wsdl:message name="authorizeAndSettleRequest">
515
+ <wsdl:part name="parameters" element="ns1:authorizeAndSettle">
516
+ </wsdl:part>
517
+ </wsdl:message>
518
+ <wsdl:message name="authorizeAndSettleResponse">
519
+ <wsdl:part name="parameters" element="ns1:authorizeAndSettleResponse">
520
+ </wsdl:part>
521
+ </wsdl:message>
522
+ <wsdl:message name="refundRequest">
523
+ <wsdl:part name="parameters" element="ns1:refund">
524
+ </wsdl:part>
525
+ </wsdl:message>
526
+ <wsdl:message name="checkSwedishPersNoResponse">
527
+ <wsdl:part name="parameters" element="ns1:checkSwedishPersNoResponse">
528
+ </wsdl:part>
529
+ </wsdl:message>
530
+ <wsdl:message name="invoiceResponse">
531
+ <wsdl:part name="parameters" element="ns1:invoiceResponse">
532
+ </wsdl:part>
533
+ </wsdl:message>
534
+ <wsdl:message name="subscribeRequest">
535
+ <wsdl:part name="parameters" element="ns1:subscribe">
536
+ </wsdl:part>
537
+ </wsdl:message>
538
+ <wsdl:message name="eInvoiceRequest">
539
+ <wsdl:part name="parameters" element="ns1:eInvoice">
540
+ </wsdl:part>
541
+ </wsdl:message>
542
+ <wsdl:message name="subscribeAndSettleRequest">
543
+ <wsdl:part name="parameters" element="ns1:subscribeAndSettle">
544
+ </wsdl:part>
545
+ </wsdl:message>
546
+ <wsdl:portType name="DTServerModuleService_v1PortType">
547
+ <wsdl:operation name="authReversal">
548
+ <wsdl:input message="ns1:authReversalRequest" wsaw:Action="urn:authReversal">
549
+ </wsdl:input>
550
+ <wsdl:output message="ns1:authReversalResponse" wsaw:Action="urn:authReversalResponse">
551
+ </wsdl:output>
552
+ </wsdl:operation>
553
+ <wsdl:operation name="checkSwedishPersNo">
554
+ <wsdl:input message="ns1:checkSwedishPersNoRequest" wsaw:Action="urn:checkSwedishPersNo">
555
+ </wsdl:input>
556
+ <wsdl:output message="ns1:checkSwedishPersNoResponse" wsaw:Action="urn:checkSwedishPersNoResponse">
557
+ </wsdl:output>
558
+ </wsdl:operation>
559
+ <wsdl:operation name="fundsTransfer">
560
+ <wsdl:input message="ns1:fundsTransferRequest" wsaw:Action="urn:fundsTransfer">
561
+ </wsdl:input>
562
+ <wsdl:output message="ns1:fundsTransferResponse" wsaw:Action="urn:fundsTransferResponse">
563
+ </wsdl:output>
564
+ </wsdl:operation>
565
+ <wsdl:operation name="invoice">
566
+ <wsdl:input message="ns1:invoiceRequest" wsaw:Action="urn:invoice">
567
+ </wsdl:input>
568
+ <wsdl:output message="ns1:invoiceResponse" wsaw:Action="urn:invoiceResponse">
569
+ </wsdl:output>
570
+ </wsdl:operation>
571
+ <wsdl:operation name="customerCheck">
572
+ <wsdl:input message="ns1:customerCheckRequest" wsaw:Action="urn:customerCheck">
573
+ </wsdl:input>
574
+ <wsdl:output message="ns1:customerCheckResponse" wsaw:Action="urn:customerCheckResponse">
575
+ </wsdl:output>
576
+ </wsdl:operation>
577
+ <wsdl:operation name="authorizeAndSettle3DS">
578
+ <wsdl:input message="ns1:authorizeAndSettle3DSRequest" wsaw:Action="urn:authorizeAndSettle3DS">
579
+ </wsdl:input>
580
+ <wsdl:output message="ns1:authorizeAndSettle3DSResponse" wsaw:Action="urn:authorizeAndSettle3DSResponse">
581
+ </wsdl:output>
582
+ </wsdl:operation>
583
+ <wsdl:operation name="accountTransactionAuthorize">
584
+ <wsdl:input message="ns1:accountTransactionAuthorizeRequest" wsaw:Action="urn:accountTransactionAuthorize">
585
+ </wsdl:input>
586
+ <wsdl:output message="ns1:accountTransactionAuthorizeResponse" wsaw:Action="urn:accountTransactionAuthorizeResponse">
587
+ </wsdl:output>
588
+ </wsdl:operation>
589
+ <wsdl:operation name="authorize3DS">
590
+ <wsdl:input message="ns1:authorize3DSRequest" wsaw:Action="urn:authorize3DS">
591
+ </wsdl:input>
592
+ <wsdl:output message="ns1:authorize3DSResponse" wsaw:Action="urn:authorize3DSResponse">
593
+ </wsdl:output>
594
+ </wsdl:operation>
595
+ <wsdl:operation name="subscribeAndSettle">
596
+ <wsdl:input message="ns1:subscribeAndSettleRequest" wsaw:Action="urn:subscribeAndSettle">
597
+ </wsdl:input>
598
+ <wsdl:output message="ns1:subscribeAndSettleResponse" wsaw:Action="urn:subscribeAndSettleResponse">
599
+ </wsdl:output>
600
+ </wsdl:operation>
601
+ <wsdl:operation name="authorize">
602
+ <wsdl:input message="ns1:authorizeRequest" wsaw:Action="urn:authorize">
603
+ </wsdl:input>
604
+ <wsdl:output message="ns1:authorizeResponse" wsaw:Action="urn:authorizeResponse">
605
+ </wsdl:output>
606
+ </wsdl:operation>
607
+ <wsdl:operation name="eInvoice">
608
+ <wsdl:input message="ns1:eInvoiceRequest" wsaw:Action="urn:eInvoice">
609
+ </wsdl:input>
610
+ <wsdl:output message="ns1:eInvoiceResponse" wsaw:Action="urn:eInvoiceResponse">
611
+ </wsdl:output>
612
+ </wsdl:operation>
613
+ <wsdl:operation name="subscribe">
614
+ <wsdl:input message="ns1:subscribeRequest" wsaw:Action="urn:subscribe">
615
+ </wsdl:input>
616
+ <wsdl:output message="ns1:subscribeResponse" wsaw:Action="urn:subscribeResponse">
617
+ </wsdl:output>
618
+ </wsdl:operation>
619
+ <wsdl:operation name="askIf3DSEnrolled">
620
+ <wsdl:input message="ns1:askIf3DSEnrolledRequest" wsaw:Action="urn:askIf3DSEnrolled">
621
+ </wsdl:input>
622
+ <wsdl:output message="ns1:askIf3DSEnrolledResponse" wsaw:Action="urn:askIf3DSEnrolledResponse">
623
+ </wsdl:output>
624
+ </wsdl:operation>
625
+ <wsdl:operation name="authorizeAndSettle">
626
+ <wsdl:input message="ns1:authorizeAndSettleRequest" wsaw:Action="urn:authorizeAndSettle">
627
+ </wsdl:input>
628
+ <wsdl:output message="ns1:authorizeAndSettleResponse" wsaw:Action="urn:authorizeAndSettleResponse">
629
+ </wsdl:output>
630
+ </wsdl:operation>
631
+ <wsdl:operation name="refund">
632
+ <wsdl:input message="ns1:refundRequest" wsaw:Action="urn:refund">
633
+ </wsdl:input>
634
+ <wsdl:output message="ns1:refundResponse" wsaw:Action="urn:refundResponse">
635
+ </wsdl:output>
636
+ </wsdl:operation>
637
+ <wsdl:operation name="settle">
638
+ <wsdl:input message="ns1:settleRequest" wsaw:Action="urn:settle">
639
+ </wsdl:input>
640
+ <wsdl:output message="ns1:settleResponse" wsaw:Action="urn:settleResponse">
641
+ </wsdl:output>
642
+ </wsdl:operation>
643
+ </wsdl:portType>
644
+ <wsdl:binding name="DTServerModuleService_v1HttpBinding" type="ns1:DTServerModuleService_v1PortType">
645
+ <http:binding verb="POST"/>
646
+ <wsdl:operation name="authReversal">
647
+ <http:operation location="DTServerModuleService_v1/authReversal"/>
648
+ <wsdl:input>
649
+ <mime:content part="authReversal" type="text/xml"/>
650
+ </wsdl:input>
651
+ <wsdl:output>
652
+ <mime:content part="authReversal" type="text/xml"/>
653
+ </wsdl:output>
654
+ </wsdl:operation>
655
+ <wsdl:operation name="checkSwedishPersNo">
656
+ <http:operation location="DTServerModuleService_v1/checkSwedishPersNo"/>
657
+ <wsdl:input>
658
+ <mime:content part="checkSwedishPersNo" type="text/xml"/>
659
+ </wsdl:input>
660
+ <wsdl:output>
661
+ <mime:content part="checkSwedishPersNo" type="text/xml"/>
662
+ </wsdl:output>
663
+ </wsdl:operation>
664
+ <wsdl:operation name="fundsTransfer">
665
+ <http:operation location="DTServerModuleService_v1/fundsTransfer"/>
666
+ <wsdl:input>
667
+ <mime:content part="fundsTransfer" type="text/xml"/>
668
+ </wsdl:input>
669
+ <wsdl:output>
670
+ <mime:content part="fundsTransfer" type="text/xml"/>
671
+ </wsdl:output>
672
+ </wsdl:operation>
673
+ <wsdl:operation name="invoice">
674
+ <http:operation location="DTServerModuleService_v1/invoice"/>
675
+ <wsdl:input>
676
+ <mime:content part="invoice" type="text/xml"/>
677
+ </wsdl:input>
678
+ <wsdl:output>
679
+ <mime:content part="invoice" type="text/xml"/>
680
+ </wsdl:output>
681
+ </wsdl:operation>
682
+ <wsdl:operation name="customerCheck">
683
+ <http:operation location="DTServerModuleService_v1/customerCheck"/>
684
+ <wsdl:input>
685
+ <mime:content part="customerCheck" type="text/xml"/>
686
+ </wsdl:input>
687
+ <wsdl:output>
688
+ <mime:content part="customerCheck" type="text/xml"/>
689
+ </wsdl:output>
690
+ </wsdl:operation>
691
+ <wsdl:operation name="authorizeAndSettle3DS">
692
+ <http:operation location="DTServerModuleService_v1/authorizeAndSettle3DS"/>
693
+ <wsdl:input>
694
+ <mime:content part="authorizeAndSettle3DS" type="text/xml"/>
695
+ </wsdl:input>
696
+ <wsdl:output>
697
+ <mime:content part="authorizeAndSettle3DS" type="text/xml"/>
698
+ </wsdl:output>
699
+ </wsdl:operation>
700
+ <wsdl:operation name="accountTransactionAuthorize">
701
+ <http:operation location="DTServerModuleService_v1/accountTransactionAuthorize"/>
702
+ <wsdl:input>
703
+ <mime:content part="accountTransactionAuthorize" type="text/xml"/>
704
+ </wsdl:input>
705
+ <wsdl:output>
706
+ <mime:content part="accountTransactionAuthorize" type="text/xml"/>
707
+ </wsdl:output>
708
+ </wsdl:operation>
709
+ <wsdl:operation name="authorize3DS">
710
+ <http:operation location="DTServerModuleService_v1/authorize3DS"/>
711
+ <wsdl:input>
712
+ <mime:content part="authorize3DS" type="text/xml"/>
713
+ </wsdl:input>
714
+ <wsdl:output>
715
+ <mime:content part="authorize3DS" type="text/xml"/>
716
+ </wsdl:output>
717
+ </wsdl:operation>
718
+ <wsdl:operation name="subscribeAndSettle">
719
+ <http:operation location="DTServerModuleService_v1/subscribeAndSettle"/>
720
+ <wsdl:input>
721
+ <mime:content part="subscribeAndSettle" type="text/xml"/>
722
+ </wsdl:input>
723
+ <wsdl:output>
724
+ <mime:content part="subscribeAndSettle" type="text/xml"/>
725
+ </wsdl:output>
726
+ </wsdl:operation>
727
+ <wsdl:operation name="authorize">
728
+ <http:operation location="DTServerModuleService_v1/authorize"/>
729
+ <wsdl:input>
730
+ <mime:content part="authorize" type="text/xml"/>
731
+ </wsdl:input>
732
+ <wsdl:output>
733
+ <mime:content part="authorize" type="text/xml"/>
734
+ </wsdl:output>
735
+ </wsdl:operation>
736
+ <wsdl:operation name="eInvoice">
737
+ <http:operation location="DTServerModuleService_v1/eInvoice"/>
738
+ <wsdl:input>
739
+ <mime:content part="eInvoice" type="text/xml"/>
740
+ </wsdl:input>
741
+ <wsdl:output>
742
+ <mime:content part="eInvoice" type="text/xml"/>
743
+ </wsdl:output>
744
+ </wsdl:operation>
745
+ <wsdl:operation name="subscribe">
746
+ <http:operation location="DTServerModuleService_v1/subscribe"/>
747
+ <wsdl:input>
748
+ <mime:content part="subscribe" type="text/xml"/>
749
+ </wsdl:input>
750
+ <wsdl:output>
751
+ <mime:content part="subscribe" type="text/xml"/>
752
+ </wsdl:output>
753
+ </wsdl:operation>
754
+ <wsdl:operation name="askIf3DSEnrolled">
755
+ <http:operation location="DTServerModuleService_v1/askIf3DSEnrolled"/>
756
+ <wsdl:input>
757
+ <mime:content part="askIf3DSEnrolled" type="text/xml"/>
758
+ </wsdl:input>
759
+ <wsdl:output>
760
+ <mime:content part="askIf3DSEnrolled" type="text/xml"/>
761
+ </wsdl:output>
762
+ </wsdl:operation>
763
+ <wsdl:operation name="authorizeAndSettle">
764
+ <http:operation location="DTServerModuleService_v1/authorizeAndSettle"/>
765
+ <wsdl:input>
766
+ <mime:content part="authorizeAndSettle" type="text/xml"/>
767
+ </wsdl:input>
768
+ <wsdl:output>
769
+ <mime:content part="authorizeAndSettle" type="text/xml"/>
770
+ </wsdl:output>
771
+ </wsdl:operation>
772
+ <wsdl:operation name="refund">
773
+ <http:operation location="DTServerModuleService_v1/refund"/>
774
+ <wsdl:input>
775
+ <mime:content part="refund" type="text/xml"/>
776
+ </wsdl:input>
777
+ <wsdl:output>
778
+ <mime:content part="refund" type="text/xml"/>
779
+ </wsdl:output>
780
+ </wsdl:operation>
781
+ <wsdl:operation name="settle">
782
+ <http:operation location="DTServerModuleService_v1/settle"/>
783
+ <wsdl:input>
784
+ <mime:content part="settle" type="text/xml"/>
785
+ </wsdl:input>
786
+ <wsdl:output>
787
+ <mime:content part="settle" type="text/xml"/>
788
+ </wsdl:output>
789
+ </wsdl:operation>
790
+ </wsdl:binding>
791
+ <wsdl:binding name="DTServerModuleService_v1SOAP11Binding" type="ns1:DTServerModuleService_v1PortType">
792
+ <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
793
+ <wsdl:operation name="authReversal">
794
+ <soap:operation soapAction="urn:authReversal" style="document"/>
795
+ <wsdl:input>
796
+ <soap:body use="literal"/>
797
+ </wsdl:input>
798
+ <wsdl:output>
799
+ <soap:body use="literal"/>
800
+ </wsdl:output>
801
+ </wsdl:operation>
802
+ <wsdl:operation name="checkSwedishPersNo">
803
+ <soap:operation soapAction="urn:checkSwedishPersNo" style="document"/>
804
+ <wsdl:input>
805
+ <soap:body use="literal"/>
806
+ </wsdl:input>
807
+ <wsdl:output>
808
+ <soap:body use="literal"/>
809
+ </wsdl:output>
810
+ </wsdl:operation>
811
+ <wsdl:operation name="fundsTransfer">
812
+ <soap:operation soapAction="urn:fundsTransfer" style="document"/>
813
+ <wsdl:input>
814
+ <soap:body use="literal"/>
815
+ </wsdl:input>
816
+ <wsdl:output>
817
+ <soap:body use="literal"/>
818
+ </wsdl:output>
819
+ </wsdl:operation>
820
+ <wsdl:operation name="invoice">
821
+ <soap:operation soapAction="urn:invoice" style="document"/>
822
+ <wsdl:input>
823
+ <soap:body use="literal"/>
824
+ </wsdl:input>
825
+ <wsdl:output>
826
+ <soap:body use="literal"/>
827
+ </wsdl:output>
828
+ </wsdl:operation>
829
+ <wsdl:operation name="customerCheck">
830
+ <soap:operation soapAction="urn:customerCheck" style="document"/>
831
+ <wsdl:input>
832
+ <soap:body use="literal"/>
833
+ </wsdl:input>
834
+ <wsdl:output>
835
+ <soap:body use="literal"/>
836
+ </wsdl:output>
837
+ </wsdl:operation>
838
+ <wsdl:operation name="authorizeAndSettle3DS">
839
+ <soap:operation soapAction="urn:authorizeAndSettle3DS" style="document"/>
840
+ <wsdl:input>
841
+ <soap:body use="literal"/>
842
+ </wsdl:input>
843
+ <wsdl:output>
844
+ <soap:body use="literal"/>
845
+ </wsdl:output>
846
+ </wsdl:operation>
847
+ <wsdl:operation name="accountTransactionAuthorize">
848
+ <soap:operation soapAction="urn:accountTransactionAuthorize" style="document"/>
849
+ <wsdl:input>
850
+ <soap:body use="literal"/>
851
+ </wsdl:input>
852
+ <wsdl:output>
853
+ <soap:body use="literal"/>
854
+ </wsdl:output>
855
+ </wsdl:operation>
856
+ <wsdl:operation name="authorize3DS">
857
+ <soap:operation soapAction="urn:authorize3DS" style="document"/>
858
+ <wsdl:input>
859
+ <soap:body use="literal"/>
860
+ </wsdl:input>
861
+ <wsdl:output>
862
+ <soap:body use="literal"/>
863
+ </wsdl:output>
864
+ </wsdl:operation>
865
+ <wsdl:operation name="subscribeAndSettle">
866
+ <soap:operation soapAction="urn:subscribeAndSettle" style="document"/>
867
+ <wsdl:input>
868
+ <soap:body use="literal"/>
869
+ </wsdl:input>
870
+ <wsdl:output>
871
+ <soap:body use="literal"/>
872
+ </wsdl:output>
873
+ </wsdl:operation>
874
+ <wsdl:operation name="authorize">
875
+ <soap:operation soapAction="urn:authorize" style="document"/>
876
+ <wsdl:input>
877
+ <soap:body use="literal"/>
878
+ </wsdl:input>
879
+ <wsdl:output>
880
+ <soap:body use="literal"/>
881
+ </wsdl:output>
882
+ </wsdl:operation>
883
+ <wsdl:operation name="eInvoice">
884
+ <soap:operation soapAction="urn:eInvoice" style="document"/>
885
+ <wsdl:input>
886
+ <soap:body use="literal"/>
887
+ </wsdl:input>
888
+ <wsdl:output>
889
+ <soap:body use="literal"/>
890
+ </wsdl:output>
891
+ </wsdl:operation>
892
+ <wsdl:operation name="subscribe">
893
+ <soap:operation soapAction="urn:subscribe" style="document"/>
894
+ <wsdl:input>
895
+ <soap:body use="literal"/>
896
+ </wsdl:input>
897
+ <wsdl:output>
898
+ <soap:body use="literal"/>
899
+ </wsdl:output>
900
+ </wsdl:operation>
901
+ <wsdl:operation name="askIf3DSEnrolled">
902
+ <soap:operation soapAction="urn:askIf3DSEnrolled" style="document"/>
903
+ <wsdl:input>
904
+ <soap:body use="literal"/>
905
+ </wsdl:input>
906
+ <wsdl:output>
907
+ <soap:body use="literal"/>
908
+ </wsdl:output>
909
+ </wsdl:operation>
910
+ <wsdl:operation name="authorizeAndSettle">
911
+ <soap:operation soapAction="urn:authorizeAndSettle" style="document"/>
912
+ <wsdl:input>
913
+ <soap:body use="literal"/>
914
+ </wsdl:input>
915
+ <wsdl:output>
916
+ <soap:body use="literal"/>
917
+ </wsdl:output>
918
+ </wsdl:operation>
919
+ <wsdl:operation name="refund">
920
+ <soap:operation soapAction="urn:refund" style="document"/>
921
+ <wsdl:input>
922
+ <soap:body use="literal"/>
923
+ </wsdl:input>
924
+ <wsdl:output>
925
+ <soap:body use="literal"/>
926
+ </wsdl:output>
927
+ </wsdl:operation>
928
+ <wsdl:operation name="settle">
929
+ <soap:operation soapAction="urn:settle" style="document"/>
930
+ <wsdl:input>
931
+ <soap:body use="literal"/>
932
+ </wsdl:input>
933
+ <wsdl:output>
934
+ <soap:body use="literal"/>
935
+ </wsdl:output>
936
+ </wsdl:operation>
937
+ </wsdl:binding>
938
+ <wsdl:binding name="DTServerModuleService_v1SOAP12Binding" type="ns1:DTServerModuleService_v1PortType">
939
+ <soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
940
+ <wsdl:operation name="authReversal">
941
+ <soap12:operation soapAction="urn:authReversal" style="document"/>
942
+ <wsdl:input>
943
+ <soap12:body use="literal"/>
944
+ </wsdl:input>
945
+ <wsdl:output>
946
+ <soap12:body use="literal"/>
947
+ </wsdl:output>
948
+ </wsdl:operation>
949
+ <wsdl:operation name="checkSwedishPersNo">
950
+ <soap12:operation soapAction="urn:checkSwedishPersNo" style="document"/>
951
+ <wsdl:input>
952
+ <soap12:body use="literal"/>
953
+ </wsdl:input>
954
+ <wsdl:output>
955
+ <soap12:body use="literal"/>
956
+ </wsdl:output>
957
+ </wsdl:operation>
958
+ <wsdl:operation name="fundsTransfer">
959
+ <soap12:operation soapAction="urn:fundsTransfer" style="document"/>
960
+ <wsdl:input>
961
+ <soap12:body use="literal"/>
962
+ </wsdl:input>
963
+ <wsdl:output>
964
+ <soap12:body use="literal"/>
965
+ </wsdl:output>
966
+ </wsdl:operation>
967
+ <wsdl:operation name="invoice">
968
+ <soap12:operation soapAction="urn:invoice" style="document"/>
969
+ <wsdl:input>
970
+ <soap12:body use="literal"/>
971
+ </wsdl:input>
972
+ <wsdl:output>
973
+ <soap12:body use="literal"/>
974
+ </wsdl:output>
975
+ </wsdl:operation>
976
+ <wsdl:operation name="customerCheck">
977
+ <soap12:operation soapAction="urn:customerCheck" style="document"/>
978
+ <wsdl:input>
979
+ <soap12:body use="literal"/>
980
+ </wsdl:input>
981
+ <wsdl:output>
982
+ <soap12:body use="literal"/>
983
+ </wsdl:output>
984
+ </wsdl:operation>
985
+ <wsdl:operation name="authorizeAndSettle3DS">
986
+ <soap12:operation soapAction="urn:authorizeAndSettle3DS" style="document"/>
987
+ <wsdl:input>
988
+ <soap12:body use="literal"/>
989
+ </wsdl:input>
990
+ <wsdl:output>
991
+ <soap12:body use="literal"/>
992
+ </wsdl:output>
993
+ </wsdl:operation>
994
+ <wsdl:operation name="accountTransactionAuthorize">
995
+ <soap12:operation soapAction="urn:accountTransactionAuthorize" style="document"/>
996
+ <wsdl:input>
997
+ <soap12:body use="literal"/>
998
+ </wsdl:input>
999
+ <wsdl:output>
1000
+ <soap12:body use="literal"/>
1001
+ </wsdl:output>
1002
+ </wsdl:operation>
1003
+ <wsdl:operation name="authorize3DS">
1004
+ <soap12:operation soapAction="urn:authorize3DS" style="document"/>
1005
+ <wsdl:input>
1006
+ <soap12:body use="literal"/>
1007
+ </wsdl:input>
1008
+ <wsdl:output>
1009
+ <soap12:body use="literal"/>
1010
+ </wsdl:output>
1011
+ </wsdl:operation>
1012
+ <wsdl:operation name="subscribeAndSettle">
1013
+ <soap12:operation soapAction="urn:subscribeAndSettle" style="document"/>
1014
+ <wsdl:input>
1015
+ <soap12:body use="literal"/>
1016
+ </wsdl:input>
1017
+ <wsdl:output>
1018
+ <soap12:body use="literal"/>
1019
+ </wsdl:output>
1020
+ </wsdl:operation>
1021
+ <wsdl:operation name="authorize">
1022
+ <soap12:operation soapAction="urn:authorize" style="document"/>
1023
+ <wsdl:input>
1024
+ <soap12:body use="literal"/>
1025
+ </wsdl:input>
1026
+ <wsdl:output>
1027
+ <soap12:body use="literal"/>
1028
+ </wsdl:output>
1029
+ </wsdl:operation>
1030
+ <wsdl:operation name="eInvoice">
1031
+ <soap12:operation soapAction="urn:eInvoice" style="document"/>
1032
+ <wsdl:input>
1033
+ <soap12:body use="literal"/>
1034
+ </wsdl:input>
1035
+ <wsdl:output>
1036
+ <soap12:body use="literal"/>
1037
+ </wsdl:output>
1038
+ </wsdl:operation>
1039
+ <wsdl:operation name="subscribe">
1040
+ <soap12:operation soapAction="urn:subscribe" style="document"/>
1041
+ <wsdl:input>
1042
+ <soap12:body use="literal"/>
1043
+ </wsdl:input>
1044
+ <wsdl:output>
1045
+ <soap12:body use="literal"/>
1046
+ </wsdl:output>
1047
+ </wsdl:operation>
1048
+ <wsdl:operation name="askIf3DSEnrolled">
1049
+ <soap12:operation soapAction="urn:askIf3DSEnrolled" style="document"/>
1050
+ <wsdl:input>
1051
+ <soap12:body use="literal"/>
1052
+ </wsdl:input>
1053
+ <wsdl:output>
1054
+ <soap12:body use="literal"/>
1055
+ </wsdl:output>
1056
+ </wsdl:operation>
1057
+ <wsdl:operation name="authorizeAndSettle">
1058
+ <soap12:operation soapAction="urn:authorizeAndSettle" style="document"/>
1059
+ <wsdl:input>
1060
+ <soap12:body use="literal"/>
1061
+ </wsdl:input>
1062
+ <wsdl:output>
1063
+ <soap12:body use="literal"/>
1064
+ </wsdl:output>
1065
+ </wsdl:operation>
1066
+ <wsdl:operation name="refund">
1067
+ <soap12:operation soapAction="urn:refund" style="document"/>
1068
+ <wsdl:input>
1069
+ <soap12:body use="literal"/>
1070
+ </wsdl:input>
1071
+ <wsdl:output>
1072
+ <soap12:body use="literal"/>
1073
+ </wsdl:output>
1074
+ </wsdl:operation>
1075
+ <wsdl:operation name="settle">
1076
+ <soap12:operation soapAction="urn:settle" style="document"/>
1077
+ <wsdl:input>
1078
+ <soap12:body use="literal"/>
1079
+ </wsdl:input>
1080
+ <wsdl:output>
1081
+ <soap12:body use="literal"/>
1082
+ </wsdl:output>
1083
+ </wsdl:operation>
1084
+ </wsdl:binding>
1085
+ <wsdl:service name="DTServerModuleService_v1">
1086
+ <wsdl:port name="DTServerModuleService_v1SOAP12port" binding="ns1:DTServerModuleService_v1SOAP12Binding">
1087
+ <soap12:address location="https://secure.incab.se/axis2/services/DTServerModuleService_v1"/>
1088
+ </wsdl:port>
1089
+ <wsdl:port name="DTServerModuleService_v1SOAP11port" binding="ns1:DTServerModuleService_v1SOAP11Binding">
1090
+ <soap:address location="https://secure.incab.se/axis2/services/DTServerModuleService_v1"/>
1091
+ </wsdl:port>
1092
+ </wsdl:service>
1093
+ </wsdl:definitions>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: debitech_soap
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Joakim Kolsj\xC3\xB6"
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2011-10-24 00:00:00 +02:00
21
+ date: 2011-11-25 00:00:00 +01:00
22
22
  default_executable:
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
@@ -120,6 +120,7 @@ files:
120
120
  - lib/debitech_soap.rb
121
121
  - lib/debitech_soap/string_extensions.rb
122
122
  - lib/debitech_soap/version.rb
123
+ - lib/service.wsdl
123
124
  - spec/debitech_soap_spec.rb
124
125
  has_rdoc: true
125
126
  homepage: http://github.com/joakimk/debitech_soap