prismpay 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
- <?xml version="1.0" encoding="ISO-8859-1"?>
2
- <wsdl:definitions targetNamespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="https://trans.myprismpay.com/MPWeb/services/TransactionService" xmlns:intf="https://trans.myprismpay.com/MPWeb/services/TransactionService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="urn:MPTransProcess" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <wsdl:definitions targetNamespace="https://trans.merchantpartners.com/Web/services/TransactionService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="https://trans.merchantpartners.com/Web/services/TransactionService" xmlns:intf="https://trans.merchantpartners.com/Web/services/TransactionService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="urn:MPTransProcess" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
3
  <!--WSDL created by Apache Axis version: 1.4
4
4
  Built on Apr 22, 2006 (06:55:48 PDT)-->
5
5
  <wsdl:types>
@@ -81,6 +81,9 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
81
81
  <sequence>
82
82
  <element name="healthcareflag" type="xsd:int"/>
83
83
  <element name="rxamount" type="xsd:float"/>
84
+ <element name="clinicamount" type="xsd:float"/>
85
+ <element name="visionamount" type="xsd:float"/>
86
+ <element name="dentalamount" type="xsd:float"/>
84
87
  </sequence>
85
88
  </complexType>
86
89
  <complexType name="PurchaseCardLevel2">
@@ -95,6 +98,24 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
95
98
  <element name="gratuityamount" type="xsd:float"/>
96
99
  </sequence>
97
100
  </complexType>
101
+ <complexType name="PurchaseCardLevel3">
102
+ <sequence>
103
+ <element name="lineitems" nillable="true" type="xsd:string"/>
104
+ </sequence>
105
+ </complexType>
106
+ <complexType name="FleetCardData">
107
+ <sequence>
108
+ <element name="atpump" type="xsd:int"/>
109
+ <element name="idnumber" nillable="true" type="xsd:string"/>
110
+ <element name="vehicleid" nillable="true" type="xsd:string"/>
111
+ <element name="driverid" nillable="true" type="xsd:string"/>
112
+ <element name="odometerreading" nillable="true" type="xsd:string"/>
113
+ <element name="miscnumericdata" nillable="true" type="xsd:string"/>
114
+ <element name="jobnumber" nillable="true" type="xsd:string"/>
115
+ <element name="purchasedevsequencenumber" nillable="true" type="xsd:string"/>
116
+ <element name="departmentnumber" nillable="true" type="xsd:string"/>
117
+ </sequence>
118
+ </complexType>
98
119
  <complexType name="CreditCardInfo">
99
120
  <sequence>
100
121
  <element name="acctid" nillable="true" type="xsd:string"/>
@@ -143,8 +164,16 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
143
164
  <element name="fsa" nillable="true" type="tns1:FSA"/>
144
165
  <element name="purchasecardlevel2" nillable="true" type="tns1:PurchaseCardLevel2"/>
145
166
  <element name="restaurant" nillable="true" type="tns1:Restaurant"/>
167
+ <element name="purchasecardlevel3" nillable="true" type="tns1:PurchaseCardLevel3"/>
168
+ <element name="fleetcarddata" nillable="true" type="tns1:FleetCardData"/>
146
169
  <element name="otp" nillable="true" type="xsd:string"/>
147
170
  <element name="deviceid" nillable="true" type="xsd:string"/>
171
+ <element name="avs_override" type="xsd:int"/>
172
+ <element name="cvv2_override" type="xsd:int"/>
173
+ <element name="loadbalance_override" type="xsd:int"/>
174
+ <element name="duplicate_override" type="xsd:int"/>
175
+ <element name="ticketterms" nillable="true" type="xsd:string"/>
176
+ <element name="accountlookupflag" type="xsd:int"/>
148
177
  </sequence>
149
178
  </complexType>
150
179
  <complexType name="ProcessResult">
@@ -157,9 +186,30 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
157
186
  <element name="authcode" nillable="true" type="xsd:string"/>
158
187
  <element name="total" type="xsd:float"/>
159
188
  <element name="merchantordernumber" nillable="true" type="xsd:string"/>
189
+ <element name="acctid" nillable="true" type="xsd:string"/>
190
+ <element name="subid" nillable="true" type="xsd:string"/>
160
191
  <element name="transdate" nillable="true" type="xsd:dateTime"/>
161
192
  <element name="paytype" nillable="true" type="xsd:string"/>
162
193
  <element name="duplicate" type="xsd:int"/>
194
+ <element name="avsresult" nillable="true" type="xsd:string"/>
195
+ <element name="cvv2result" nillable="true" type="xsd:string"/>
196
+ <element name="batchnumber" nillable="true" type="xsd:string"/>
197
+ <element name="last4digits" nillable="true" type="xsd:string"/>
198
+ <element name="entrymethod" nillable="true" type="xsd:string"/>
199
+ <element name="partialapproval" type="xsd:int"/>
200
+ <element name="actioncode" nillable="true" type="xsd:string"/>
201
+ <element name="balance" nillable="true" type="xsd:string"/>
202
+ <element name="recurbillingamount" nillable="true" type="xsd:string"/>
203
+ <element name="recurnextbillingdate" nillable="true" type="xsd:string"/>
204
+ <element name="recurbillingcycle" nillable="true" type="xsd:string"/>
205
+ <element name="recurbillingmax" nillable="true" type="xsd:string"/>
206
+ <element name="recurcanceldate" nillable="true" type="xsd:string"/>
207
+ <element name="recurlastattempted" nillable="true" type="xsd:string"/>
208
+ <element name="recurbillingstatus" nillable="true" type="xsd:string"/>
209
+ <element name="recurtotalaccept" nillable="true" type="xsd:string"/>
210
+ <element name="achrcode" nillable="true" type="xsd:string"/>
211
+ <element name="transactiontype" nillable="true" type="xsd:string"/>
212
+ <element name="additionaldata" nillable="true" type="xsd:string"/>
163
213
  </sequence>
164
214
  </complexType>
165
215
  <complexType name="VoidCreditPost">
@@ -176,6 +226,10 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
176
226
  <element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
177
227
  <element name="purchasecardlevel2" nillable="true" type="tns1:PurchaseCardLevel2"/>
178
228
  <element name="restaurant" nillable="true" type="tns1:Restaurant"/>
229
+ <element name="purchasecardlevel3" nillable="true" type="tns1:PurchaseCardLevel3"/>
230
+ <element name="fleetcarddata" nillable="true" type="tns1:FleetCardData"/>
231
+ <element name="swipedata" nillable="true" type="xsd:string"/>
232
+ <element name="cvv2_cid" nillable="true" type="xsd:string"/>
179
233
  </sequence>
180
234
  </complexType>
181
235
  <complexType name="ACHInfo">
@@ -222,59 +276,8 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
222
276
  <element name="hotellodging" nillable="true" type="tns1:HotelLodging"/>
223
277
  <element name="autorental" nillable="true" type="tns1:AutoRental"/>
224
278
  <element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
225
- </sequence>
226
- </complexType>
227
- <complexType name="ACHCheck21Info">
228
- <sequence>
229
- <element name="acctid" nillable="true" type="xsd:string"/>
230
- <element name="accountkey" nillable="true" type="xsd:string"/>
231
- <element name="subid" nillable="true" type="xsd:string"/>
232
- <element name="ckname" nillable="true" type="xsd:string"/>
233
- <element name="firstname" nillable="true" type="xsd:string"/>
234
- <element name="lastname" nillable="true" type="xsd:string"/>
235
- <element name="ckaba" nillable="true" type="xsd:string"/>
236
- <element name="ckacct" nillable="true" type="xsd:string"/>
237
- <element name="ckno" nillable="true" type="xsd:string"/>
238
- <element name="cktype" nillable="true" type="xsd:string"/>
239
- <element name="amount" type="xsd:float"/>
240
- <element name="ckmicrdata" nillable="true" type="xsd:string"/>
241
- <element name="ckterminalcity" nillable="true" type="xsd:string"/>
242
- <element name="ckterminalstate" nillable="true" type="xsd:string"/>
243
- <element name="ckaccttype" nillable="true" type="xsd:string"/>
244
- <element name="ckimagefront" nillable="true" type="xsd:string"/>
245
- <element name="ckimageback" nillable="true" type="xsd:string"/>
246
- <element name="ckimagetype" nillable="true" type="xsd:string"/>
247
- <element name="merchantordernumber" nillable="true" type="xsd:string"/>
248
- <element name="companyname" nillable="true" type="xsd:string"/>
249
- <element name="billaddress" nillable="true" type="tns1:address"/>
250
- <element name="shipaddress" nillable="true" type="tns1:address"/>
251
- <element name="email" nillable="true" type="xsd:string"/>
252
- <element name="dlnum" nillable="true" type="xsd:string"/>
253
- <element name="ssnum" nillable="true" type="xsd:string"/>
254
- <element name="phone" nillable="true" type="xsd:string"/>
255
- <element name="dobday" nillable="true" type="xsd:string"/>
256
- <element name="dobmonth" nillable="true" type="xsd:string"/>
257
- <element name="dobyear" nillable="true" type="xsd:string"/>
258
- <element name="memo" nillable="true" type="xsd:string"/>
259
- <element name="memoline1" nillable="true" type="xsd:string"/>
260
- <element name="memoline2" nillable="true" type="xsd:string"/>
261
- <element name="memoline3" nillable="true" type="xsd:string"/>
262
- <element name="customizedemail" nillable="true" type="tns1:customEmail"/>
263
- <element name="recurring" nillable="true" type="tns1:Recur"/>
264
- <element name="ipaddress" nillable="true" type="xsd:string"/>
265
- <element name="merchantpin" nillable="true" type="xsd:string"/>
266
- <element name="currencycode" nillable="true" type="xsd:string"/>
267
- <element name="industrycode" nillable="true" type="xsd:string"/>
268
- <element name="billstreet" nillable="true" type="xsd:string"/>
269
- <element name="housenumber" nillable="true" type="xsd:string"/>
270
- <element name="zip4" nillable="true" type="xsd:string"/>
271
- <element name="riskmodifier" nillable="true" type="xsd:string"/>
272
- <element name="authenticationmodifier" nillable="true" type="xsd:string"/>
273
- <element name="insurancemodifier" nillable="true" type="xsd:string"/>
274
- <element name="profileactiontype" type="xsd:int"/>
275
- <element name="hotellodging" nillable="true" type="tns1:HotelLodging"/>
276
- <element name="autorental" nillable="true" type="tns1:AutoRental"/>
277
- <element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
279
+ <element name="loadbalance_override" type="xsd:int"/>
280
+ <element name="duplicate_override" type="xsd:int"/>
278
281
  </sequence>
279
282
  </complexType>
280
283
  <complexType name="DebitInfo">
@@ -309,6 +312,10 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
309
312
  <element name="hotellodging" nillable="true" type="tns1:HotelLodging"/>
310
313
  <element name="autorental" nillable="true" type="tns1:AutoRental"/>
311
314
  <element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
315
+ <element name="purchasecardlevel3" nillable="true" type="tns1:PurchaseCardLevel3"/>
316
+ <element name="fleetcarddata" nillable="true" type="tns1:FleetCardData"/>
317
+ <element name="loadbalance_override" type="xsd:int"/>
318
+ <element name="duplicate_override" type="xsd:int"/>
312
319
  </sequence>
313
320
  </complexType>
314
321
  <complexType name="DebitReturn">
@@ -329,6 +336,10 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
329
336
  <element name="memo" nillable="true" type="xsd:string"/>
330
337
  <element name="customizedemail" nillable="true" type="tns1:customEmail"/>
331
338
  <element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
339
+ <element name="purchasecardlevel3" nillable="true" type="tns1:PurchaseCardLevel3"/>
340
+ <element name="fleetcarddata" nillable="true" type="tns1:FleetCardData"/>
341
+ <element name="loadbalance_override" type="xsd:int"/>
342
+ <element name="duplicate_override" type="xsd:int"/>
332
343
  </sequence>
333
344
  </complexType>
334
345
  <complexType name="ProcessProfileResult">
@@ -341,11 +352,21 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
341
352
  <element name="authcode" nillable="true" type="xsd:string"/>
342
353
  <element name="total" type="xsd:float"/>
343
354
  <element name="merchantordernumber" nillable="true" type="xsd:string"/>
