paysimple 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1173 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- WSDL file generated by Zend Studio. -->
3
+ <definitions xmlns:typens="urn:usaepay" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" name="usaepay" targetNamespace="urn:usaepay">
4
+ <types>
5
+ <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:usaepay">
6
+ <xsd:complexType name="ueSecurityToken">
7
+ <xsd:all>
8
+ <xsd:element name="PinHash" type="typens:ueHash"/>
9
+ <xsd:element name="SourceKey" type="xsd:string"/>
10
+ <xsd:element name="ClientIP" type="xsd:string"/>
11
+ </xsd:all>
12
+ </xsd:complexType>
13
+ <xsd:complexType name="MerchantApplicationObject">
14
+ <xsd:all>
15
+ <xsd:element name="AltEmail" type="xsd:string"/>
16
+ <xsd:element name="billing_Account" type="xsd:string"/>
17
+ <xsd:element name="billing_Bank" type="xsd:string"/>
18
+ <xsd:element name="billing_Routing" type="xsd:string"/>
19
+ <xsd:element name="City" type="xsd:string"/>
20
+ <xsd:element name="Company" type="xsd:string"/>
21
+ <xsd:element name="Contact" type="xsd:string"/>
22
+ <xsd:element name="Country" type="xsd:string"/>
23
+ <xsd:element name="Email" type="xsd:string"/>
24
+ <xsd:element name="Fax" type="xsd:string"/>
25
+ <xsd:element name="fdms_MerchantID" type="xsd:string"/>
26
+ <xsd:element name="fdms_MerchNum" type="xsd:string"/>
27
+ <xsd:element name="fdms_TerminalID" type="xsd:string"/>
28
+ <xsd:element name="Industry" type="xsd:string"/>
29
+ <xsd:element name="MobilePhone" type="xsd:string"/>
30
+ <xsd:element name="paytech_Client" type="xsd:string"/>
31
+ <xsd:element name="paytech_MerchID" type="xsd:string"/>
32
+ <xsd:element name="paytech_TermID" type="xsd:string"/>
33
+ <xsd:element name="Phone" type="xsd:string"/>
34
+ <xsd:element name="Platform" type="xsd:string"/>
35
+ <xsd:element name="ResellerEmail" type="xsd:string"/>
36
+ <xsd:element name="State" type="xsd:string"/>
37
+ <xsd:element name="Street" type="xsd:string"/>
38
+ <xsd:element name="Street2" type="xsd:string"/>
39
+ <xsd:element name="Url" type="xsd:string"/>
40
+ <xsd:element name="vc_MEN" type="xsd:string"/>
41
+ <xsd:element name="vc_MID" type="xsd:string"/>
42
+ <xsd:element name="vc_MPA" type="xsd:string"/>
43
+ <xsd:element name="vc_Password" type="xsd:string"/>
44
+ <xsd:element name="vital_Agent" type="xsd:string"/>
45
+ <xsd:element name="vital_Bin" type="xsd:string"/>
46
+ <xsd:element name="vital_Chain" type="xsd:string"/>
47
+ <xsd:element name="vital_CityCode" type="xsd:string"/>
48
+ <xsd:element name="vital_Mcc" type="xsd:string"/>
49
+ <xsd:element name="vital_MerchCity" type="xsd:string"/>
50
+ <xsd:element name="vital_MerchName" type="xsd:string"/>
51
+ <xsd:element name="vital_MerchState" type="xsd:string"/>
52
+ <xsd:element name="vital_Sid" type="xsd:string"/>
53
+ <xsd:element name="vital_Tid" type="xsd:string"/>
54
+ <xsd:element name="Zip" type="xsd:string"/>
55
+ </xsd:all>
56
+ </xsd:complexType>
57
+ <xsd:complexType name="TransactionResponse">
58
+ <xsd:all>
59
+ <xsd:element name="AcsUrl" type="xsd:string"/>
60
+ <xsd:element name="AuthCode" type="xsd:string"/>
61
+ <xsd:element name="AvsResult" type="xsd:string"/>
62
+ <xsd:element name="AvsResultCode" type="xsd:string"/>
63
+ <xsd:element name="BatchNum" type="xsd:integer"/>
64
+ <xsd:element name="CardCodeResult" type="xsd:string"/>
65
+ <xsd:element name="CardCodeResultCode" type="xsd:string"/>
66
+ <xsd:element name="Error" type="xsd:string"/>
67
+ <xsd:element name="ErrorCode" type="xsd:integer"/>
68
+ <xsd:element name="Payload" type="xsd:string"/>
69
+ <xsd:element name="RefNum" type="xsd:integer"/>
70
+ <xsd:element name="Result" type="xsd:string"/>
71
+ <xsd:element name="ResultCode" type="xsd:string"/>
72
+ <xsd:element name="VpasResultCode" type="xsd:string"/>
73
+ </xsd:all>
74
+ </xsd:complexType>
75
+ <xsd:complexType name="BatchUploadStatus">
76
+ <xsd:all>
77
+ <xsd:element name="Approved" type="xsd:integer"/>
78
+ <xsd:element name="BatchNum" type="xsd:integer"/>
79
+ <xsd:element name="Declined" type="xsd:integer"/>
80
+ <xsd:element name="Errors" type="xsd:integer"/>
81
+ <xsd:element name="Finished" type="xsd:string"/>
82
+ <xsd:element name="Remaining" type="xsd:integer"/>
83
+ <xsd:element name="Started" type="xsd:string"/>
84
+ <xsd:element name="Status" type="xsd:string"/>
85
+ <xsd:element name="Transactions" type="xsd:integer"/>
86
+ </xsd:all>
87
+ </xsd:complexType>
88
+ <xsd:complexType name="BatchStatus">
89
+ <xsd:all>
90
+ <xsd:element name="BatchNum" type="xsd:integer"/>
91
+ <xsd:element name="Closed" type="xsd:string"/>
92
+ <xsd:element name="CreditsAmount" type="xsd:double"/>
93
+ <xsd:element name="CreditsCount" type="xsd:integer"/>
94
+ <xsd:element name="NetAmount" type="xsd:double"/>
95
+ <xsd:element name="Opened" type="xsd:string"/>
96
+ <xsd:element name="SalesAmount" type="xsd:double"/>
97
+ <xsd:element name="SalesCount" type="xsd:integer"/>
98
+ <xsd:element name="Scheduled" type="xsd:string"/>
99
+ <xsd:element name="Status" type="xsd:string"/>
100
+ <xsd:element name="TransactionCount" type="xsd:integer"/>
101
+ <xsd:element name="VoidsAmount" type="xsd:double"/>
102
+ <xsd:element name="VoidsCount" type="xsd:integer"/>
103
+ </xsd:all>
104
+ </xsd:complexType>
105
+ <xsd:complexType name="CustomerObject">
106
+ <xsd:all>
107
+ <xsd:element name="Amount" type="xsd:double"/>
108
+ <xsd:element name="BillingAddress" type="typens:Address"/>
109
+ <xsd:element name="CheckData" type="typens:CheckData"/>
110
+ <xsd:element name="CreditCardData" type="typens:CreditCardData"/>
111
+ <xsd:element name="CustomData" type="xsd:string"/>
112
+ <xsd:element name="CustomerID" type="xsd:string"/>
113
+ <xsd:element name="Description" type="xsd:string"/>
114
+ <xsd:element name="Enabled" type="xsd:boolean"/>
115
+ <xsd:element name="Next" type="xsd:string"/>
116
+ <xsd:element name="Notes" type="xsd:string"/>
117
+ <xsd:element name="NumLeft" type="xsd:integer"/>
118
+ <xsd:element name="OrderID" type="xsd:string"/>
119
+ <xsd:element name="ReceiptNote" type="xsd:string"/>
120
+ <xsd:element name="Schedule" type="xsd:string"/>
121
+ <xsd:element name="SendReceipt" type="xsd:boolean"/>
122
+ <xsd:element name="Source" type="xsd:string"/>
123
+ <xsd:element name="User" type="xsd:string"/>
124
+ </xsd:all>
125
+ </xsd:complexType>
126
+ <xsd:complexType name="CustomerSearchResult">
127
+ <xsd:all>
128
+ <xsd:element name="Customers" type="typens:CustomerObjectArray"/>
129
+ <xsd:element name="CustomersMatched" type="xsd:integer"/>
130
+ <xsd:element name="CustomersReturned" type="xsd:integer"/>
131
+ <xsd:element name="Limit" type="xsd:integer"/>
132
+ <xsd:element name="StartIndex" type="xsd:integer"/>
133
+ </xsd:all>
134
+ </xsd:complexType>
135
+ <xsd:complexType name="CustomerObjectArray">
136
+ <xsd:complexContent>
137
+ <xsd:restriction base="soapenc:Array">
138
+ <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:CustomerObject[]"/>
139
+ </xsd:restriction>
140
+ </xsd:complexContent>
141
+ </xsd:complexType>
142
+ <xsd:complexType name="TransactionSearchResult">
143
+ <xsd:all>
144
+ <xsd:element name="AuthOnlyAmount" type="xsd:float"/>
145
+ <xsd:element name="AuthOnlyCount" type="xsd:integer"/>
146
+ <xsd:element name="CreditsAmount" type="xsd:float"/>
147
+ <xsd:element name="CreditsCount" type="xsd:integer"/>
148
+ <xsd:element name="DeclinesAmount" type="xsd:float"/>
149
+ <xsd:element name="DeclinesCount" type="xsd:integer"/>
150
+ <xsd:element name="ErrorsAmount" type="xsd:float"/>
151
+ <xsd:element name="ErrorsCount" type="xsd:integer"/>
152
+ <xsd:element name="Limit" type="xsd:integer"/>
153
+ <xsd:element name="SalesAmount" type="xsd:float"/>
154
+ <xsd:element name="SalesCount" type="xsd:integer"/>
155
+ <xsd:element name="StartIndex" type="xsd:integer"/>
156
+ <xsd:element name="Transactions" type="typens:TransactionObjectArray"/>
157
+ <xsd:element name="TransactionsMatched" type="xsd:integer"/>
158
+ <xsd:element name="TransactionsReturned" type="xsd:integer"/>
159
+ <xsd:element name="VoidsAmount" type="xsd:float"/>
160
+ <xsd:element name="VoidsCount" type="xsd:integer"/>
161
+ </xsd:all>
162
+ </xsd:complexType>
163
+ <xsd:complexType name="MerchantObject">
164
+ <xsd:all>
165
+ <xsd:element name="City" type="xsd:string"/>
166
+ <xsd:element name="Company" type="xsd:string"/>
167
+ <xsd:element name="Contact" type="xsd:string"/>
168
+ <xsd:element name="Country" type="xsd:string"/>
169
+ <xsd:element name="Email" type="xsd:string"/>
170
+ <xsd:element name="Fax" type="xsd:string"/>
171
+ <xsd:element name="MerchID" type="xsd:integer"/>
172
+ <xsd:element name="Phone" type="xsd:string"/>
173
+ <xsd:element name="State" type="xsd:string"/>
174
+ <xsd:element name="Street" type="xsd:string"/>
175
+ <xsd:element name="Street2" type="xsd:string"/>
176
+ <xsd:element name="Zip" type="xsd:string"/>
177
+ </xsd:all>
178
+ </xsd:complexType>
179
+ <xsd:complexType name="TransactionObject">
180
+ <xsd:all>
181
+ <xsd:element name="AccountHolder" type="xsd:string"/>
182
+ <xsd:element name="BillingAddress" type="typens:Address"/>
183
+ <xsd:element name="CheckData" type="typens:CheckData"/>
184
+ <xsd:element name="CreditCardData" type="typens:CreditCardData"/>
185
+ <xsd:element name="CheckTrace" type="xsd:anyType"/>
186
+ <xsd:element name="ClientIP" type="xsd:string"/>
187
+ <xsd:element name="CustomerID" type="xsd:string"/>
188
+ <xsd:element name="DateTime" type="xsd:string"/>
189
+ <xsd:element name="Details" type="typens:TransactionDetail"/>
190
+ <xsd:element name="ExtendedData" type="xsd:anyType"/>
191
+ <xsd:element name="LineItemData" type="xsd:anyType"/>
192
+ <xsd:element name="Response" type="typens:TransactionResponse"/>
193
+ <xsd:element name="ServerIP" type="xsd:string"/>
194
+ <xsd:element name="ShippingAddress" type="typens:Address"/>
195
+ <xsd:element name="Source" type="xsd:string"/>
196
+ <xsd:element name="Status" type="xsd:string"/>
197
+ <xsd:element name="User" type="xsd:string"/>
198
+ </xsd:all>
199
+ </xsd:complexType>
200
+ <xsd:complexType name="SearchParamArray">
201
+ <xsd:complexContent>
202
+ <xsd:restriction base="soapenc:Array">
203
+ <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:SearchParam[]"/>
204
+ </xsd:restriction>
205
+ </xsd:complexContent>
206
+ </xsd:complexType>
207
+ <xsd:complexType name="MerchantSearchResult">
208
+ <xsd:all>
209
+ <xsd:element name="Limit" type="xsd:integer"/>
210
+ <xsd:element name="Merchants" type="xsd:anyType"/>
211
+ <xsd:element name="MerchantsMatched" type="xsd:integer"/>
212
+ <xsd:element name="MerchantsReturn" type="xsd:integer"/>
213
+ <xsd:element name="StartIndex" type="xsd:integer"/>
214
+ </xsd:all>
215
+ </xsd:complexType>
216
+ <xsd:complexType name="ueHash">
217
+ <xsd:all>
218
+ <xsd:element name="HashValue" type="xsd:string"/>
219
+ <xsd:element name="Seed" type="xsd:string"/>
220
+ <xsd:element name="Type" type="xsd:string"/>
221
+ </xsd:all>
222
+ </xsd:complexType>
223
+ <xsd:complexType name="Address">
224
+ <xsd:all>
225
+ <xsd:element name="City" type="xsd:string"/>
226
+ <xsd:element name="Company" type="xsd:string"/>
227
+ <xsd:element name="Country" type="xsd:string"/>
228
+ <xsd:element name="Email" type="xsd:string"/>
229
+ <xsd:element name="Fax" type="xsd:string"/>
230
+ <xsd:element name="FirstName" type="xsd:string"/>
231
+ <xsd:element name="LastName" type="xsd:string"/>
232
+ <xsd:element name="Phone" type="xsd:string"/>
233
+ <xsd:element name="State" type="xsd:string"/>
234
+ <xsd:element name="Street" type="xsd:string"/>
235
+ <xsd:element name="Street2" type="xsd:string"/>
236
+ <xsd:element name="Zip" type="xsd:string"/>
237
+ </xsd:all>
238
+ </xsd:complexType>
239
+ <xsd:complexType name="TransactionObjectArray">
240
+ <xsd:complexContent>
241
+ <xsd:restriction base="soapenc:Array">
242
+ <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:TransactionObject[]"/>
243
+ </xsd:restriction>
244
+ </xsd:complexContent>
245
+ </xsd:complexType>
246
+ <xsd:complexType name="TransactionDetail">
247
+ <xsd:all>
248
+ <xsd:element name="Amount" type="xsd:double"/>
249
+ <xsd:element name="Description" type="xsd:string"/>
250
+ <xsd:element name="Discount" type="xsd:double"/>
251
+ <xsd:element name="Invoice" type="xsd:string"/>
252
+ <xsd:element name="NonTax" type="xsd:boolean"/>
253
+ <xsd:element name="OrderID" type="xsd:string"/>
254
+ <xsd:element name="PONum" type="xsd:string"/>
255
+ <xsd:element name="Shipping" type="xsd:double"/>
256
+ <xsd:element name="Subtotal" type="xsd:double"/>
257
+ <xsd:element name="Tax" type="xsd:double"/>
258
+ <xsd:element name="Tip" type="xsd:double"/>
259
+ </xsd:all>
260
+ </xsd:complexType>
261
+ <xsd:complexType name="CheckData">
262
+ <xsd:all>
263
+ <xsd:element name="Account" type="xsd:string"/>
264
+ <xsd:element name="CheckNumber" type="xsd:integer"/>
265
+ <xsd:element name="DriversLicense" type="xsd:string"/>
266
+ <xsd:element name="DriversLicenseState" type="xsd:string"/>
267
+ <xsd:element name="Routing" type="xsd:string"/>
268
+ <xsd:element name="SSN" type="xsd:string"/>
269
+ </xsd:all>
270
+ </xsd:complexType>
271
+ <xsd:complexType name="CreditCardData">
272
+ <xsd:all>
273
+ <xsd:element name="AvsStreet" type="xsd:string"/>
274
+ <xsd:element name="AvsZip" type="xsd:anyType"/>
275
+ <xsd:element name="CardCode" type="xsd:string"/>
276
+ <xsd:element name="CardExpiration" type="xsd:anyType"/>
277
+ <xsd:element name="CardNumber" type="xsd:string"/>
278
+ <xsd:element name="CardPresent" type="xsd:boolean"/>
279
+ <xsd:element name="CardType" type="xsd:string"/>
280
+ <xsd:element name="CAVV" type="xsd:string"/>
281
+ <xsd:element name="ECI" type="xsd:integer"/>
282
+ <xsd:element name="InternalCardAuth" type="xsd:boolean"/>
283
+ <xsd:element name="MagStripe" type="xsd:string"/>
284
+ <xsd:element name="MagSupport" type="xsd:string"/>
285
+ <xsd:element name="Pares" type="xsd:string"/>
286
+ <xsd:element name="TermType" type="xsd:string"/>
287
+ <xsd:element name="XID" type="xsd:string"/>
288
+ </xsd:all>
289
+ </xsd:complexType>
290
+ <xsd:complexType name="SearchParam">
291
+ <xsd:all>
292
+ <xsd:element name="Field" type="xsd:string"/>
293
+ <xsd:element name="Type" type="xsd:string"/>
294
+ <xsd:element name="Value" type="xsd:string"/>
295
+ </xsd:all>
296
+ </xsd:complexType>
297
+ <xsd:complexType name="FieldValue">
298
+ <xsd:all>
299
+ <xsd:element name="Field" type="xsd:string"/>
300
+ <xsd:element name="Value" type="xsd:string"/>
301
+ </xsd:all>
302
+ </xsd:complexType>
303
+ </xsd:schema>
304
+ </types>
305
+ <message name="addCustomer">
306
+ <part name="Token" type="typens:ueSecurityToken"/>
307
+ <part name="CustomerData" type="typens:CustomerObject"/>
308
+ </message>
309
+ <message name="addCustomerResponse">
310
+ <part name="addCustomerReturn" type="xsd:integer"/>
311
+ </message>
312
+ <message name="addMerchantApplication">
313
+ <part name="Token" type="typens:ueSecurityToken"/>
314
+ <part name="Application" type="typens:MerchantApplicationObject"/>
315
+ </message>
316
+ <message name="addMerchantApplicationResponse">
317
+ <part name="addMerchantApplicationReturn" type="xsd:integer"/>
318
+ </message>
319
+ <message name="captureTransaction">
320
+ <part name="Token" type="typens:ueSecurityToken"/>
321
+ <part name="RefNum" type="xsd:integer"/>
322
+ <part name="Amount" type="xsd:double"/>
323
+ </message>
324
+ <message name="captureTransactionResponse">
325
+ <part name="captureTransactionReturn" type="typens:TransactionResponse"/>
326
+ </message>
327
+ <message name="closeBatch">
328
+ <part name="Token" type="typens:ueSecurityToken"/>
329
+ <part name="BatchNum" type="xsd:integer"/>
330
+ </message>
331
+ <message name="closeBatchResponse">
332
+ <part name="closeBatchReturn" type="xsd:boolean"/>
333
+ </message>
334
+ <message name="createBatchUpload">
335
+ <part name="Token" type="typens:ueSecurityToken"/>
336
+ <part name="FileName" type="xsd:string"/>
337
+ <part name="AutoStart" type="xsd:boolean"/>
338
+ <part name="Format" type="xsd:string"/>
339
+ <part name="Encoding" type="xsd:string"/>
340
+ <part name="Fields" type="xsd:anyType"/>
341
+ <part name="Data" type="xsd:string"/>
342
+ <part name="OverrideDuplicates" type="xsd:boolean"/>
343
+ </message>
344
+ <message name="createBatchUploadResponse">
345
+ <part name="createBatchUploadReturn" type="typens:BatchUploadStatus"/>
346
+ </message>
347
+ <message name="runCustomerSale">
348
+ <part name="Token" type="typens:ueSecurityToken"/>
349
+ <part name="CustNum" type="xsd:integer"/>
350
+ <part name="Details" type="typens:TransactionDetail"/>
351
+ <part name="AuthOnly" type="xsd:boolean"/>
352
+ </message>
353
+ <message name="runCustomerSaleResponse">
354
+ <part name="runCustomerSaleReturn" type="typens:TransactionResponse"/>
355
+ </message>
356
+ <message name="deleteCustomer">
357
+ <part name="Token" type="typens:ueSecurityToken"/>
358
+ <part name="CustNum" type="xsd:integer"/>
359
+ </message>
360
+ <message name="deleteCustomerResponse">
361
+ <part name="deleteCustomerReturn" type="xsd:boolean"/>
362
+ </message>
363
+ <message name="deleteMerchant">
364
+ <part name="Token" type="typens:ueSecurityToken"/>
365
+ <part name="MerchantID" type="xsd:integer"/>
366
+ <part name="Reason" type="xsd:string"/>
367
+ </message>
368
+ <message name="deleteMerchantResponse">
369
+ <part name="deleteMerchantReturn" type="xsd:boolean"/>
370
+ </message>
371
+ <message name="disableCustomer">
372
+ <part name="Token" type="typens:ueSecurityToken"/>
373
+ <part name="CustNum" type="xsd:integer"/>
374
+ </message>
375
+ <message name="disableCustomerResponse">
376
+ <part name="disableCustomerReturn" type="xsd:boolean"/>
377
+ </message>
378
+ <message name="enableCustomer">
379
+ <part name="Token" type="typens:ueSecurityToken"/>
380
+ <part name="CustNum" type="xsd:integer"/>
381
+ </message>
382
+ <message name="enableCustomerResponse">
383
+ <part name="enableCustomerReturn" type="xsd:boolean"/>
384
+ </message>
385
+ <message name="getBatchStatus">
386
+ <part name="Token" type="typens:ueSecurityToken"/>
387
+ <part name="BatchNum" type="xsd:integer"/>
388
+ </message>
389
+ <message name="getBatchStatusResponse">
390
+ <part name="getBatchStatusReturn" type="typens:BatchStatus"/>
391
+ </message>
392
+ <message name="getBatchTransactions">
393
+ <part name="Token" type="typens:ueSecurityToken"/>
394
+ <part name="BatchNum" type="xsd:integer"/>
395
+ </message>
396
+ <message name="getBatchTransactionsResponse">
397
+ <part name="getBatchTransactionsReturn" type="xsd:anyType"/>
398
+ </message>
399
+ <message name="getBatchUploadStatus">
400
+ <part name="Token" type="typens:ueSecurityToken"/>
401
+ <part name="BatchNum" type="xsd:integer"/>
402
+ </message>
403
+ <message name="getBatchUploadStatusResponse">
404
+ <part name="getBatchUploadStatusReturn" type="typens:BatchUploadStatus"/>
405
+ </message>
406
+ <message name="getCustomer">
407
+ <part name="Token" type="typens:ueSecurityToken"/>
408
+ <part name="CustNum" type="xsd:integer"/>
409
+ </message>
410
+ <message name="getCustomerResponse">
411
+ <part name="getCustomerReturn" type="typens:CustomerObject"/>
412
+ </message>
413
+ <message name="getCustomerHistory">
414
+ <part name="Token" type="typens:ueSecurityToken"/>
415
+ <part name="CustNum" type="xsd:integer"/>
416
+ </message>
417
+ <message name="getCustomerHistoryResponse">
418
+ <part name="getCustomerHistoryReturn" type="typens:TransactionSearchResult"/>
419
+ </message>
420
+ <message name="getMerchant">
421
+ <part name="Token" type="typens:ueSecurityToken"/>
422
+ <part name="MerchantID" type="xsd:integer"/>
423
+ </message>
424
+ <message name="getMerchantResponse">
425
+ <part name="getMerchantReturn" type="typens:MerchantObject"/>
426
+ </message>
427
+ <message name="getMerchantApplicationStatus">
428
+ <part name="Token" type="typens:ueSecurityToken"/>
429
+ <part name="ApplicationID" type="xsd:integer"/>
430
+ </message>
431
+ <message name="getMerchantApplicationStatusResponse">
432
+ <part name="getMerchantApplicationStatusReturn" type="xsd:string"/>
433
+ </message>
434
+ <message name="getMerchantSummary">
435
+ <part name="Token" type="typens:ueSecurityToken"/>
436
+ <part name="MerchantID" type="xsd:integer"/>
437
+ <part name="Start" type="xsd:string"/>
438
+ <part name="End" type="xsd:string"/>
439
+ </message>
440
+ <message name="getMerchantSummaryResponse">
441
+ <part name="getMerchantSummaryReturn" type="xsd:anyType"/>
442
+ </message>
443
+ <message name="getTransaction">
444
+ <part name="Token" type="typens:ueSecurityToken"/>
445
+ <part name="RefNum" type="xsd:integer"/>
446
+ </message>
447
+ <message name="getTransactionResponse">
448
+ <part name="getTransactionReturn" type="typens:TransactionObject"/>
449
+ </message>
450
+ <message name="getTransactionStatus">
451
+ <part name="Token" type="typens:ueSecurityToken"/>
452
+ <part name="RefNum" type="xsd:integer"/>
453
+ </message>
454
+ <message name="getTransactionStatusResponse">
455
+ <part name="getTransactionStatusReturn" type="typens:TransactionResponse"/>
456
+ </message>
457
+ <message name="pauseBatchUpload">
458
+ <part name="Token" type="typens:ueSecurityToken"/>
459
+ <part name="BatchNum" type="xsd:integer"/>
460
+ </message>
461
+ <message name="pauseBatchUploadResponse">
462
+ <part name="pauseBatchUploadReturn" type="xsd:boolean"/>
463
+ </message>
464
+ <message name="postAuth">
465
+ <part name="Token" type="typens:ueSecurityToken"/>
466
+ <part name="Params" type="xsd:anyType"/>
467
+ </message>
468
+ <message name="postAuthResponse">
469
+ <part name="postAuthReturn" type="typens:TransactionResponse"/>
470
+ </message>
471
+ <message name="quickUpdateCustomer">
472
+ <part name="Token" type="typens:ueSecurityToken"/>
473
+ <part name="CustNum" type="xsd:integer"/>
474
+ <part name="UpdateData" type="xsd:anyType"/>
475
+ </message>
476
+ <message name="quickUpdateCustomerResponse">
477
+ <part name="quickUpdateCustomerReturn" type="xsd:boolean"/>
478
+ </message>
479
+ <message name="runBatchUpload">
480
+ <part name="Token" type="typens:ueSecurityToken"/>
481
+ <part name="BatchNum" type="xsd:integer"/>
482
+ </message>
483
+ <message name="runBatchUploadResponse">
484
+ <part name="runBatchUploadReturn" type="xsd:boolean"/>
485
+ </message>
486
+ <message name="runCredit">
487
+ <part name="Token" type="typens:ueSecurityToken"/>
488
+ <part name="Params" type="xsd:anyType"/>
489
+ </message>
490
+ <message name="runCreditResponse">
491
+ <part name="runCreditReturn" type="typens:TransactionResponse"/>
492
+ </message>
493
+ <message name="runOldAPI">
494
+ <part name="Token" type="typens:ueSecurityToken"/>
495
+ <part name="Parameters" type="xsd:anyType"/>
496
+ </message>
497
+ <message name="runOldAPIResponse">
498
+ <part name="runOldAPIReturn" type="typens:TransactionResponse"/>
499
+ </message>
500
+ <message name="runQuickSale">
501
+ <part name="Token" type="typens:ueSecurityToken"/>
502
+ <part name="RefNum" type="xsd:integer"/>
503
+ <part name="Details" type="typens:TransactionDetail"/>
504
+ <part name="AuthOnly" type="xsd:boolean"/>
505
+ </message>
506
+ <message name="runQuickSaleResponse">
507
+ <part name="runQuickSaleReturn" type="typens:TransactionResponse"/>
508
+ </message>
509
+ <message name="runSale">
510
+ <part name="Token" type="typens:ueSecurityToken"/>
511
+ <part name="Params" type="xsd:anyType"/>
512
+ </message>
513
+ <message name="runSaleResponse">
514
+ <part name="runSaleReturn" type="typens:TransactionResponse"/>
515
+ </message>
516
+ <message name="searchBatches">
517
+ <part name="Token" type="typens:ueSecurityToken"/>
518
+ </message>
519
+ <message name="searchBatchesResponse">
520
+ <part name="searchBatchesReturn" type="xsd:boolean"/>
521
+ </message>
522
+ <message name="searchCustomerID">
523
+ <part name="Token" type="typens:ueSecurityToken"/>
524
+ <part name="CustID" type="xsd:string"/>
525
+ </message>
526
+ <message name="searchCustomerIDResponse">
527
+ <part name="searchCustomerIDReturn" type="xsd:integer"/>
528
+ </message>
529
+ <message name="searchCustomers">
530
+ <part name="Token" type="typens:ueSecurityToken"/>
531
+ <part name="Search" type="typens:SearchParamArray"/>
532
+ <part name="MatchAll" type="xsd:boolean"/>
533
+ <part name="Start" type="xsd:integer"/>
534
+ <part name="Limit" type="xsd:integer"/>
535
+ </message>
536
+ <message name="searchCustomersResponse">
537
+ <part name="searchCustomersReturn" type="typens:CustomerSearchResult"/>
538
+ </message>
539
+ <message name="searchMerchants">
540
+ <part name="Token" type="typens:ueSecurityToken"/>
541
+ <part name="Search" type="typens:SearchParamArray"/>
542
+ <part name="MatchAll" type="xsd:boolean"/>
543
+ <part name="Start" type="xsd:integer"/>
544
+ <part name="Limit" type="xsd:integer"/>
545
+ </message>
546
+ <message name="searchMerchantsResponse">
547
+ <part name="searchMerchantsReturn" type="typens:MerchantSearchResult"/>
548
+ </message>
549
+ <message name="searchTransactions">
550
+ <part name="Token" type="typens:ueSecurityToken"/>
551
+ <part name="Search" type="typens:SearchParamArray"/>
552
+ <part name="MatchAll" type="xsd:boolean"/>
553
+ <part name="Start" type="xsd:integer"/>
554
+ <part name="Limit" type="xsd:integer"/>
555
+ </message>
556
+ <message name="searchTransactionsResponse">
557
+ <part name="searchTransactionsReturn" type="typens:TransactionSearchResult"/>
558
+ </message>
559
+ <message name="updateCustomer">
560
+ <part name="Token" type="typens:ueSecurityToken"/>
561
+ <part name="CustNum" type="xsd:integer"/>
562
+ <part name="CustomerData" type="typens:CustomerObject"/>
563
+ </message>
564
+ <message name="updateCustomerResponse">
565
+ <part name="updateCustomerReturn" type="xsd:boolean"/>
566
+ </message>
567
+ <message name="updateMerchant">
568
+ <part name="Token" type="typens:ueSecurityToken"/>
569
+ <part name="MerchantID" type="xsd:integer"/>
570
+ <part name="MerchantObject" type="typens:MerchantObject"/>
571
+ </message>
572
+ <message name="updateMerchantResponse">
573
+ <part name="updateMerchantReturn" type="xsd:boolean"/>
574
+ </message>
575
+ <message name="voidTransaction">
576
+ <part name="Token" type="typens:ueSecurityToken"/>
577
+ <part name="RefNum" type="xsd:integer"/>
578
+ </message>
579
+ <message name="voidTransactionResponse">
580
+ <part name="voidTransactionReturn" type="xsd:boolean"/>
581
+ </message>
582
+ <portType name="ueSoapServerPortType">
583
+ <documentation>
584
+ USAePay Soap Interface Class
585
+ </documentation>
586
+ <operation name="addCustomer">
587
+ <documentation>
588
+ Add a Stored Customer Record
589
+ </documentation>
590
+ <input message="typens:addCustomer"/>
591
+ <output message="typens:addCustomerResponse"/>
592
+ </operation>
593
+ <operation name="addMerchantApplication">
594
+ <documentation>
595
+ Add a new merchant application to the system
596
+ </documentation>
597
+ <input message="typens:addMerchantApplication"/>
598
+ <output message="typens:addMerchantApplicationResponse"/>
599
+ </operation>
600
+ <operation name="captureTransaction">
601
+ <documentation>
602
+ Capture a queued transaction
603
+ </documentation>
604
+ <input message="typens:captureTransaction"/>
605
+ <output message="typens:captureTransactionResponse"/>
606
+ </operation>
607
+ <operation name="closeBatch">
608
+ <documentation>
609
+ Close the batch specified by BatchNum
610
+ </documentation>
611
+ <input message="typens:closeBatch"/>
612
+ <output message="typens:closeBatchResponse"/>
613
+ </operation>
614
+ <operation name="createBatchUpload">
615
+ <documentation>
616
+ Post a new batch of transactions to the gateway for processing.u
617
+ </documentation>
618
+ <input message="typens:createBatchUpload"/>
619
+ <output message="typens:createBatchUploadResponse"/>
620
+ </operation>
621
+ <operation name="deleteCustomer">
622
+ <documentation>
623
+ Delete the customer specified by CustNum
624
+ </documentation>
625
+ <input message="typens:deleteCustomer"/>
626
+ <output message="typens:deleteCustomerResponse"/>
627
+ </operation>
628
+ <operation name="deleteMerchant">
629
+ <documentation>
630
+ Request deletion of merchant account.
631
+ </documentation>
632
+ <input message="typens:deleteMerchant"/>
633
+ <output message="typens:deleteMerchantResponse"/>
634
+ </operation>
635
+ <operation name="disableCustomer">
636
+ <documentation>
637
+ Disable the recurring billing for the customer specified by CustNum
638
+ </documentation>
639
+ <input message="typens:disableCustomer"/>
640
+ <output message="typens:disableCustomerResponse"/>
641
+ </operation>
642
+ <operation name="enableCustomer">
643
+ <documentation>
644
+ Enable the recurring billing for the customer specified by CustNum
645
+ </documentation>
646
+ <input message="typens:enableCustomer"/>
647
+ <output message="typens:enableCustomerResponse"/>
648
+ </operation>
649
+ <operation name="getBatchStatus">
650
+ <documentation>
651
+ Retrieve the status of the batch specified by BatchNum
652
+ To pull the status of the currently open batch, pass
653
+ 0 for the the BatchNum
654
+ </documentation>
655
+ <input message="typens:getBatchStatus"/>
656
+ <output message="typens:getBatchStatusResponse"/>
657
+ </operation>
658
+ <operation name="getBatchTransactions">
659
+ <documentation>
660
+ Retrieve transactions in the batch specified by BatchNum
661
+ </documentation>
662
+ <input message="typens:getBatchTransactions"/>
663
+ <output message="typens:getBatchTransactionsResponse"/>
664
+ </operation>
665
+ <operation name="getBatchUploadStatus">
666
+ <documentation>
667
+ Retrieve the status of the currently running batch.
668
+ </documentation>
669
+ <input message="typens:getBatchUploadStatus"/>
670
+ <output message="typens:getBatchUploadStatusResponse"/>
671
+ </operation>
672
+ <operation name="getCustomer">
673
+ <documentation>
674
+ Retrieve the customer details for the given CustNum
675
+ </documentation>
676
+ <input message="typens:getCustomer"/>
677
+ <output message="typens:getCustomerResponse"/>
678
+ </operation>
679
+ <operation name="getCustomerHistory">
680
+ <documentation>
681
+ Pull details of all transactions run for CustNum
682
+ </documentation>
683
+ <input message="typens:getCustomerHistory"/>
684
+ <output message="typens:getCustomerHistoryResponse"/>
685
+ </operation>
686
+ <operation name="getMerchant">
687
+ <documentation>
688
+ Retreive Merchant Details
689
+ </documentation>
690
+ <input message="typens:getMerchant"/>
691
+ <output message="typens:getMerchantResponse"/>
692
+ </operation>
693
+ <operation name="getMerchantApplicationStatus">
694
+ <documentation>
695
+ Retrieve the status of a pending merchant application
696
+ </documentation>
697
+ <input message="typens:getMerchantApplicationStatus"/>
698
+ <output message="typens:getMerchantApplicationStatusResponse"/>
699
+ </operation>
700
+ <operation name="getMerchantSummary">
701
+ <documentation>
702
+ Retreive Summary of Merchant Activity for the specified time span.
703
+ </documentation>
704
+ <input message="typens:getMerchantSummary"/>
705
+ <output message="typens:getMerchantSummaryResponse"/>
706
+ </operation>
707
+ <operation name="getTransaction">
708
+ <documentation>
709
+ Retreive all information for the transactions specified by RefNum
710
+ </documentation>
711
+ <input message="typens:getTransaction"/>
712
+ <output message="typens:getTransactionResponse"/>
713
+ </operation>
714
+ <operation name="getTransactionStatus">
715
+ <documentation>
716
+ Retrieve the current status of transaction specified by RefNum
717
+ </documentation>
718
+ <input message="typens:getTransactionStatus"/>
719
+ <output message="typens:getTransactionStatusResponse"/>
720
+ </operation>
721
+ <operation name="pauseBatchUpload">
722
+ <documentation>
723
+ Pause a Batch Upload that is already running
724
+ </documentation>
725
+ <input message="typens:pauseBatchUpload"/>
726
+ <output message="typens:pauseBatchUploadResponse"/>
727
+ </operation>
728
+ <operation name="postAuth">
729
+ <documentation>
730
+ Post an Offline Authorization
731
+ </documentation>
732
+ <input message="typens:postAuth"/>
733
+ <output message="typens:postAuthResponse"/>
734
+ </operation>
735
+ <operation name="quickUpdateCustomer">
736
+ <documentation>
737
+ Update specified data for customer specified by CustNum
738
+ </documentation>
739
+ <input message="typens:quickUpdateCustomer"/>
740
+ <output message="typens:quickUpdateCustomerResponse"/>
741
+ </operation>
742
+ <operation name="runBatchUpload">
743
+ <documentation>
744
+ Start a Paused Batch Upload
745
+ </documentation>
746
+ <input message="typens:runBatchUpload"/>
747
+ <output message="typens:runBatchUploadResponse"/>
748
+ </operation>
749
+ <operation name="runCustomerSale">
750
+ <documentation>
751
+ Run a sale for a customer stored in the customer database
752
+ </documentation>
753
+ <input message="typens:runCustomerSale"/>
754
+ <output message="typens:runCustomerSaleResponse"/>
755
+ </operation>
756
+ <operation name="runCredit">
757
+ <documentation>
758
+ Run a Credit transaction
759
+ </documentation>
760
+ <input message="typens:runCredit"/>
761
+ <output message="typens:runCreditResponse"/>
762
+ </operation>
763
+ <operation name="runOldAPI">
764
+ <documentation>
765
+ Mimics the functionality of the legacy USAePay API
766
+ </documentation>
767
+ <input message="typens:runOldAPI"/>
768
+ <output message="typens:runOldAPIResponse"/>
769
+ </operation>
770
+ <operation name="runQuickSale">
771
+ <documentation>
772
+ Run a sale based on the credit card details of a previous transaction.
773
+ </documentation>
774
+ <input message="typens:runQuickSale"/>
775
+ <output message="typens:runQuickSaleResponse"/>
776
+ </operation>
777
+ <operation name="runSale">
778
+ <documentation>
779
+ Run a Sale
780
+ </documentation>
781
+ <input message="typens:runSale"/>
782
+ <output message="typens:runSaleResponse"/>
783
+ </operation>
784
+ <operation name="searchBatches">
785
+ <documentation>
786
+ Search Settled Batches (not implemented in this release)
787
+ </documentation>
788
+ <input message="typens:searchBatches"/>
789
+ <output message="typens:searchBatchesResponse"/>
790
+ </operation>
791
+ <operation name="searchCustomerID">
792
+ <documentation>
793
+ Find the customer refnum (CustNum) associated with the userdefined CustID
794
+ </documentation>
795
+ <input message="typens:searchCustomerID"/>
796
+ <output message="typens:searchCustomerIDResponse"/>
797
+ </operation>
798
+ <operation name="searchCustomers">
799
+ <documentation>
800
+ Search customer database
801
+ </documentation>
802
+ <input message="typens:searchCustomers"/>
803
+ <output message="typens:searchCustomersResponse"/>
804
+ </operation>
805
+ <operation name="searchMerchants">
806
+ <documentation>
807
+ Search Active Merchants
808
+ </documentation>
809
+ <input message="typens:searchMerchants"/>
810
+ <output message="typens:searchMerchantsResponse"/>
811
+ </operation>
812
+ <operation name="searchTransactions">
813
+ <documentation>
814
+ Search transactions and return transaction records
815
+ </documentation>
816
+ <input message="typens:searchTransactions"/>
817
+ <output message="typens:searchTransactionsResponse"/>
818
+ </operation>
819
+ <operation name="updateCustomer">
820
+ <documentation>
821
+ Replace all data for customer specified by CustNum
822
+ </documentation>
823
+ <input message="typens:updateCustomer"/>
824
+ <output message="typens:updateCustomerResponse"/>
825
+ </operation>
826
+ <operation name="updateMerchant">
827
+ <documentation>
828
+ Update Merchant Details
829
+ </documentation>
830
+ <input message="typens:updateMerchant"/>
831
+ <output message="typens:updateMerchantResponse"/>
832
+ </operation>
833
+ <operation name="voidTransaction">
834
+ <documentation>
835
+ Void the transaction specified by RefNum
836
+ </documentation>
837
+ <input message="typens:voidTransaction"/>
838
+ <output message="typens:voidTransactionResponse"/>
839
+ </operation>
840
+ </portType>
841
+ <binding name="ueSoapServerBinding" type="typens:ueSoapServerPortType">
842
+ <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
843
+ <operation name="addCustomer">
844
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
845
+ <input>
846
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
847
+ </input>
848
+ <output>
849
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
850
+ </output>
851
+ </operation>
852
+ <operation name="addMerchantApplication">
853
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
854
+ <input>
855
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
856
+ </input>
857
+ <output>
858
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
859
+ </output>
860
+ </operation>
861
+ <operation name="captureTransaction">
862
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
863
+ <input>
864
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
865
+ </input>
866
+ <output>
867
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
868
+ </output>
869
+ </operation>
870
+ <operation name="closeBatch">
871
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
872
+ <input>
873
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
874
+ </input>
875
+ <output>
876
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
877
+ </output>
878
+ </operation>
879
+ <operation name="createBatchUpload">
880
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
881
+ <input>
882
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
883
+ </input>
884
+ <output>
885
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
886
+ </output>
887
+ </operation>
888
+ <operation name="deleteCustomer">
889
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
890
+ <input>
891
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
892
+ </input>
893
+ <output>
894
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
895
+ </output>
896
+ </operation>
897
+ <operation name="deleteMerchant">
898
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
899
+ <input>
900
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
901
+ </input>
902
+ <output>
903
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
904
+ </output>
905
+ </operation>
906
+ <operation name="disableCustomer">
907
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
908
+ <input>
909
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
910
+ </input>
911
+ <output>
912
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
913
+ </output>
914
+ </operation>
915
+ <operation name="enableCustomer">
916
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
917
+ <input>
918
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
919
+ </input>
920
+ <output>
921
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
922
+ </output>
923
+ </operation>
924
+ <operation name="getBatchStatus">
925
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
926
+ <input>
927
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
928
+ </input>
929
+ <output>
930
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
931
+ </output>
932
+ </operation>
933
+ <operation name="getBatchTransactions">
934
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
935
+ <input>
936
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
937
+ </input>
938
+ <output>
939
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
940
+ </output>
941
+ </operation>
942
+ <operation name="getBatchUploadStatus">
943
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
944
+ <input>
945
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
946
+ </input>
947
+ <output>
948
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
949
+ </output>
950
+ </operation>
951
+ <operation name="getCustomer">
952
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
953
+ <input>
954
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
955
+ </input>
956
+ <output>
957
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
958
+ </output>
959
+ </operation>
960
+ <operation name="getCustomerHistory">
961
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
962
+ <input>
963
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
964
+ </input>
965
+ <output>
966
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
967
+ </output>
968
+ </operation>
969
+ <operation name="getMerchant">
970
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
971
+ <input>
972
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
973
+ </input>
974
+ <output>
975
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
976
+ </output>
977
+ </operation>
978
+ <operation name="getMerchantApplicationStatus">
979
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
980
+ <input>
981
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
982
+ </input>
983
+ <output>
984
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
985
+ </output>
986
+ </operation>
987
+ <operation name="getMerchantSummary">
988
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
989
+ <input>
990
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
991
+ </input>
992
+ <output>
993
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
994
+ </output>
995
+ </operation>
996
+ <operation name="getTransaction">
997
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
998
+ <input>
999
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1000
+ </input>
1001
+ <output>
1002
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1003
+ </output>
1004
+ </operation>
1005
+ <operation name="getTransactionStatus">
1006
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1007
+ <input>
1008
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1009
+ </input>
1010
+ <output>
1011
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1012
+ </output>
1013
+ </operation>
1014
+ <operation name="pauseBatchUpload">
1015
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1016
+ <input>
1017
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1018
+ </input>
1019
+ <output>
1020
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1021
+ </output>
1022
+ </operation>
1023
+ <operation name="postAuth">
1024
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1025
+ <input>
1026
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1027
+ </input>
1028
+ <output>
1029
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1030
+ </output>
1031
+ </operation>
1032
+ <operation name="quickUpdateCustomer">
1033
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1034
+ <input>
1035
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1036
+ </input>
1037
+ <output>
1038
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1039
+ </output>
1040
+ </operation>
1041
+ <operation name="runBatchUpload">
1042
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1043
+ <input>
1044
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1045
+ </input>
1046
+ <output>
1047
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1048
+ </output>
1049
+ </operation>
1050
+ <operation name="runCustomerSale">
1051
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1052
+ <input>
1053
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1054
+ </input>
1055
+ <output>
1056
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1057
+ </output>
1058
+ </operation>
1059
+ <operation name="runCredit">
1060
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1061
+ <input>
1062
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1063
+ </input>
1064
+ <output>
1065
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1066
+ </output>
1067
+ </operation>
1068
+ <operation name="runOldAPI">
1069
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1070
+ <input>
1071
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1072
+ </input>
1073
+ <output>
1074
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1075
+ </output>
1076
+ </operation>
1077
+ <operation name="runQuickSale">
1078
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1079
+ <input>
1080
+ <soap:body namespace="urn:usaepay-beta4.wsdl" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1081
+ </input>
1082
+ <output>
1083
+ <soap:body namespace="urn:usaepay-beta4.wsdl" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1084
+ </output>
1085
+ </operation>
1086
+ <operation name="runSale">
1087
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1088
+ <input>
1089
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1090
+ </input>
1091
+ <output>
1092
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1093
+ </output>
1094
+ </operation>
1095
+ <operation name="searchBatches">
1096
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1097
+ <input>
1098
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1099
+ </input>
1100
+ <output>
1101
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1102
+ </output>
1103
+ </operation>
1104
+ <operation name="searchCustomerID">
1105
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1106
+ <input>
1107
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1108
+ </input>
1109
+ <output>
1110
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1111
+ </output>
1112
+ </operation>
1113
+ <operation name="searchCustomers">
1114
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1115
+ <input>
1116
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1117
+ </input>
1118
+ <output>
1119
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1120
+ </output>
1121
+ </operation>
1122
+ <operation name="searchMerchants">
1123
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1124
+ <input>
1125
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1126
+ </input>
1127
+ <output>
1128
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1129
+ </output>
1130
+ </operation>
1131
+ <operation name="searchTransactions">
1132
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1133
+ <input>
1134
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1135
+ </input>
1136
+ <output>
1137
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1138
+ </output>
1139
+ </operation>
1140
+ <operation name="updateCustomer">
1141
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1142
+ <input>
1143
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1144
+ </input>
1145
+ <output>
1146
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1147
+ </output>
1148
+ </operation>
1149
+ <operation name="updateMerchant">
1150
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1151
+ <input>
1152
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1153
+ </input>
1154
+ <output>
1155
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1156
+ </output>
1157
+ </operation>
1158
+ <operation name="voidTransaction">
1159
+ <soap:operation soapAction="urn:ueSoapServerAction"/>
1160
+ <input>
1161
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1162
+ </input>
1163
+ <output>
1164
+ <soap:body namespace="urn:usaepay" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1165
+ </output>
1166
+ </operation>
1167
+ </binding>
1168
+ <service name="usaepayService">
1169
+ <port name="ueSoapServerPort" binding="typens:ueSoapServerBinding">
1170
+ <soap:address location="https://www.usaepay.com/soap/gate/AC5EA536"/>
1171
+ </port>
1172
+ </service>
1173
+ </definitions>