355
+ <element name="acctid" nillable="true" type="xsd:string"/>
356
+ <element name="subid" nillable="true" type="xsd:string"/>
344
357
  <element name="transdate" nillable="true" type="xsd:dateTime"/>
345
358
  <element name="paytype" nillable="true" type="xsd:string"/>
346
359
  <element name="duplicate" type="xsd:int"/>
347
360
  <element name="userprofileid" nillable="true" type="xsd:string"/>
361
+ <element name="paymentprofileid" nillable="true" type="xsd:string"/>
362
+ <element name="shippingprofileid" nillable="true" type="xsd:string"/>
363
+ <element name="avsresult" nillable="true" type="xsd:string"/>
364
+ <element name="cvv2result" nillable="true" type="xsd:string"/>
365
+ <element name="batchnumber" nillable="true" type="xsd:string"/>
348
366
  <element name="last4digits" nillable="true" type="xsd:string"/>
367
+ <element name="entrymethod" nillable="true" type="xsd:string"/>
368
+ <element name="partialapproval" type="xsd:int"/>
369
+ <element name="actioncode" nillable="true" type="xsd:string"/>
349
370
  <element name="ccnum_decrypt" nillable="true" type="xsd:string"/>
350
371
  <element name="expdate_decrypt" nillable="true" type="xsd:string"/>
351
372
  <element name="billaddr1" nillable="true" type="xsd:string"/>
@@ -353,6 +374,12 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
353
374
  <element name="billcity" nillable="true" type="xsd:string"/>
354
375
  <element name="billstate" nillable="true" type="xsd:string"/>
355
376
  <element name="billzip" nillable="true" type="xsd:string"/>
377
+ <element name="shipaddr1" nillable="true" type="xsd:string"/>
378
+ <element name="shipaddr2" nillable="true" type="xsd:string"/>
379
+ <element name="shipcity" nillable="true" type="xsd:string"/>
380
+ <element name="shipstate" nillable="true" type="xsd:string"/>
381
+ <element name="shipzip" nillable="true" type="xsd:string"/>
382
+ <element name="additionaldata" nillable="true" type="xsd:string"/>
356
383
  </sequence>
357
384
  </complexType>
358
385
  <complexType name="ProfileRetrieve">
@@ -362,6 +389,8 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
362
389
  <element name="subid" nillable="true" type="xsd:string"/>
363
390
  <element name="last4digits" nillable="true" type="xsd:string"/>
364
391
  <element name="userprofileid" nillable="true" type="xsd:string"/>
392
+ <element name="paymentprofileid" nillable="true" type="xsd:string"/>
393
+ <element name="shippingprofileid" nillable="true" type="xsd:string"/>
365
394
  <element name="merchantpin" nillable="true" type="xsd:string"/>
366
395
  <element name="ipaddress" nillable="true" type="xsd:string"/>
367
396
  </sequence>
@@ -373,6 +402,8 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
373
402
  <element name="subid" nillable="true" type="xsd:string"/>
374
403
  <element name="last4digits" nillable="true" type="xsd:string"/>
375
404
  <element name="userprofileid" nillable="true" type="xsd:string"/>
405
+ <element name="paymentprofileid" nillable="true" type="xsd:string"/>
406
+ <element name="shippingprofileid" nillable="true" type="xsd:string"/>
376
407
  <element name="merchantpin" nillable="true" type="xsd:string"/>
377
408
  <element name="ipaddress" nillable="true" type="xsd:string"/>
378
409
  </sequence>
@@ -385,6 +416,8 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
385
416
  <element name="amount" type="xsd:float"/>
386
417
  <element name="last4digits" nillable="true" type="xsd:string"/>
387
418
  <element name="userprofileid" nillable="true" type="xsd:string"/>
419
+ <element name="paymentprofileid" nillable="true" type="xsd:string"/>
420
+ <element name="shippingprofileid" nillable="true" type="xsd:string"/>
388
421
  <element name="merchantpin" nillable="true" type="xsd:string"/>
389
422
  <element name="ipaddress" nillable="true" type="xsd:string"/>
390
423
  <element name="authonly" type="xsd:int"/>
@@ -405,6 +438,12 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
405
438
  <element name="purchasecardlevel2" nillable="true" type="tns1:PurchaseCardLevel2"/>
406
439
  <element name="otp" nillable="true" type="xsd:string"/>
407
440
  <element name="deviceid" nillable="true" type="xsd:string"/>
441
+ <element name="cvv2_override" type="xsd:int"/>
442
+ <element name="avs_override" type="xsd:int"/>
443
+ <element name="loadbalance_override" type="xsd:int"/>
444
+ <element name="duplicate_override" type="xsd:int"/>
445
+ <element name="ticketterms" nillable="true" type="xsd:string"/>
446
+ <element name="accountlookupflag" type="xsd:int"/>
408
447
  </sequence>
409
448
  </complexType>
410
449
  <complexType name="ProfileUpdate">
@@ -414,6 +453,8 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
414
453
  <element name="subid" nillable="true" type="xsd:string"/>
415
454
  <element name="last4digits" nillable="true" type="xsd:string"/>
416
455
  <element name="userprofileid" nillable="true" type="xsd:string"/>
456
+ <element name="paymentprofileid" nillable="true" type="xsd:string"/>
457
+ <element name="shippingprofileid" nillable="true" type="xsd:string"/>
417
458
  <element name="merchantpin" nillable="true" type="xsd:string"/>
418
459
  <element name="ipaddress" nillable="true" type="xsd:string"/>
419
460
  <element name="ckname" nillable="true" type="xsd:string"/>
@@ -445,6 +486,11 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
445
486
  <element name="memo" nillable="true" type="xsd:string"/>
446
487
  <element name="currencycode" nillable="true" type="xsd:string"/>
447
488
  <element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
489
+ <element name="cvv2_override" type="xsd:int"/>
490
+ <element name="avs_override" type="xsd:int"/>
491
+ <element name="loadbalance_override" type="xsd:int"/>
492
+ <element name="accttype" type="xsd:int"/>
493
+ <element name="profilenobill" type="xsd:int"/>
448
494
  </sequence>
449
495
  </complexType>
450
496
  <complexType name="ProfileCredit">
@@ -455,27 +501,16 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
455
501
  <element name="amount" type="xsd:float"/>
456
502
  <element name="last4digits" nillable="true" type="xsd:string"/>
457
503
  <element name="userprofileid" nillable="true" type="xsd:string"/>
504
+ <element name="paymentprofileid" nillable="true" type="xsd:string"/>
505
+ <element name="shippingprofileid" nillable="true" type="xsd:string"/>
458
506
  <element name="merchantpin" nillable="true" type="xsd:string"/>
459
507
  <element name="ipaddress" nillable="true" type="xsd:string"/>
460
508
  <element name="currencycode" nillable="true" type="xsd:string"/>
461
509
  <element name="merchantordernumber" nillable="true" type="xsd:string"/>
462
510
  <element name="customizedemail" nillable="true" type="tns1:customEmail"/>
463
511
  <element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
464
- </sequence>
465
- </complexType>
466
- <complexType name="VoidCreditCheck21">
467
- <sequence>
468
- <element name="acctid" nillable="true" type="xsd:string"/>
469
- <element name="accountkey" nillable="true" type="xsd:string"/>
470
- <element name="subid" nillable="true" type="xsd:string"/>
471
- <element name="amount" type="xsd:float"/>
472
- <element name="orderid" nillable="true" type="xsd:string"/>
473
- <element name="historyid" nillable="true" type="xsd:string"/>
474
- <element name="ipaddress" nillable="true" type="xsd:string"/>
475
- <element name="merchantpin" nillable="true" type="xsd:string"/>
476
- <element name="merchantordernumber" nillable="true" type="xsd:string"/>
477
- <element name="senddate" nillable="true" type="xsd:string"/>
478
- <element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
512
+ <element name="loadbalance_override" type="xsd:int"/>
513
+ <element name="duplicate_override" type="xsd:int"/>
479
514
  </sequence>
480
515
  </complexType>
481
516
  <complexType name="TransRetrieve">
@@ -508,6 +543,8 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
508
543
  <element name="authcode" nillable="true" type="xsd:string"/>
509
544
  <element name="total" type="xsd:float"/>
510
545
  <element name="merchantordernumber" nillable="true" type="xsd:string"/>
546
+ <element name="acctid" nillable="true" type="xsd:string"/>
547
+ <element name="subid" nillable="true" type="xsd:string"/>
511
548
  <element name="transdate" nillable="true" type="xsd:dateTime"/>
512
549
  <element name="paytype" nillable="true" type="xsd:string"/>
513
550
  <element name="duplicate" type="xsd:int"/>
@@ -521,7 +558,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
521
558
  <element name="recurtotalaccept" nillable="true" type="xsd:string"/>
522
559
  </sequence>
523
560
  </complexType>
524
- <complexType name="C21ICLInfo">
561
+ <complexType name="C21Info">
525
562
  <sequence>
526
563
  <element name="acctid" nillable="true" type="xsd:string"/>
527
564
  <element name="accountkey" nillable="true" type="xsd:string"/>
@@ -572,9 +609,11 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
572
609
  <element name="hotellodging" nillable="true" type="tns1:HotelLodging"/>
573
610
  <element name="autorental" nillable="true" type="tns1:AutoRental"/>
574
611
  <element name="customizedfields" nillable="true" type="tns1:CustomFields"/>
612
+ <element name="loadbalance_override" type="xsd:int"/>
613
+ <element name="duplicate_override" type="xsd:int"/>
575
614
  </sequence>
576
615
  </complexType>
577
- <complexType name="VoidCreditC21ICL">
616
+ <complexType name="VoidCreditC21">
578
617
  <sequence>
579
618
  <element name="acctid" nillable="true" type="xsd:string"/>
580
619
  <element name="accountkey" nillable="true" type="xsd:string"/>
@@ -620,474 +659,581 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
620
659
  <element name="additionaldata" nillable="true" type="xsd:string"/>
621
660
  </sequence>
622
661
  </complexType>
662
+ <complexType name="AccountLookup">
663
+ <sequence>
664
+ <element name="acctid" nillable="true" type="xsd:string"/>
665
+ <element name="accountkey" nillable="true" type="xsd:string"/>
666
+ <element name="subid" nillable="true" type="xsd:string"/>
667
+ <element name="merchantordernumber" nillable="true" type="xsd:string"/>
668
+ <element name="merchantpin" nillable="true" type="xsd:string"/>
669
+ <element name="ipaddress" nillable="true" type="xsd:string"/>
670
+ <element name="billaddress" nillable="true" type="tns1:address"/>
671
+ <element name="ssnum" nillable="true" type="xsd:string"/>
672
+ </sequence>
673
+ </complexType>
674
+ <complexType name="ProcessAccountLookupResult">
675
+ <sequence>
676
+ <element name="status" nillable="true" type="xsd:string"/>
677
+ <element name="result" nillable="true" type="xsd:string"/>
678
+ <element name="historyid" nillable="true" type="xsd:string"/>
679
+ <element name="orderid" nillable="true" type="xsd:string"/>
680
+ <element name="refcode" nillable="true" type="xsd:string"/>
681
+ <element name="authcode" nillable="true" type="xsd:string"/>
682
+ <element name="paytype" nillable="true" type="xsd:string"/>
683
+ <element name="last4digits" nillable="true" type="xsd:string"/>
684
+ <element name="entrymethod" nillable="true" type="xsd:string"/>
685
+ <element name="firstname" nillable="true" type="xsd:string"/>
686
+ <element name="lastname" nillable="true" type="xsd:string"/>
687
+ <element name="phone" nillable="true" type="xsd:string"/>
688
+ <element name="addr1" nillable="true" type="xsd:string"/>
689
+ <element name="addr2" nillable="true" type="xsd:string"/>
690
+ <element name="city" nillable="true" type="xsd:string"/>
691
+ <element name="state" nillable="true" type="xsd:string"/>
692
+ <element name="zipcode" nillable="true" type="xsd:string"/>
693
+ <element name="country" nillable="true" type="xsd:string"/>
694
+ <element name="additionaldata" nillable="true" type="xsd:string"/>
695
+ </sequence>
696
+ </complexType>
623
697
  </schema>
624
698
  </wsdl:types>
625
699
 
626
- <wsdl:message name="processDebitReturnsRequest">
700
+ <wsdl:message name="processAuthReverseRequest">
627
701
 
628
- <wsdl:part name="debitreturn" type="tns1:DebitReturn"/>
702
+ <wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
629
703
 
630
704
  </wsdl:message>
631
705
 
632
- <wsdl:message name="processProfileCreditRequest">
706
+ <wsdl:message name="processDebitPostRequest">
633
707
 
634
- <wsdl:part name="miscprocess" type="tns1:ProfileCredit"/>
708
+ <wsdl:part name="debitpost" type="tns1:DebitReturn"/>
635
709
 
636
710
  </wsdl:message>
637
711
 
638
- <wsdl:message name="processC21ICLVoidRequest">
712
+ <wsdl:message name="processCCAuthResponse">
639
713
 
640
- <wsdl:part name="miscprocess" type="tns1:VoidCreditC21ICL"/>
714
+ <wsdl:part name="processCCAuthReturn" type="tns1:ProcessResult"/>
641
715
 
642
716
  </wsdl:message>
643
717
 
644
- <wsdl:message name="processACHVerificationRequest">
718
+ <wsdl:message name="processAccountLookupRequest">
645
719
 
646
- <wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
720
+ <wsdl:part name="miscprocess" type="tns1:AccountLookup"/>
647
721
 
648
722
  </wsdl:message>
649
723
 
650
- <wsdl:message name="processExtACHConsumerDisbursementResponse">
724
+ <wsdl:message name="processRecurRetrieveResponse">
651
725
 
652
- <wsdl:part name="processExtACHConsumerDisbursementReturn" type="tns1:ProcessResult"/>
726
+ <wsdl:part name="processRecurRetrieveReturn" type="tns1:ProcessRecurRetrieveResult"/>
653
727
 
654
728
  </wsdl:message>
655
729
 
656
- <wsdl:message name="processCCCreditsRequest">
730
+ <wsdl:message name="processRecurRetrieveRequest">
657
731
 
658
- <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
732
+ <wsdl:part name="miscprocess" type="tns1:RecurRetrieve"/>
659
733
 
660
734
  </wsdl:message>
661
735
 
662
- <wsdl:message name="processCCProfileAddResponse">
736
+ <wsdl:message name="processC21ICLSaleRequest">
663
737
 
664
- <wsdl:part name="processCCProfileAddReturn" type="tns1:ProcessProfileResult"/>
738
+ <wsdl:part name="ckinfo" type="tns1:C21Info"/>
665
739
 
666
740
  </wsdl:message>
667
741
 
668
- <wsdl:message name="processProfileUpdateRequest">
742
+ <wsdl:message name="processC21CreditRequest">
669
743
 
670
- <wsdl:part name="miscprocess" type="tns1:ProfileUpdate"/>
744
+ <wsdl:part name="miscprocess" type="tns1:VoidCreditC21"/>
671
745
 
672
746
  </wsdl:message>
673
747
 
674
- <wsdl:message name="processProfileCreditResponse">
748
+ <wsdl:message name="processCCAuthenticationResponse">
675
749
 
676
- <wsdl:part name="processProfileCreditReturn" type="tns1:ProcessProfileResult"/>
750
+ <wsdl:part name="processCCAuthenticationReturn" type="tns1:ProcessResult"/>
677
751
 
678
752
  </wsdl:message>
679
753
 
680
- <wsdl:message name="processACHSaleResponse">
754
+ <wsdl:message name="processProfileRetrieveRequest">
681
755
 
682
- <wsdl:part name="processACHSaleReturn" type="tns1:ProcessResult"/>
756
+ <wsdl:part name="miscprocess" type="tns1:ProfileRetrieve"/>
683
757
 
684
758
  </wsdl:message>
685
759
 
686
- <wsdl:message name="processC21ICLCreditResponse">
760
+ <wsdl:message name="processExtACHSaleRequest">
687
761
 
688
- <wsdl:part name="processC21ICLCreditReturn" type="tns1:ProcessResult"/>
762
+ <wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
689
763
 
690
764
  </wsdl:message>
691
765
 
692
- <wsdl:message name="processC21RCCCreditResponse">
766
+ <wsdl:message name="processExtACHProfileAddResponse">
693
767
 
694
- <wsdl:part name="processC21RCCCreditReturn" type="tns1:ProcessResult"/>
768
+ <wsdl:part name="processExtACHProfileAddReturn" type="tns1:ProcessProfileResult"/>
695
769
 
696
770
  </wsdl:message>
697
771
 
698
- <wsdl:message name="processC21ICLCreditRequest">
772
+ <wsdl:message name="processCreditResponse">
699
773
 
700
- <wsdl:part name="miscprocess" type="tns1:VoidCreditC21ICL"/>
774
+ <wsdl:part name="processCreditReturn" type="tns1:ProcessResult"/>
701
775
 
702
776
  </wsdl:message>
703
777
 
704
- <wsdl:message name="processCCSalesResponse">
778
+ <wsdl:message name="processACHSaleRequest">
705
779
 
706
- <wsdl:part name="processCCSalesReturn" type="tns1:ProcessResults"/>
780
+ <wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
707
781
 
708
782
  </wsdl:message>
709
783
 
710
- <wsdl:message name="processProfileDeleteResponse">
784
+ <wsdl:message name="processDebitReturnRequest">
711
785
 
712
- <wsdl:part name="processProfileDeleteReturn" type="tns1:ProcessProfileResult"/>
786
+ <wsdl:part name="debitreturn" type="tns1:DebitReturn"/>
713
787
 
714
788
  </wsdl:message>
715
789
 
716
- <wsdl:message name="processTransRetrieveRequest">
790
+ <wsdl:message name="processDebitReturnResponse">
717
791
 
718
- <wsdl:part name="miscprocess" type="tns1:TransRetrieve"/>
792
+ <wsdl:part name="processDebitReturnReturn" type="tns1:ProcessResult"/>
719
793
 
720
794
  </wsdl:message>
721
795
 
722
- <wsdl:message name="processCKProfileAddRequest">
796
+ <wsdl:message name="processDebitPostResponse">
723
797
 
724
- <wsdl:part name="achinfo" type="tns1:ACHInfo"/>
798
+ <wsdl:part name="processDebitPostReturn" type="tns1:ProcessResult"/>
725
799
 
726
800
  </wsdl:message>
727
801
 
728
- <wsdl:message name="processDebitSalesRequest">
802
+ <wsdl:message name="processACHVerificationResponse">
729
803
 
730
- <wsdl:part name="debitinfo" type="tns1:DebitInfo"/>
804
+ <wsdl:part name="processACHVerificationReturn" type="tns1:ProcessResult"/>
731
805
 
732
806
  </wsdl:message>
733
807
 
734
- <wsdl:message name="processDebitSaleResponse">
808
+ <wsdl:message name="processCCSaleRequest">
735
809
 
736
- <wsdl:part name="processDebitSaleReturn" type="tns1:ProcessResult"/>
810
+ <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
737
811
 
738
812
  </wsdl:message>
739
813
 
740
- <wsdl:message name="processCCCreditsResponse">
814
+ <wsdl:message name="processC21ICLSaleResponse">
741
815
 
742
- <wsdl:part name="processCCCreditsReturn" type="tns1:ProcessResults"/>
816
+ <wsdl:part name="processC21ICLSaleReturn" type="tns1:ProcessResult"/>
743
817
 
744
818
  </wsdl:message>
745
819
 
746
- <wsdl:message name="processExtACHConsumerDisbursementRequest">
820
+ <wsdl:message name="processDebitVoidRequest">
747
821
 
748
- <wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
822
+ <wsdl:part name="debitvoid" type="tns1:DebitReturn"/>
749
823
 
750
824
  </wsdl:message>
751
825
 
752
- <wsdl:message name="processCreditRequest">
826
+ <wsdl:message name="processDebitPinlessRequest">
753
827
 
754
- <wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
828
+ <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
755
829
 
756
830
  </wsdl:message>
757
831
 
758
- <wsdl:message name="processDebitReturnsResponse">
832
+ <wsdl:message name="processDebitSalesResponse">
759
833
 
760
- <wsdl:part name="processDebitReturnsReturn" type="tns1:ProcessResults"/>
834
+ <wsdl:part name="processDebitSalesReturn" type="tns1:ProcessResults"/>
761
835
 
762
836
  </wsdl:message>
763
837
 
764
- <wsdl:message name="processCCProfileAddRequest">
838
+ <wsdl:message name="processProfileSaleResponse">
765
839
 
766
- <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
840
+ <wsdl:part name="processProfileSaleReturn" type="tns1:ProcessProfileResult"/>
767
841
 
768
842
  </wsdl:message>
769
843
 
770
- <wsdl:message name="processCCAuthRequest">
844
+ <wsdl:message name="processC21CreditResponse">
845
+
846
+ <wsdl:part name="processC21CreditReturn" type="tns1:ProcessResult"/>
847
+
848
+ </wsdl:message>
849
+
850
+ <wsdl:message name="processCCPostResponse">
851
+
852
+ <wsdl:part name="processCCPostReturn" type="tns1:ProcessResult"/>
853
+
854
+ </wsdl:message>
855
+
856
+ <wsdl:message name="processProfileDeleteRequest">
857
+
858
+ <wsdl:part name="miscprocess" type="tns1:ProfileDelete"/>
859
+
860
+ </wsdl:message>
861
+
862
+ <wsdl:message name="processCCPostRequest">
863
+
864
+ <wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
865
+
866
+ </wsdl:message>
867
+
868
+ <wsdl:message name="processCCSalesRequest">
771
869
 
772
870
  <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
773
871
 
774
872
  </wsdl:message>
775
873
 
776
- <wsdl:message name="processExtACHCreditRequest">
874
+ <wsdl:message name="processCCVoidRequest">
777
875
 
778
876
  <wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
779
877
 
780
878
  </wsdl:message>
781
879
 
782
- <wsdl:message name="processCCAuthsResponse">
880
+ <wsdl:message name="processProfileUpdateResponse">
783
881
 
784
- <wsdl:part name="processCCAuthsReturn" type="tns1:ProcessResults"/>
882
+ <wsdl:part name="processProfileUpdateReturn" type="tns1:ProcessProfileResult"/>
785
883
 
786
884
  </wsdl:message>
787
885
 
788
- <wsdl:message name="processC21RCCSaleResponse">
886
+ <wsdl:message name="processC21ICLVoidResponse">
789
887
 
790
- <wsdl:part name="processC21RCCSaleReturn" type="tns1:ProcessResult"/>
888
+ <wsdl:part name="processC21ICLVoidReturn" type="tns1:ProcessResult"/>
791
889
 
792
890
  </wsdl:message>
793
891
 
794
- <wsdl:message name="processCCSaleResponse">
892
+ <wsdl:message name="processACHCreditRequest">
795
893
 
796
- <wsdl:part name="processCCSaleReturn" type="tns1:ProcessResult"/>
894
+ <wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
797
895
 
798
896
  </wsdl:message>
799
897
 
800
- <wsdl:message name="processC21RCCCreditRequest">
898
+ <wsdl:message name="processDebitSaleRequest">
801
899
 
802
- <wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
900
+ <wsdl:part name="debitinfo" type="tns1:DebitInfo"/>
803
901
 
804
902
  </wsdl:message>
805
903
 
806
- <wsdl:message name="processACHCreditResponse">
904
+ <wsdl:message name="processExtACHCreditResponse">
807
905
 
808
- <wsdl:part name="processACHCreditReturn" type="tns1:ProcessResult"/>
906
+ <wsdl:part name="processExtACHCreditReturn" type="tns1:ProcessResult"/>
809
907
 
810
908
  </wsdl:message>
811
909
 
812
- <wsdl:message name="processExtACHVoidRequest">
910
+ <wsdl:message name="processDebitAuthResponse">
813
911
 
814
- <wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
912
+ <wsdl:part name="processDebitAuthReturn" type="tns1:ProcessResult"/>
815
913
 
816
914
  </wsdl:message>
817
915
 
818
- <wsdl:message name="processCCVoidResponse">
916
+ <wsdl:message name="processDebitAuthRequest">
819
917
 
820
- <wsdl:part name="processCCVoidReturn" type="tns1:ProcessResult"/>
918
+ <wsdl:part name="debitinfo" type="tns1:DebitInfo"/>
821
919
 
822
920
  </wsdl:message>
823
921
 
824
- <wsdl:message name="processCCAuthsRequest">
922
+ <wsdl:message name="processExtACHSaleResponse">
825
923
 
826
- <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
924
+ <wsdl:part name="processExtACHSaleReturn" type="tns1:ProcessResult"/>
827
925
 
828
926
  </wsdl:message>
829
927
 
830
- <wsdl:message name="processC21RCCSaleRequest">
928
+ <wsdl:message name="processDebitVoidResponse">
831
929
 
832
- <wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
930
+ <wsdl:part name="processDebitVoidReturn" type="tns1:ProcessResult"/>
833
931
 
834
932
  </wsdl:message>
835
933
 
836
- <wsdl:message name="processCCAuthenticationRequest">
934
+ <wsdl:message name="processCCCreditResponse">
837
935
 
838
- <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
936
+ <wsdl:part name="processCCCreditReturn" type="tns1:ProcessResult"/>
839
937
 
840
938
  </wsdl:message>
841
939
 
842
- <wsdl:message name="processCCCreditRequest">
940
+ <wsdl:message name="processProfileSaleRequest">
843
941
 
844
- <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
942
+ <wsdl:part name="miscprocess" type="tns1:ProfileSale"/>
845
943
 
846
944
  </wsdl:message>
847
945
 
848
- <wsdl:message name="processProfileRetrieveResponse">
946
+ <wsdl:message name="processCCAuthsResponse">
849
947
 
850
- <wsdl:part name="processProfileRetrieveReturn" type="tns1:ProcessProfileResult"/>
948
+ <wsdl:part name="processCCAuthsReturn" type="tns1:ProcessResults"/>
851
949
 
852
950
  </wsdl:message>
853
951
 
854
- <wsdl:message name="processExtACHVoidResponse">
952
+ <wsdl:message name="processDebitPinlessResponse">
855
953
 
856
- <wsdl:part name="processExtACHVoidReturn" type="tns1:ProcessResult"/>
954
+ <wsdl:part name="processDebitPinlessReturn" type="tns1:ProcessResult"/>
857
955
 
858
956
  </wsdl:message>
859
957
 
860
- <wsdl:message name="processTransRetrieveResponse">
958
+ <wsdl:message name="processCCSaleResponse">
861
959
 
862
- <wsdl:part name="processTransRetrieveReturn" type="tns1:ProcessResult"/>
960
+ <wsdl:part name="processCCSaleReturn" type="tns1:ProcessResult"/>
863
961
 
864
962
  </wsdl:message>
865
963
 
866
- <wsdl:message name="processCKProfileAddResponse">
964
+ <wsdl:message name="processVoidResponse">
867
965
 
868
- <wsdl:part name="processCKProfileAddReturn" type="tns1:ProcessProfileResult"/>
966
+ <wsdl:part name="processVoidReturn" type="tns1:ProcessResult"/>
869
967
 
870
968
  </wsdl:message>
871
969
 
872
- <wsdl:message name="processDebitSalesResponse">
970
+ <wsdl:message name="processCCCreditsResponse">
873
971
 
874
- <wsdl:part name="processDebitSalesReturn" type="tns1:ProcessResults"/>
972
+ <wsdl:part name="processCCCreditsReturn" type="tns1:ProcessResults"/>
875
973
 
876
974
  </wsdl:message>
877
975
 
878
- <wsdl:message name="processProfileSaleResponse">
976
+ <wsdl:message name="processCreditRequest">
879
977
 
880
- <wsdl:part name="processProfileSaleReturn" type="tns1:ProcessProfileResult"/>
978
+ <wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
881
979
 
882
980
  </wsdl:message>
883
981
 
884
- <wsdl:message name="processCCPostRequest">
982
+ <wsdl:message name="processExtACHConsumerDisbursementRequest">
983
+
984
+ <wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
985
+
986
+ </wsdl:message>
987
+
988
+ <wsdl:message name="processDebitReturnsResponse">
989
+
990
+ <wsdl:part name="processDebitReturnsReturn" type="tns1:ProcessResults"/>
991
+
992
+ </wsdl:message>
993
+
994
+ <wsdl:message name="processCCProfileAddRequest">
995
+
996
+ <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
997
+
998
+ </wsdl:message>
999
+
1000
+ <wsdl:message name="processCCAuthRequest">
1001
+
1002
+ <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
1003
+
1004
+ </wsdl:message>
1005
+
1006
+ <wsdl:message name="processExtACHCreditRequest">
885
1007
 
886
1008
  <wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
887
1009
 
888
1010
  </wsdl:message>
889
1011
 
890
- <wsdl:message name="processC21RCCVoidRequest">
1012
+ <wsdl:message name="processACHCreditResponse">
1013
+
1014
+ <wsdl:part name="processACHCreditReturn" type="tns1:ProcessResult"/>
1015
+
1016
+ </wsdl:message>
1017
+
1018
+ <wsdl:message name="processExtACHVoidRequest">
891
1019
 
892
1020
  <wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
893
1021
 
894
1022
  </wsdl:message>
895
1023
 
896
- <wsdl:message name="processCCPostResponse">
1024
+ <wsdl:message name="processCCVoidResponse">
897
1025
 
898
- <wsdl:part name="processCCPostReturn" type="tns1:ProcessResult"/>
1026
+ <wsdl:part name="processCCVoidReturn" type="tns1:ProcessResult"/>
899
1027
 
900
1028
  </wsdl:message>
901
1029
 
902
- <wsdl:message name="processProfileDeleteRequest">
1030
+ <wsdl:message name="processAuthReverseResponse">
903
1031
 
904
- <wsdl:part name="miscprocess" type="tns1:ProfileDelete"/>
1032
+ <wsdl:part name="processAuthReverseReturn" type="tns1:ProcessResult"/>
905
1033
 
906
1034
  </wsdl:message>
907
1035
 
908
- <wsdl:message name="processCheck21VoidResponse">
1036
+ <wsdl:message name="processExtACHProfileAddRequest">
909
1037
 
910
- <wsdl:part name="processCheck21VoidReturn" type="tns1:ProcessResult"/>
1038
+ <wsdl:part name="achinfo" type="tns1:ACHInfo"/>
911
1039
 
912
1040
  </wsdl:message>
913
1041
 
914
- <wsdl:message name="processC21ICLVoidResponse">
1042
+ <wsdl:message name="processCCAuthsRequest">
915
1043
 
916
- <wsdl:part name="processC21ICLVoidReturn" type="tns1:ProcessResult"/>
1044
+ <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
917
1045
 
918
1046
  </wsdl:message>
919
1047
 
920
- <wsdl:message name="processCCSalesRequest">
1048
+ <wsdl:message name="processCCAuthenticationRequest">
921
1049
 
922
1050
  <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
923
1051
 
924
1052
  </wsdl:message>
925
1053
 
926
- <wsdl:message name="processCCVoidRequest">
1054
+ <wsdl:message name="processAccountLookupResponse">
1055
+
1056
+ <wsdl:part name="processAccountLookupReturn" type="tns1:ProcessAccountLookupResult"/>
1057
+
1058
+ </wsdl:message>
1059
+
1060
+ <wsdl:message name="processVoidRequest">
927
1061
 
928
1062
  <wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
929
1063
 
930
1064
  </wsdl:message>
931
1065
 
932
- <wsdl:message name="processProfileUpdateResponse">
1066
+ <wsdl:message name="processC21SaleRequest">
933
1067
 
934
- <wsdl:part name="processProfileUpdateReturn" type="tns1:ProcessProfileResult"/>
1068
+ <wsdl:part name="ckinfo" type="tns1:C21Info"/>
935
1069
 
936
1070
  </wsdl:message>
937
1071
 
938
- <wsdl:message name="processExtACHSaleResponse">
1072
+ <wsdl:message name="processCKProfileAddResponse">
939
1073
 
940
- <wsdl:part name="processExtACHSaleReturn" type="tns1:ProcessResult"/>
1074
+ <wsdl:part name="processCKProfileAddReturn" type="tns1:ProcessProfileResult"/>
941
1075
 
942
1076
  </wsdl:message>
943
1077
 
944
- <wsdl:message name="processCCCreditResponse">
1078
+ <wsdl:message name="processTransRetrieveResponse">
945
1079
 
946
- <wsdl:part name="processCCCreditReturn" type="tns1:ProcessResult"/>
1080
+ <wsdl:part name="processTransRetrieveReturn" type="tns1:ProcessResult"/>
947
1081
 
948
1082
  </wsdl:message>
949
1083
 
950
- <wsdl:message name="processProfileSaleRequest">
1084
+ <wsdl:message name="processCCCreditRequest">
951
1085
 
952
- <wsdl:part name="miscprocess" type="tns1:ProfileSale"/>
1086
+ <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
953
1087
 
954
1088
  </wsdl:message>
955
1089
 
956
- <wsdl:message name="processC21RCCVoidResponse">
1090
+ <wsdl:message name="processProfileRetrieveResponse">
957
1091
 
958
- <wsdl:part name="processC21RCCVoidReturn" type="tns1:ProcessResult"/>
1092
+ <wsdl:part name="processProfileRetrieveReturn" type="tns1:ProcessProfileResult"/>
959
1093
 
960
1094
  </wsdl:message>
961
1095
 
962
- <wsdl:message name="processACHCreditRequest">
1096
+ <wsdl:message name="processExtACHVoidResponse">
963
1097
 
964
- <wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
1098
+ <wsdl:part name="processExtACHVoidReturn" type="tns1:ProcessResult"/>
965
1099
 
966
1100
  </wsdl:message>
967
1101
 
968
- <wsdl:message name="processDebitSaleRequest">
1102
+ <wsdl:message name="processExtACHConsumerDisbursementResponse">
969
1103
 
970
- <wsdl:part name="debitinfo" type="tns1:DebitInfo"/>
1104
+ <wsdl:part name="processExtACHConsumerDisbursementReturn" type="tns1:ProcessResult"/>
971
1105
 
972
1106
  </wsdl:message>
973
1107
 
974
- <wsdl:message name="processExtACHCreditResponse">
1108
+ <wsdl:message name="processCCCreditsRequest">
975
1109
 
976
- <wsdl:part name="processExtACHCreditReturn" type="tns1:ProcessResult"/>
1110
+ <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
977
1111
 
978
1112
  </wsdl:message>
979
1113
 
980
- <wsdl:message name="processRecurRetrieveResponse">
1114
+ <wsdl:message name="processDebitReturnsRequest">
981
1115
 
982
- <wsdl:part name="processRecurRetrieveReturn" type="tns1:ProcessRecurRetrieveResult"/>
1116
+ <wsdl:part name="debitreturn" type="tns1:DebitReturn"/>
983
1117
 
984
1118
  </wsdl:message>
985
1119
 
986
- <wsdl:message name="processRecurRetrieveRequest">
1120
+ <wsdl:message name="processProfileCreditRequest">
987
1121
 
988
- <wsdl:part name="miscprocess" type="tns1:RecurRetrieve"/>
1122
+ <wsdl:part name="miscprocess" type="tns1:ProfileCredit"/>
989
1123
 
990
1124
  </wsdl:message>
991
1125
 
992
- <wsdl:message name="processCheck21CreditResponse">
1126
+ <wsdl:message name="processC21ICLVoidRequest">
993
1127
 
994
- <wsdl:part name="processCheck21CreditReturn" type="tns1:ProcessResult"/>
1128
+ <wsdl:part name="miscprocess" type="tns1:VoidCreditC21"/>
995
1129
 
996
1130
  </wsdl:message>
997
1131
 
998
- <wsdl:message name="processCCAuthResponse">
1132
+ <wsdl:message name="processACHVerificationRequest">
999
1133
 
1000
- <wsdl:part name="processCCAuthReturn" type="tns1:ProcessResult"/>
1134
+ <wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
1001
1135
 
1002
1136
  </wsdl:message>
1003
1137
 
1004
- <wsdl:message name="processACHCheck21Request">
1138
+ <wsdl:message name="processC21SaleResponse">
1005
1139
 
1006
- <wsdl:part name="ckinfo" type="tns1:ACHCheck21Info"/>
1140
+ <wsdl:part name="processC21SaleReturn" type="tns1:ProcessResult"/>
1007
1141
 
1008
1142
  </wsdl:message>
1009
1143
 
1010
- <wsdl:message name="processCCAuthenticationResponse">
1144
+ <wsdl:message name="processProfileCreditResponse">
1011
1145
 
1012
- <wsdl:part name="processCCAuthenticationReturn" type="tns1:ProcessResult"/>
1146
+ <wsdl:part name="processProfileCreditReturn" type="tns1:ProcessProfileResult"/>
1013
1147
 
1014
1148
  </wsdl:message>
1015
1149
 
1016
- <wsdl:message name="processProfileRetrieveRequest">
1150
+ <wsdl:message name="processCCProfileAddResponse">
1017
1151
 
1018
- <wsdl:part name="miscprocess" type="tns1:ProfileRetrieve"/>
1152
+ <wsdl:part name="processCCProfileAddReturn" type="tns1:ProcessProfileResult"/>
1019
1153
 
1020
1154
  </wsdl:message>
1021
1155
 
1022
- <wsdl:message name="processExtACHSaleRequest">
1156
+ <wsdl:message name="processProfileUpdateRequest">
1023
1157
 
1024
- <wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
1158
+ <wsdl:part name="miscprocess" type="tns1:ProfileUpdate"/>
1025
1159
 
1026
1160
  </wsdl:message>
1027
1161
 
1028
- <wsdl:message name="processC21ICLSaleRequest">
1162
+ <wsdl:message name="processC21VoidRequest">
1029
1163
 
1030
- <wsdl:part name="ckinfo" type="tns1:C21ICLInfo"/>
1164
+ <wsdl:part name="miscprocess" type="tns1:VoidCreditC21"/>
1031
1165
 
1032
1166
  </wsdl:message>
1033
1167
 
1034
- <wsdl:message name="processACHVerificationResponse">
1168
+ <wsdl:message name="processC21VoidResponse">
1035
1169
 
1036
- <wsdl:part name="processACHVerificationReturn" type="tns1:ProcessResult"/>
1170
+ <wsdl:part name="processC21VoidReturn" type="tns1:ProcessResult"/>
1037
1171
 
1038
1172
  </wsdl:message>
1039
1173
 
1040
- <wsdl:message name="processCreditResponse">
1174
+ <wsdl:message name="processIncrementalAuthRequest">
1041
1175
 
1042
- <wsdl:part name="processCreditReturn" type="tns1:ProcessResult"/>
1176
+ <wsdl:part name="miscprocess" type="tns1:VoidCreditPost"/>
1043
1177
 
1044
1178
  </wsdl:message>
1045
1179
 
1046
- <wsdl:message name="processACHSaleRequest">
1180
+ <wsdl:message name="processACHSaleResponse">
1047
1181
 
1048
- <wsdl:part name="ckinfo" type="tns1:ACHInfo"/>
1182
+ <wsdl:part name="processACHSaleReturn" type="tns1:ProcessResult"/>
1049
1183
 
1050
1184
  </wsdl:message>
1051
1185
 
1052
- <wsdl:message name="processDebitReturnRequest">
1186
+ <wsdl:message name="processC21ICLCreditResponse">
1053
1187
 
1054
- <wsdl:part name="debitreturn" type="tns1:DebitReturn"/>
1188
+ <wsdl:part name="processC21ICLCreditReturn" type="tns1:ProcessResult"/>
1055
1189
 
1056
1190
  </wsdl:message>
1057
1191
 
1058
- <wsdl:message name="processCheck21VoidRequest">
1192
+ <wsdl:message name="processProfileDeleteResponse">
1059
1193
 
1060
- <wsdl:part name="miscprocess" type="tns1:VoidCreditCheck21"/>
1194
+ <wsdl:part name="processProfileDeleteReturn" type="tns1:ProcessProfileResult"/>
1061
1195
 
1062
1196
  </wsdl:message>
1063
1197
 
1064
- <wsdl:message name="processDebitReturnResponse">
1198
+ <wsdl:message name="processCKProfileAddRequest">
1065
1199
 
1066
- <wsdl:part name="processDebitReturnReturn" type="tns1:ProcessResult"/>
1200
+ <wsdl:part name="achinfo" type="tns1:ACHInfo"/>
1201
+
1202
+ </wsdl:message>
1203
+
1204
+ <wsdl:message name="processTransRetrieveRequest">
1205
+
1206
+ <wsdl:part name="miscprocess" type="tns1:TransRetrieve"/>
1067
1207
 
1068
1208
  </wsdl:message>
1069
1209
 
1070
- <wsdl:message name="processACHCheck21Response">
1210
+ <wsdl:message name="processIncrementalAuthResponse">
1071
1211
 
1072
- <wsdl:part name="processACHCheck21Return" type="tns1:ProcessResult"/>
1212
+ <wsdl:part name="processIncrementalAuthReturn" type="tns1:ProcessResult"/>
1073
1213
 
1074
1214
  </wsdl:message>
1075
1215
 
1076
- <wsdl:message name="processCCSaleRequest">
1216
+ <wsdl:message name="processDebitSalesRequest">
1077
1217
 
1078
- <wsdl:part name="ccinfo" type="tns1:CreditCardInfo"/>
1218
+ <wsdl:part name="debitinfo" type="tns1:DebitInfo"/>
1079
1219
 
1080
1220
  </wsdl:message>
1081
1221
 
1082
- <wsdl:message name="processCheck21CreditRequest">
1222
+ <wsdl:message name="processDebitSaleResponse">
1083
1223
 
1084
- <wsdl:part name="miscprocess" type="tns1:VoidCreditCheck21"/>
1224
+ <wsdl:part name="processDebitSaleReturn" type="tns1:ProcessResult"/>
1085
1225
 
1086
1226
  </wsdl:message>
1087
1227
 
1088
- <wsdl:message name="processC21ICLSaleResponse">
1228
+ <wsdl:message name="processC21ICLCreditRequest">
1089
1229
 
1090
- <wsdl:part name="processC21ICLSaleReturn" type="tns1:ProcessResult"/>
1230
+ <wsdl:part name="miscprocess" type="tns1:VoidCreditC21"/>
1231
+
1232
+ </wsdl:message>
1233
+
1234
+ <wsdl:message name="processCCSalesResponse">
1235
+
1236
+ <wsdl:part name="processCCSalesReturn" type="tns1:ProcessResults"/>
1091
1237
 
1092
1238
  </wsdl:message>
1093
1239
 
@@ -1141,14 +1287,6 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1141
1287
 
1142
1288
  </wsdl:operation>
1143
1289
 
1144
- <wsdl:operation name="processACHCheck21" parameterOrder="ckinfo">
1145
-
1146
- <wsdl:input message="impl:processACHCheck21Request" name="processACHCheck21Request"/>
1147
-
1148
- <wsdl:output message="impl:processACHCheck21Response" name="processACHCheck21Response"/>
1149
-
1150
- </wsdl:operation>
1151
-
1152
1290
  <wsdl:operation name="processCCCredit" parameterOrder="ccinfo">
1153
1291
 
1154
1292
  <wsdl:input message="impl:processCCCreditRequest" name="processCCCreditRequest"/>
@@ -1245,163 +1383,219 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1245
1383
 
1246
1384
  </wsdl:operation>
1247
1385
 
1248
- <wsdl:operation name="processCheck21Void" parameterOrder="miscprocess">
1386
+ <wsdl:operation name="processExtACHVoid" parameterOrder="miscprocess">
1249
1387
 
1250
- <wsdl:input message="impl:processCheck21VoidRequest" name="processCheck21VoidRequest"/>
1388
+ <wsdl:input message="impl:processExtACHVoidRequest" name="processExtACHVoidRequest"/>
1251
1389
 
1252
- <wsdl:output message="impl:processCheck21VoidResponse" name="processCheck21VoidResponse"/>
1390
+ <wsdl:output message="impl:processExtACHVoidResponse" name="processExtACHVoidResponse"/>
1253
1391
 
1254
1392
  </wsdl:operation>
1255
1393
 
1256
- <wsdl:operation name="processCheck21Credit" parameterOrder="miscprocess">
1394
+ <wsdl:operation name="processExtACHCredit" parameterOrder="miscprocess">
1257
1395
 
1258
- <wsdl:input message="impl:processCheck21CreditRequest" name="processCheck21CreditRequest"/>
1396
+ <wsdl:input message="impl:processExtACHCreditRequest" name="processExtACHCreditRequest"/>
1259
1397
 
1260
- <wsdl:output message="impl:processCheck21CreditResponse" name="processCheck21CreditResponse"/>
1398
+ <wsdl:output message="impl:processExtACHCreditResponse" name="processExtACHCreditResponse"/>
1261
1399
 
1262
1400
  </wsdl:operation>
1263
1401
 
1264
- <wsdl:operation name="processExtACHVoid" parameterOrder="miscprocess">
1402
+ <wsdl:operation name="processExtACHSale" parameterOrder="ckinfo">
1265
1403
 
1266
- <wsdl:input message="impl:processExtACHVoidRequest" name="processExtACHVoidRequest"/>
1404
+ <wsdl:input message="impl:processExtACHSaleRequest" name="processExtACHSaleRequest"/>
1267
1405
 
1268
- <wsdl:output message="impl:processExtACHVoidResponse" name="processExtACHVoidResponse"/>
1406
+ <wsdl:output message="impl:processExtACHSaleResponse" name="processExtACHSaleResponse"/>
1269
1407
 
1270
1408
  </wsdl:operation>
1271
1409
 
1272
- <wsdl:operation name="processExtACHCredit" parameterOrder="miscprocess">
1410
+ <wsdl:operation name="processExtACHConsumerDisbursement" parameterOrder="ckinfo">
1273
1411
 
1274
- <wsdl:input message="impl:processExtACHCreditRequest" name="processExtACHCreditRequest"/>
1412
+ <wsdl:input message="impl:processExtACHConsumerDisbursementRequest" name="processExtACHConsumerDisbursementRequest"/>
1413
+
1414
+ <wsdl:output message="impl:processExtACHConsumerDisbursementResponse" name="processExtACHConsumerDisbursementResponse"/>
1415
+
1416
+ </wsdl:operation>
1417
+
1418
+ <wsdl:operation name="processTransRetrieve" parameterOrder="miscprocess">
1419
+
1420
+ <wsdl:input message="impl:processTransRetrieveRequest" name="processTransRetrieveRequest"/>
1421
+
1422
+ <wsdl:output message="impl:processTransRetrieveResponse" name="processTransRetrieveResponse"/>
1423
+
1424
+ </wsdl:operation>
1425
+
1426
+ <wsdl:operation name="processRecurRetrieve" parameterOrder="miscprocess">
1427
+
1428
+ <wsdl:input message="impl:processRecurRetrieveRequest" name="processRecurRetrieveRequest"/>
1429
+
1430
+ <wsdl:output message="impl:processRecurRetrieveResponse" name="processRecurRetrieveResponse"/>
1431
+
1432
+ </wsdl:operation>
1433
+
1434
+ <wsdl:operation name="processC21ICLSale" parameterOrder="ckinfo">
1435
+
1436
+ <wsdl:input message="impl:processC21ICLSaleRequest" name="processC21ICLSaleRequest"/>
1437
+
1438
+ <wsdl:output message="impl:processC21ICLSaleResponse" name="processC21ICLSaleResponse"/>
1439
+
1440
+ </wsdl:operation>
1441
+
1442
+ <wsdl:operation name="processC21ICLVoid" parameterOrder="miscprocess">
1443
+
1444
+ <wsdl:input message="impl:processC21ICLVoidRequest" name="processC21ICLVoidRequest"/>
1445
+
1446
+ <wsdl:output message="impl:processC21ICLVoidResponse" name="processC21ICLVoidResponse"/>
1447
+
1448
+ </wsdl:operation>
1449
+
1450
+ <wsdl:operation name="processC21ICLCredit" parameterOrder="miscprocess">
1451
+
1452
+ <wsdl:input message="impl:processC21ICLCreditRequest" name="processC21ICLCreditRequest"/>
1453
+
1454
+ <wsdl:output message="impl:processC21ICLCreditResponse" name="processC21ICLCreditResponse"/>
1455
+
1456
+ </wsdl:operation>
1457
+
1458
+ <wsdl:operation name="processCCAuthentication" parameterOrder="ccinfo">
1459
+
1460
+ <wsdl:input message="impl:processCCAuthenticationRequest" name="processCCAuthenticationRequest"/>
1461
+
1462
+ <wsdl:output message="impl:processCCAuthenticationResponse" name="processCCAuthenticationResponse"/>
1463
+
1464
+ </wsdl:operation>
1465
+
1466
+ <wsdl:operation name="processCCSales" parameterOrder="ccinfo">
1467
+
1468
+ <wsdl:input message="impl:processCCSalesRequest" name="processCCSalesRequest"/>
1275
1469
 
1276
- <wsdl:output message="impl:processExtACHCreditResponse" name="processExtACHCreditResponse"/>
1470
+ <wsdl:output message="impl:processCCSalesResponse" name="processCCSalesResponse"/>
1277
1471
 
1278
1472
  </wsdl:operation>
1279
1473
 
1280
- <wsdl:operation name="processExtACHSale" parameterOrder="ckinfo">
1474
+ <wsdl:operation name="processCCAuths" parameterOrder="ccinfo">
1281
1475
 
1282
- <wsdl:input message="impl:processExtACHSaleRequest" name="processExtACHSaleRequest"/>
1476
+ <wsdl:input message="impl:processCCAuthsRequest" name="processCCAuthsRequest"/>
1283
1477
 
1284
- <wsdl:output message="impl:processExtACHSaleResponse" name="processExtACHSaleResponse"/>
1478
+ <wsdl:output message="impl:processCCAuthsResponse" name="processCCAuthsResponse"/>
1285
1479
 
1286
1480
  </wsdl:operation>
1287
1481
 
1288
- <wsdl:operation name="processC21RCCVoid" parameterOrder="miscprocess">
1482
+ <wsdl:operation name="processCCCredits" parameterOrder="ccinfo">
1289
1483
 
1290
- <wsdl:input message="impl:processC21RCCVoidRequest" name="processC21RCCVoidRequest"/>
1484
+ <wsdl:input message="impl:processCCCreditsRequest" name="processCCCreditsRequest"/>
1291
1485
 
1292
- <wsdl:output message="impl:processC21RCCVoidResponse" name="processC21RCCVoidResponse"/>
1486
+ <wsdl:output message="impl:processCCCreditsResponse" name="processCCCreditsResponse"/>
1293
1487
 
1294
1488
  </wsdl:operation>
1295
1489
 
1296
- <wsdl:operation name="processC21RCCCredit" parameterOrder="miscprocess">
1490
+ <wsdl:operation name="processDebitSales" parameterOrder="debitinfo">
1297
1491
 
1298
- <wsdl:input message="impl:processC21RCCCreditRequest" name="processC21RCCCreditRequest"/>
1492
+ <wsdl:input message="impl:processDebitSalesRequest" name="processDebitSalesRequest"/>
1299
1493
 
1300
- <wsdl:output message="impl:processC21RCCCreditResponse" name="processC21RCCCreditResponse"/>
1494
+ <wsdl:output message="impl:processDebitSalesResponse" name="processDebitSalesResponse"/>
1301
1495
 
1302
1496
  </wsdl:operation>
1303
1497
 
1304
- <wsdl:operation name="processC21RCCSale" parameterOrder="ckinfo">
1498
+ <wsdl:operation name="processDebitReturns" parameterOrder="debitreturn">
1305
1499
 
1306
- <wsdl:input message="impl:processC21RCCSaleRequest" name="processC21RCCSaleRequest"/>
1500
+ <wsdl:input message="impl:processDebitReturnsRequest" name="processDebitReturnsRequest"/>
1307
1501
 
1308
- <wsdl:output message="impl:processC21RCCSaleResponse" name="processC21RCCSaleResponse"/>
1502
+ <wsdl:output message="impl:processDebitReturnsResponse" name="processDebitReturnsResponse"/>
1309
1503
 
1310
1504
  </wsdl:operation>
1311
1505
 
1312
- <wsdl:operation name="processExtACHConsumerDisbursement" parameterOrder="ckinfo">
1506
+ <wsdl:operation name="processC21Sale" parameterOrder="ckinfo">
1313
1507
 
1314
- <wsdl:input message="impl:processExtACHConsumerDisbursementRequest" name="processExtACHConsumerDisbursementRequest"/>
1508
+ <wsdl:input message="impl:processC21SaleRequest" name="processC21SaleRequest"/>
1315
1509
 
1316
- <wsdl:output message="impl:processExtACHConsumerDisbursementResponse" name="processExtACHConsumerDisbursementResponse"/>
1510
+ <wsdl:output message="impl:processC21SaleResponse" name="processC21SaleResponse"/>
1317
1511
 
1318
1512
  </wsdl:operation>
1319
1513
 
1320
- <wsdl:operation name="processTransRetrieve" parameterOrder="miscprocess">
1514
+ <wsdl:operation name="processC21Void" parameterOrder="miscprocess">
1321
1515
 
1322
- <wsdl:input message="impl:processTransRetrieveRequest" name="processTransRetrieveRequest"/>
1516
+ <wsdl:input message="impl:processC21VoidRequest" name="processC21VoidRequest"/>
1323
1517
 
1324
- <wsdl:output message="impl:processTransRetrieveResponse" name="processTransRetrieveResponse"/>
1518
+ <wsdl:output message="impl:processC21VoidResponse" name="processC21VoidResponse"/>
1325
1519
 
1326
1520
  </wsdl:operation>
1327
1521
 
1328
- <wsdl:operation name="processRecurRetrieve" parameterOrder="miscprocess">
1522
+ <wsdl:operation name="processC21Credit" parameterOrder="miscprocess">
1329
1523
 
1330
- <wsdl:input message="impl:processRecurRetrieveRequest" name="processRecurRetrieveRequest"/>
1524
+ <wsdl:input message="impl:processC21CreditRequest" name="processC21CreditRequest"/>
1331
1525
 
1332
- <wsdl:output message="impl:processRecurRetrieveResponse" name="processRecurRetrieveResponse"/>
1526
+ <wsdl:output message="impl:processC21CreditResponse" name="processC21CreditResponse"/>
1333
1527
 
1334
1528
  </wsdl:operation>
1335
1529
 
1336
- <wsdl:operation name="processC21ICLSale" parameterOrder="ckinfo">
1530
+ <wsdl:operation name="processDebitAuth" parameterOrder="debitinfo">
1337
1531
 
1338
- <wsdl:input message="impl:processC21ICLSaleRequest" name="processC21ICLSaleRequest"/>
1532
+ <wsdl:input message="impl:processDebitAuthRequest" name="processDebitAuthRequest"/>
1339
1533
 
1340
- <wsdl:output message="impl:processC21ICLSaleResponse" name="processC21ICLSaleResponse"/>
1534
+ <wsdl:output message="impl:processDebitAuthResponse" name="processDebitAuthResponse"/>
1341
1535
 
1342
1536
  </wsdl:operation>
1343
1537
 
1344
- <wsdl:operation name="processC21ICLVoid" parameterOrder="miscprocess">
1538
+ <wsdl:operation name="processDebitVoid" parameterOrder="debitvoid">
1345
1539
 
1346
- <wsdl:input message="impl:processC21ICLVoidRequest" name="processC21ICLVoidRequest"/>
1540
+ <wsdl:input message="impl:processDebitVoidRequest" name="processDebitVoidRequest"/>
1347
1541
 
1348
- <wsdl:output message="impl:processC21ICLVoidResponse" name="processC21ICLVoidResponse"/>
1542
+ <wsdl:output message="impl:processDebitVoidResponse" name="processDebitVoidResponse"/>
1349
1543
 
1350
1544
  </wsdl:operation>
1351
1545
 
1352
- <wsdl:operation name="processC21ICLCredit" parameterOrder="miscprocess">
1546
+ <wsdl:operation name="processDebitPost" parameterOrder="debitpost">
1353
1547
 
1354
- <wsdl:input message="impl:processC21ICLCreditRequest" name="processC21ICLCreditRequest"/>
1548
+ <wsdl:input message="impl:processDebitPostRequest" name="processDebitPostRequest"/>
1355
1549
 
1356
- <wsdl:output message="impl:processC21ICLCreditResponse" name="processC21ICLCreditResponse"/>
1550
+ <wsdl:output message="impl:processDebitPostResponse" name="processDebitPostResponse"/>
1357
1551
 
1358
1552
  </wsdl:operation>
1359
1553
 
1360
- <wsdl:operation name="processCCAuthentication" parameterOrder="ccinfo">
1554
+ <wsdl:operation name="processVoid" parameterOrder="miscprocess">
1361
1555
 
1362
- <wsdl:input message="impl:processCCAuthenticationRequest" name="processCCAuthenticationRequest"/>
1556
+ <wsdl:input message="impl:processVoidRequest" name="processVoidRequest"/>
1363
1557
 
1364
- <wsdl:output message="impl:processCCAuthenticationResponse" name="processCCAuthenticationResponse"/>
1558
+ <wsdl:output message="impl:processVoidResponse" name="processVoidResponse"/>
1365
1559
 
1366
1560
  </wsdl:operation>
1367
1561
 
1368
- <wsdl:operation name="processCCSales" parameterOrder="ccinfo">
1562
+ <wsdl:operation name="processDebitPinless" parameterOrder="ccinfo">
1369
1563
 
1370
- <wsdl:input message="impl:processCCSalesRequest" name="processCCSalesRequest"/>
1564
+ <wsdl:input message="impl:processDebitPinlessRequest" name="processDebitPinlessRequest"/>
1371
1565
 
1372
- <wsdl:output message="impl:processCCSalesResponse" name="processCCSalesResponse"/>
1566
+ <wsdl:output message="impl:processDebitPinlessResponse" name="processDebitPinlessResponse"/>
1373
1567
 
1374
1568
  </wsdl:operation>
1375
1569
 
1376
- <wsdl:operation name="processCCAuths" parameterOrder="ccinfo">
1570
+ <wsdl:operation name="processAccountLookup" parameterOrder="miscprocess">
1377
1571
 
1378
- <wsdl:input message="impl:processCCAuthsRequest" name="processCCAuthsRequest"/>
1572
+ <wsdl:input message="impl:processAccountLookupRequest" name="processAccountLookupRequest"/>
1379
1573
 
1380
- <wsdl:output message="impl:processCCAuthsResponse" name="processCCAuthsResponse"/>
1574
+ <wsdl:output message="impl:processAccountLookupResponse" name="processAccountLookupResponse"/>
1381
1575
 
1382
1576
  </wsdl:operation>
1383
1577
 
1384
- <wsdl:operation name="processCCCredits" parameterOrder="ccinfo">
1578
+ <wsdl:operation name="processAuthReverse" parameterOrder="miscprocess">
1385
1579
 
1386
- <wsdl:input message="impl:processCCCreditsRequest" name="processCCCreditsRequest"/>
1580
+ <wsdl:input message="impl:processAuthReverseRequest" name="processAuthReverseRequest"/>
1387
1581
 
1388
- <wsdl:output message="impl:processCCCreditsResponse" name="processCCCreditsResponse"/>
1582
+ <wsdl:output message="impl:processAuthReverseResponse" name="processAuthReverseResponse"/>
1389
1583
 
1390
1584
  </wsdl:operation>
1391
1585
 
1392
- <wsdl:operation name="processDebitSales" parameterOrder="debitinfo">
1586
+ <wsdl:operation name="processIncrementalAuth" parameterOrder="miscprocess">
1393
1587
 
1394
- <wsdl:input message="impl:processDebitSalesRequest" name="processDebitSalesRequest"/>
1588
+ <wsdl:input message="impl:processIncrementalAuthRequest" name="processIncrementalAuthRequest"/>
1395
1589
 
1396
- <wsdl:output message="impl:processDebitSalesResponse" name="processDebitSalesResponse"/>
1590
+ <wsdl:output message="impl:processIncrementalAuthResponse" name="processIncrementalAuthResponse"/>
1397
1591
 
1398
1592
  </wsdl:operation>
1399
1593
 
1400
- <wsdl:operation name="processDebitReturns" parameterOrder="debitreturn">
1594
+ <wsdl:operation name="processExtACHProfileAdd" parameterOrder="achinfo">
1401
1595
 
1402
- <wsdl:input message="impl:processDebitReturnsRequest" name="processDebitReturnsRequest"/>
1596
+ <wsdl:input message="impl:processExtACHProfileAddRequest" name="processExtACHProfileAddRequest"/>
1403
1597
 
1404
- <wsdl:output message="impl:processDebitReturnsResponse" name="processDebitReturnsResponse"/>
1598
+ <wsdl:output message="impl:processExtACHProfileAddResponse" name="processExtACHProfileAddResponse"/>
1405
1599
 
1406
1600
  </wsdl:operation>
1407
1601
 
@@ -1423,7 +1617,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1423
1617
 
1424
1618
  <wsdl:output name="processCCSaleResponse">
1425
1619
 
1426
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1620
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1427
1621
 
1428
1622
  </wsdl:output>
1429
1623
 
@@ -1441,7 +1635,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1441
1635
 
1442
1636
  <wsdl:output name="processCCAuthResponse">
1443
1637
 
1444
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1638
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1445
1639
 
1446
1640
  </wsdl:output>
1447
1641
 
@@ -1459,7 +1653,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1459
1653
 
1460
1654
  <wsdl:output name="processCCVoidResponse">
1461
1655
 
1462
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1656
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1463
1657
 
1464
1658
  </wsdl:output>
1465
1659
 
@@ -1477,7 +1671,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1477
1671
 
1478
1672
  <wsdl:output name="processCCPostResponse">
1479
1673
 
1480
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1674
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1481
1675
 
1482
1676
  </wsdl:output>
1483
1677
 
@@ -1495,7 +1689,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1495
1689
 
1496
1690
  <wsdl:output name="processACHSaleResponse">
1497
1691
 
1498
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1692
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1499
1693
 
1500
1694
  </wsdl:output>
1501
1695
 
@@ -1513,25 +1707,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1513
1707
 
1514
1708
  <wsdl:output name="processACHVerificationResponse">
1515
1709
 
1516
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1517
-
1518
- </wsdl:output>
1519
-
1520
- </wsdl:operation>
1521
-
1522
- <wsdl:operation name="processACHCheck21">
1523
-
1524
- <wsdlsoap:operation soapAction=""/>
1525
-
1526
- <wsdl:input name="processACHCheck21Request">
1527
-
1528
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1529
-
1530
- </wsdl:input>
1531
-
1532
- <wsdl:output name="processACHCheck21Response">
1533
-
1534
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1710
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1535
1711
 
1536
1712
  </wsdl:output>
1537
1713
 
@@ -1549,7 +1725,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1549
1725
 
1550
1726
  <wsdl:output name="processCCCreditResponse">
1551
1727
 
1552
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1728
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1553
1729
 
1554
1730
  </wsdl:output>
1555
1731
 
@@ -1567,7 +1743,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1567
1743
 
1568
1744
  <wsdl:output name="processACHCreditResponse">
1569
1745
 
1570
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1746
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1571
1747
 
1572
1748
  </wsdl:output>
1573
1749
 
@@ -1585,7 +1761,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1585
1761
 
1586
1762
  <wsdl:output name="processCreditResponse">
1587
1763
 
1588
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1764
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1589
1765
 
1590
1766
  </wsdl:output>
1591
1767
 
@@ -1603,7 +1779,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1603
1779
 
1604
1780
  <wsdl:output name="processDebitSaleResponse">
1605
1781
 
1606
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1782
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1607
1783
 
1608
1784
  </wsdl:output>
1609
1785
 
@@ -1621,7 +1797,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1621
1797
 
1622
1798
  <wsdl:output name="processDebitReturnResponse">
1623
1799
 
1624
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1800
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1625
1801
 
1626
1802
  </wsdl:output>
1627
1803
 
@@ -1639,7 +1815,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1639
1815
 
1640
1816
  <wsdl:output name="processCCProfileAddResponse">
1641
1817
 
1642
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1818
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1643
1819
 
1644
1820
  </wsdl:output>
1645
1821
 
@@ -1657,7 +1833,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1657
1833
 
1658
1834
  <wsdl:output name="processCKProfileAddResponse">
1659
1835
 
1660
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1836
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1661
1837
 
1662
1838
  </wsdl:output>
1663
1839
 
@@ -1675,7 +1851,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1675
1851
 
1676
1852
  <wsdl:output name="processProfileRetrieveResponse">
1677
1853
 
1678
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1854
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1679
1855
 
1680
1856
  </wsdl:output>
1681
1857
 
@@ -1693,7 +1869,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1693
1869
 
1694
1870
  <wsdl:output name="processProfileDeleteResponse">
1695
1871
 
1696
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1872
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1697
1873
 
1698
1874
  </wsdl:output>
1699
1875
 
@@ -1711,7 +1887,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1711
1887
 
1712
1888
  <wsdl:output name="processProfileSaleResponse">
1713
1889
 
1714
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1890
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1715
1891
 
1716
1892
  </wsdl:output>
1717
1893
 
@@ -1729,7 +1905,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1729
1905
 
1730
1906
  <wsdl:output name="processProfileUpdateResponse">
1731
1907
 
1732
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1908
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1733
1909
 
1734
1910
  </wsdl:output>
1735
1911
 
@@ -1747,367 +1923,493 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
1747
1923
 
1748
1924
  <wsdl:output name="processProfileCreditResponse">
1749
1925
 
1750
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1926
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1751
1927
 
1752
1928
  </wsdl:output>
1753
1929
 
1754
1930
  </wsdl:operation>
1755
1931
 
1756
- <wsdl:operation name="processCheck21Void">
1932
+ <wsdl:operation name="processExtACHVoid">
1757
1933
 
1758
1934
  <wsdlsoap:operation soapAction=""/>
1759
1935
 
1760
- <wsdl:input name="processCheck21VoidRequest">
1936
+ <wsdl:input name="processExtACHVoidRequest">
1761
1937
 
1762
1938
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1763
1939
 
1764
1940
  </wsdl:input>
1765
1941
 
1766
- <wsdl:output name="processCheck21VoidResponse">
1942
+ <wsdl:output name="processExtACHVoidResponse">
1767
1943
 
1768
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1944
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1769
1945
 
1770
1946
  </wsdl:output>
1771
1947
 
1772
1948
  </wsdl:operation>
1773
1949
 
1774
- <wsdl:operation name="processCheck21Credit">
1950
+ <wsdl:operation name="processExtACHCredit">
1775
1951
 
1776
1952
  <wsdlsoap:operation soapAction=""/>
1777
1953
 
1778
- <wsdl:input name="processCheck21CreditRequest">
1954
+ <wsdl:input name="processExtACHCreditRequest">
1779
1955
 
1780
1956
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1781
1957
 
1782
1958
  </wsdl:input>
1783
1959
 
1784
- <wsdl:output name="processCheck21CreditResponse">
1960
+ <wsdl:output name="processExtACHCreditResponse">
1785
1961
 
1786
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1962
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1787
1963
 
1788
1964
  </wsdl:output>
1789
1965
 
1790
1966
  </wsdl:operation>
1791
1967
 
1792
- <wsdl:operation name="processExtACHVoid">
1968
+ <wsdl:operation name="processExtACHSale">
1793
1969
 
1794
1970
  <wsdlsoap:operation soapAction=""/>
1795
1971
 
1796
- <wsdl:input name="processExtACHVoidRequest">
1972
+ <wsdl:input name="processExtACHSaleRequest">
1797
1973
 
1798
1974
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1799
1975
 
1800
1976
  </wsdl:input>
1801
1977
 
1802
- <wsdl:output name="processExtACHVoidResponse">
1978
+ <wsdl:output name="processExtACHSaleResponse">
1803
1979
 
1804
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1980
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1805
1981
 
1806
1982
  </wsdl:output>
1807
1983
 
1808
1984
  </wsdl:operation>
1809
1985
 
1810
- <wsdl:operation name="processExtACHCredit">
1986
+ <wsdl:operation name="processExtACHConsumerDisbursement">
1811
1987
 
1812
1988
  <wsdlsoap:operation soapAction=""/>
1813
1989
 
1814
- <wsdl:input name="processExtACHCreditRequest">
1990
+ <wsdl:input name="processExtACHConsumerDisbursementRequest">
1815
1991
 
1816
1992
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1817
1993
 
1818
1994
  </wsdl:input>
1819
1995
 
1820
- <wsdl:output name="processExtACHCreditResponse">
1996
+ <wsdl:output name="processExtACHConsumerDisbursementResponse">
1821
1997
 
1822
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
1998
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1823
1999
 
1824
2000
  </wsdl:output>
1825
2001
 
1826
2002
  </wsdl:operation>
1827
2003
 
1828
- <wsdl:operation name="processExtACHSale">
2004
+ <wsdl:operation name="processTransRetrieve">
1829
2005
 
1830
2006
  <wsdlsoap:operation soapAction=""/>
1831
2007
 
1832
- <wsdl:input name="processExtACHSaleRequest">
2008
+ <wsdl:input name="processTransRetrieveRequest">
1833
2009
 
1834
2010
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1835
2011
 
1836
2012
  </wsdl:input>
1837
2013
 
1838
- <wsdl:output name="processExtACHSaleResponse">
2014
+ <wsdl:output name="processTransRetrieveResponse">
1839
2015
 
1840
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2016
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1841
2017
 
1842
2018
  </wsdl:output>
1843
2019
 
1844
2020
  </wsdl:operation>
1845
2021
 
1846
- <wsdl:operation name="processC21RCCVoid">
2022
+ <wsdl:operation name="processRecurRetrieve">
1847
2023
 
1848
2024
  <wsdlsoap:operation soapAction=""/>
1849
2025
 
1850
- <wsdl:input name="processC21RCCVoidRequest">
2026
+ <wsdl:input name="processRecurRetrieveRequest">
1851
2027
 
1852
2028
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1853
2029
 
1854
2030
  </wsdl:input>
1855
2031
 
1856
- <wsdl:output name="processC21RCCVoidResponse">
2032
+ <wsdl:output name="processRecurRetrieveResponse">
1857
2033
 
1858
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2034
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1859
2035
 
1860
2036
  </wsdl:output>
1861
2037
 
1862
2038
  </wsdl:operation>
1863
2039
 
1864
- <wsdl:operation name="processC21RCCCredit">
2040
+ <wsdl:operation name="processC21ICLSale">
1865
2041
 
1866
2042
  <wsdlsoap:operation soapAction=""/>
1867
2043
 
1868
- <wsdl:input name="processC21RCCCreditRequest">
2044
+ <wsdl:input name="processC21ICLSaleRequest">
1869
2045
 
1870
2046
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1871
2047
 
1872
2048
  </wsdl:input>
1873
2049
 
1874
- <wsdl:output name="processC21RCCCreditResponse">
2050
+ <wsdl:output name="processC21ICLSaleResponse">
1875
2051
 
1876
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2052
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1877
2053
 
1878
2054
  </wsdl:output>
1879
2055
 
1880
2056
  </wsdl:operation>
1881
2057
 
1882
- <wsdl:operation name="processC21RCCSale">
2058
+ <wsdl:operation name="processC21ICLVoid">
1883
2059
 
1884
2060
  <wsdlsoap:operation soapAction=""/>
1885
2061
 
1886
- <wsdl:input name="processC21RCCSaleRequest">
2062
+ <wsdl:input name="processC21ICLVoidRequest">
1887
2063
 
1888
2064
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1889
2065
 
1890
2066
  </wsdl:input>
1891
2067
 
1892
- <wsdl:output name="processC21RCCSaleResponse">
2068
+ <wsdl:output name="processC21ICLVoidResponse">
1893
2069
 
1894
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2070
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1895
2071
 
1896
2072
  </wsdl:output>
1897
2073
 
1898
2074
  </wsdl:operation>
1899
2075
 
1900
- <wsdl:operation name="processExtACHConsumerDisbursement">
2076
+ <wsdl:operation name="processC21ICLCredit">
1901
2077
 
1902
2078
  <wsdlsoap:operation soapAction=""/>
1903
2079
 
1904
- <wsdl:input name="processExtACHConsumerDisbursementRequest">
2080
+ <wsdl:input name="processC21ICLCreditRequest">
1905
2081
 
1906
2082
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1907
2083
 
1908
2084
  </wsdl:input>
1909
2085
 
1910
- <wsdl:output name="processExtACHConsumerDisbursementResponse">
2086
+ <wsdl:output name="processC21ICLCreditResponse">
1911
2087
 
1912
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2088
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1913
2089
 
1914
2090
  </wsdl:output>
1915
2091
 
1916
2092
  </wsdl:operation>
1917
2093
 
1918
- <wsdl:operation name="processTransRetrieve">
2094
+ <wsdl:operation name="processCCAuthentication">
1919
2095
 
1920
2096
  <wsdlsoap:operation soapAction=""/>
1921
2097
 
1922
- <wsdl:input name="processTransRetrieveRequest">
2098
+ <wsdl:input name="processCCAuthenticationRequest">
1923
2099
 
1924
2100
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1925
2101
 
1926
2102
  </wsdl:input>
1927
2103
 
1928
- <wsdl:output name="processTransRetrieveResponse">
2104
+ <wsdl:output name="processCCAuthenticationResponse">
1929
2105
 
1930
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2106
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1931
2107
 
1932
2108
  </wsdl:output>
1933
2109
 
1934
2110
  </wsdl:operation>
1935
2111
 
1936
- <wsdl:operation name="processRecurRetrieve">
2112
+ <wsdl:operation name="processCCSales">
1937
2113
 
1938
2114
  <wsdlsoap:operation soapAction=""/>
1939
2115
 
1940
- <wsdl:input name="processRecurRetrieveRequest">
2116
+ <wsdl:input name="processCCSalesRequest">
1941
2117
 
1942
2118
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1943
2119
 
1944
2120
  </wsdl:input>
1945
2121
 
1946
- <wsdl:output name="processRecurRetrieveResponse">
2122
+ <wsdl:output name="processCCSalesResponse">
1947
2123
 
1948
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2124
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1949
2125
 
1950
2126
  </wsdl:output>
1951
2127
 
1952
2128
  </wsdl:operation>
1953
2129
 
1954
- <wsdl:operation name="processC21ICLSale">
2130
+ <wsdl:operation name="processCCAuths">
1955
2131
 
1956
2132
  <wsdlsoap:operation soapAction=""/>
1957
2133
 
1958
- <wsdl:input name="processC21ICLSaleRequest">
2134
+ <wsdl:input name="processCCAuthsRequest">
1959
2135
 
1960
2136
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1961
2137
 
1962
2138
  </wsdl:input>
1963
2139
 
1964
- <wsdl:output name="processC21ICLSaleResponse">
2140
+ <wsdl:output name="processCCAuthsResponse">
1965
2141
 
1966
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2142
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1967
2143
 
1968
2144
  </wsdl:output>
1969
2145
 
1970
2146
  </wsdl:operation>
1971
2147
 
1972
- <wsdl:operation name="processC21ICLVoid">
2148
+ <wsdl:operation name="processCCCredits">
1973
2149
 
1974
2150
  <wsdlsoap:operation soapAction=""/>
1975
2151
 
1976
- <wsdl:input name="processC21ICLVoidRequest">
2152
+ <wsdl:input name="processCCCreditsRequest">
1977
2153
 
1978
2154
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1979
2155
 
1980
2156
  </wsdl:input>
1981
2157
 
1982
- <wsdl:output name="processC21ICLVoidResponse">
2158
+ <wsdl:output name="processCCCreditsResponse">
1983
2159
 
1984
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2160
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
1985
2161
 
1986
2162
  </wsdl:output>
1987
2163
 
1988
2164
  </wsdl:operation>
1989
2165
 
1990
- <wsdl:operation name="processC21ICLCredit">
2166
+ <wsdl:operation name="processDebitSales">
1991
2167
 
1992
2168
  <wsdlsoap:operation soapAction=""/>
1993
2169
 
1994
- <wsdl:input name="processC21ICLCreditRequest">
2170
+ <wsdl:input name="processDebitSalesRequest">
1995
2171
 
1996
2172
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
1997
2173
 
1998
2174
  </wsdl:input>
1999
2175
 
2000
- <wsdl:output name="processC21ICLCreditResponse">
2176
+ <wsdl:output name="processDebitSalesResponse">
2001
2177
 
2002
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2178
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2003
2179
 
2004
2180
  </wsdl:output>
2005
2181
 
2006
2182
  </wsdl:operation>
2007
2183
 
2008
- <wsdl:operation name="processCCAuthentication">
2184
+ <wsdl:operation name="processDebitReturns">
2009
2185
 
2010
2186
  <wsdlsoap:operation soapAction=""/>
2011
2187
 
2012
- <wsdl:input name="processCCAuthenticationRequest">
2188
+ <wsdl:input name="processDebitReturnsRequest">
2013
2189
 
2014
2190
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
2015
2191
 
2016
2192
  </wsdl:input>
2017
2193
 
2018
- <wsdl:output name="processCCAuthenticationResponse">
2194
+ <wsdl:output name="processDebitReturnsResponse">
2019
2195
 
2020
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2196
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2021
2197
 
2022
2198
  </wsdl:output>
2023
2199
 
2024
2200
  </wsdl:operation>
2025
2201
 
2026
- <wsdl:operation name="processCCSales">
2202
+ <wsdl:operation name="processC21Sale">
2027
2203
 
2028
2204
  <wsdlsoap:operation soapAction=""/>
2029
2205
 
2030
- <wsdl:input name="processCCSalesRequest">
2206
+ <wsdl:input name="processC21SaleRequest">
2031
2207
 
2032
2208
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
2033
2209
 
2034
2210
  </wsdl:input>
2035
2211
 
2036
- <wsdl:output name="processCCSalesResponse">
2212
+ <wsdl:output name="processC21SaleResponse">
2037
2213
 
2038
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2214
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2039
2215
 
2040
2216
  </wsdl:output>
2041
2217
 
2042
2218
  </wsdl:operation>
2043
2219
 
2044
- <wsdl:operation name="processCCAuths">
2220
+ <wsdl:operation name="processC21Void">
2045
2221
 
2046
2222
  <wsdlsoap:operation soapAction=""/>
2047
2223
 
2048
- <wsdl:input name="processCCAuthsRequest">
2224
+ <wsdl:input name="processC21VoidRequest">
2049
2225
 
2050
2226
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
2051
2227
 
2052
2228
  </wsdl:input>
2053
2229
 
2054
- <wsdl:output name="processCCAuthsResponse">
2230
+ <wsdl:output name="processC21VoidResponse">
2055
2231
 
2056
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2232
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2057
2233
 
2058
2234
  </wsdl:output>
2059
2235
 
2060
2236
  </wsdl:operation>
2061
2237
 
2062
- <wsdl:operation name="processCCCredits">
2238
+ <wsdl:operation name="processC21Credit">
2063
2239
 
2064
2240
  <wsdlsoap:operation soapAction=""/>
2065
2241
 
2066
- <wsdl:input name="processCCCreditsRequest">
2242
+ <wsdl:input name="processC21CreditRequest">
2067
2243
 
2068
2244
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
2069
2245
 
2070
2246
  </wsdl:input>
2071
2247
 
2072
- <wsdl:output name="processCCCreditsResponse">
2248
+ <wsdl:output name="processC21CreditResponse">
2073
2249
 
2074
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2250
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2075
2251
 
2076
2252
  </wsdl:output>
2077
2253
 
2078
2254
  </wsdl:operation>
2079
2255
 
2080
- <wsdl:operation name="processDebitSales">
2256
+ <wsdl:operation name="processDebitAuth">
2081
2257
 
2082
2258
  <wsdlsoap:operation soapAction=""/>
2083
2259
 
2084
- <wsdl:input name="processDebitSalesRequest">
2260
+ <wsdl:input name="processDebitAuthRequest">
2085
2261
 
2086
2262
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
2087
2263
 
2088
2264
  </wsdl:input>
2089
2265
 
2090
- <wsdl:output name="processDebitSalesResponse">
2266
+ <wsdl:output name="processDebitAuthResponse">
2091
2267
 
2092
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2268
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2093
2269
 
2094
2270
  </wsdl:output>
2095
2271
 
2096
2272
  </wsdl:operation>
2097
2273
 
2098
- <wsdl:operation name="processDebitReturns">
2274
+ <wsdl:operation name="processDebitVoid">
2099
2275
 
2100
2276
  <wsdlsoap:operation soapAction=""/>
2101
2277
 
2102
- <wsdl:input name="processDebitReturnsRequest">
2278
+ <wsdl:input name="processDebitVoidRequest">
2103
2279
 
2104
2280
  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
2105
2281
 
2106
2282
  </wsdl:input>
2107
2283
 
2108
- <wsdl:output name="processDebitReturnsResponse">
2284
+ <wsdl:output name="processDebitVoidResponse">
2285
+
2286
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2287
+
2288
+ </wsdl:output>
2289
+
2290
+ </wsdl:operation>
2291
+
2292
+ <wsdl:operation name="processDebitPost">
2293
+
2294
+ <wsdlsoap:operation soapAction=""/>
2295
+
2296
+ <wsdl:input name="processDebitPostRequest">
2297
+
2298
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
2299
+
2300
+ </wsdl:input>
2301
+
2302
+ <wsdl:output name="processDebitPostResponse">
2303
+
2304
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2305
+
2306
+ </wsdl:output>
2307
+
2308
+ </wsdl:operation>
2309
+
2310
+ <wsdl:operation name="processVoid">
2311
+
2312
+ <wsdlsoap:operation soapAction=""/>
2313
+
2314
+ <wsdl:input name="processVoidRequest">
2315
+
2316
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
2317
+
2318
+ </wsdl:input>
2319
+
2320
+ <wsdl:output name="processVoidResponse">
2321
+
2322
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2323
+
2324
+ </wsdl:output>
2325
+
2326
+ </wsdl:operation>
2327
+
2328
+ <wsdl:operation name="processDebitPinless">
2329
+
2330
+ <wsdlsoap:operation soapAction=""/>
2331
+
2332
+ <wsdl:input name="processDebitPinlessRequest">
2333
+
2334
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
2335
+
2336
+ </wsdl:input>
2337
+
2338
+ <wsdl:output name="processDebitPinlessResponse">
2339
+
2340
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2341
+
2342
+ </wsdl:output>
2343
+
2344
+ </wsdl:operation>
2345
+
2346
+ <wsdl:operation name="processAccountLookup">
2347
+
2348
+ <wsdlsoap:operation soapAction=""/>
2349
+
2350
+ <wsdl:input name="processAccountLookupRequest">
2351
+
2352
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
2353
+
2354
+ </wsdl:input>
2355
+
2356
+ <wsdl:output name="processAccountLookupResponse">
2357
+
2358
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2359
+
2360
+ </wsdl:output>
2361
+
2362
+ </wsdl:operation>
2363
+
2364
+ <wsdl:operation name="processAuthReverse">
2365
+
2366
+ <wsdlsoap:operation soapAction=""/>
2367
+
2368
+ <wsdl:input name="processAuthReverseRequest">
2369
+
2370
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
2371
+
2372
+ </wsdl:input>
2373
+
2374
+ <wsdl:output name="processAuthReverseResponse">
2375
+
2376
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2377
+
2378
+ </wsdl:output>
2379
+
2380
+ </wsdl:operation>
2381
+
2382
+ <wsdl:operation name="processIncrementalAuth">
2383
+
2384
+ <wsdlsoap:operation soapAction=""/>
2385
+
2386
+ <wsdl:input name="processIncrementalAuthRequest">
2387
+
2388
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
2389
+
2390
+ </wsdl:input>
2391
+
2392
+ <wsdl:output name="processIncrementalAuthResponse">
2393
+
2394
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2395
+
2396
+ </wsdl:output>
2397
+
2398
+ </wsdl:operation>
2399
+
2400
+ <wsdl:operation name="processExtACHProfileAdd">
2401
+
2402
+ <wsdlsoap:operation soapAction=""/>
2403
+
2404
+ <wsdl:input name="processExtACHProfileAddRequest">
2405
+
2406
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://MPTransProcess" use="encoded"/>
2407
+
2408
+ </wsdl:input>
2409
+
2410
+ <wsdl:output name="processExtACHProfileAddResponse">
2109
2411
 
2110
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.myprismpay.com/MPWeb/services/TransactionService" use="encoded"/>
2412
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://trans.merchantpartners.com/Web/services/TransactionService" use="encoded"/>
2111
2413
 
2112
2414
  </wsdl:output>
2113
2415
 
@@ -2119,10 +2421,10 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
2119
2421
 
2120
2422
  <wsdl:port binding="impl:TransactionServiceSoapBinding" name="TransactionService">
2121
2423
 
2122
- <wsdlsoap:address location="https://trans.myprismpay.com/MPWeb/services/TransactionService"/>
2424
+ <wsdlsoap:address location="https://trans.merchantpartners.com/Web/services/TransactionService"/>
2123
2425
 
2124
2426
  </wsdl:port>
2125
2427
 
2126
2428
  </wsdl:service>
2127
2429
 
2128
- </wsdl:definitions>
2430
+ </wsdl:definitions>