nps_sdk 1.0.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/nps/sdk.rb +4 -0
- data/lib/nps/services.rb +1 -0
- data/lib/nps/soap_client.rb +3 -3
- data/lib/nps/utils.rb +1 -1
- data/lib/nps/wsdl/development.wsdl +195 -117
- data/lib/nps/wsdl/sandbox.wsdl +2629 -2161
- metadata +1 -1
@@ -1,7 +1,8 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="https://
|
2
|
+
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="https://dev.nps.com.ar/ws" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="https://dev.nps.com.ar/ws">
|
3
3
|
<types>
|
4
|
-
<xsd:schema targetNamespace="https://
|
4
|
+
<xsd:schema targetNamespace="https://dev.nps.com.ar/ws"
|
5
|
+
>
|
5
6
|
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
|
6
7
|
<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
|
7
8
|
<xsd:complexType name="TaxesRequestStruct">
|
@@ -91,6 +92,7 @@
|
|
91
92
|
<xsd:complexType name="BillingDetailsStruct">
|
92
93
|
<xsd:all>
|
93
94
|
<xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
95
|
+
<xsd:element name="InvoiceDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
94
96
|
<xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
95
97
|
<xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
96
98
|
<xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
@@ -177,12 +179,34 @@
|
|
177
179
|
</xsd:restriction>
|
178
180
|
</xsd:complexContent>
|
179
181
|
</xsd:complexType>
|
180
|
-
<xsd:complexType name="
|
182
|
+
<xsd:complexType name="cc">
|
183
|
+
<xsd:all>
|
184
|
+
<xsd:element name="CarrierCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
185
|
+
<xsd:element name="TravelAgentCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
186
|
+
<xsd:element name="TravelAgentName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
187
|
+
<xsd:element name="Date" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
188
|
+
<xsd:element name="Country" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
189
|
+
<xsd:element name="City" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
190
|
+
<xsd:element name="Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
191
|
+
</xsd:all>
|
192
|
+
</xsd:complexType>
|
193
|
+
<xsd:complexType name="AirlineTicketStruct">
|
181
194
|
<xsd:all>
|
182
195
|
<xsd:element name="TicketNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
196
|
+
<xsd:element name="Eticket" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
197
|
+
<xsd:element name="Restricted" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
198
|
+
<xsd:element name="Issue" type="tns:cc" nillable="false" minOccurs="0" maxOccurs="1"/>
|
199
|
+
<xsd:element name="TotalFareAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
200
|
+
<xsd:element name="TotalTaxAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
201
|
+
<xsd:element name="TotalFeeAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
202
|
+
</xsd:all>
|
203
|
+
</xsd:complexType>
|
204
|
+
<xsd:complexType name="AirlineDetailsStruct">
|
205
|
+
<xsd:all>
|
183
206
|
<xsd:element name="PNR" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
184
207
|
<xsd:element name="Legs" type="tns:ArrayOf_LegStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
|
185
208
|
<xsd:element name="Passengers" type="tns:ArrayOf_PassengerStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
|
209
|
+
<xsd:element name="Ticket" type="tns:AirlineTicketStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
186
210
|
</xsd:all>
|
187
211
|
</xsd:complexType>
|
188
212
|
<xsd:complexType name="VaultReference2pStruct">
|
@@ -470,6 +494,7 @@
|
|
470
494
|
<xsd:complexType name="RespuestaStruct_BankPayment_2p_BillingDetails">
|
471
495
|
<xsd:all>
|
472
496
|
<xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
497
|
+
<xsd:element name="InvoiceDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
473
498
|
<xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
474
499
|
<xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
475
500
|
<xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
@@ -890,11 +915,16 @@
|
|
890
915
|
<xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_3p_Transactions" nillable="false"/>
|
891
916
|
</xsd:all>
|
892
917
|
</xsd:complexType>
|
918
|
+
<xsd:complexType name="VaultReference3pStruct">
|
919
|
+
<xsd:all>
|
920
|
+
<xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
921
|
+
</xsd:all>
|
922
|
+
</xsd:complexType>
|
893
923
|
<xsd:complexType name="RequerimientoStruct_Authorize_3p">
|
894
924
|
<xsd:all>
|
895
925
|
<xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
896
|
-
<xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="
|
897
|
-
<xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="
|
926
|
+
<xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
927
|
+
<xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
898
928
|
<xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
899
929
|
<xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
900
930
|
<xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
@@ -937,6 +967,7 @@
|
|
937
967
|
<xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
938
968
|
<xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
939
969
|
<xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
970
|
+
<xsd:element name="psp_VaultReference" type="tns:VaultReference3pStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
940
971
|
</xsd:all>
|
941
972
|
</xsd:complexType>
|
942
973
|
<xsd:complexType name="RespuestaStruct_Authorize_3p">
|
@@ -1360,7 +1391,8 @@
|
|
1360
1391
|
<xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1361
1392
|
<xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1362
1393
|
<xsd:element name="psp_CardInputDetails" type="tns:CardInputDetailsStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1363
|
-
<xsd:element name="
|
1394
|
+
<xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1395
|
+
<xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1364
1396
|
<xsd:element name="psp_ClientSession" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1365
1397
|
</xsd:all>
|
1366
1398
|
</xsd:complexType>
|
@@ -1386,7 +1418,8 @@
|
|
1386
1418
|
<xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false"/>
|
1387
1419
|
<xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
|
1388
1420
|
<xsd:element name="psp_CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
|
1389
|
-
<xsd:element name="
|
1421
|
+
<xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
|
1422
|
+
<xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
|
1390
1423
|
<xsd:element name="psp_AlreadyUsed" type="xsd:string" nillable="false"/>
|
1391
1424
|
<xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
|
1392
1425
|
<xsd:element name="psp_UpdatedAt" type="xsd:string" nillable="false"/>
|
@@ -1409,7 +1442,35 @@
|
|
1409
1442
|
<xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false"/>
|
1410
1443
|
<xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
|
1411
1444
|
<xsd:element name="psp_CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
|
1412
|
-
<xsd:element name="
|
1445
|
+
<xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
|
1446
|
+
<xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
|
1447
|
+
<xsd:element name="psp_AlreadyUsed" type="xsd:string" nillable="false"/>
|
1448
|
+
<xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
|
1449
|
+
<xsd:element name="psp_UpdatedAt" type="xsd:string" nillable="false"/>
|
1450
|
+
</xsd:all>
|
1451
|
+
</xsd:complexType>
|
1452
|
+
<xsd:complexType name="RequerimientoStruct_RecachePaymentMethodToken">
|
1453
|
+
<xsd:all>
|
1454
|
+
<xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1455
|
+
<xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1456
|
+
<xsd:element name="psp_PaymentMethodId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1457
|
+
<xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1458
|
+
<xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1459
|
+
<xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1460
|
+
<xsd:element name="psp_ClientSession" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1461
|
+
</xsd:all>
|
1462
|
+
</xsd:complexType>
|
1463
|
+
<xsd:complexType name="RespuestaStruct_RecachePaymentMethodToken">
|
1464
|
+
<xsd:all>
|
1465
|
+
<xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false"/>
|
1466
|
+
<xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false"/>
|
1467
|
+
<xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false"/>
|
1468
|
+
<xsd:element name="psp_MerchantId" type="xsd:string" nillable="false"/>
|
1469
|
+
<xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false"/>
|
1470
|
+
<xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
|
1471
|
+
<xsd:element name="psp_CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
|
1472
|
+
<xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false"/>
|
1473
|
+
<xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false"/>
|
1413
1474
|
<xsd:element name="psp_AlreadyUsed" type="xsd:string" nillable="false"/>
|
1414
1475
|
<xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
|
1415
1476
|
<xsd:element name="psp_UpdatedAt" type="xsd:string" nillable="false"/>
|
@@ -1440,7 +1501,8 @@
|
|
1440
1501
|
<xsd:element name="PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1441
1502
|
<xsd:element name="Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1442
1503
|
<xsd:element name="CardInputDetails" type="tns:CardInputDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1443
|
-
<xsd:element name="
|
1504
|
+
<xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1505
|
+
<xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1444
1506
|
</xsd:all>
|
1445
1507
|
</xsd:complexType>
|
1446
1508
|
<xsd:complexType name="RequerimientoStruct_CreatePaymentMethod">
|
@@ -1460,7 +1522,8 @@
|
|
1460
1522
|
<xsd:element name="Product" type="xsd:string" nillable="false"/>
|
1461
1523
|
<xsd:element name="CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
|
1462
1524
|
<xsd:element name="FingerPrint" type="xsd:string" nillable="false"/>
|
1463
|
-
<xsd:element name="
|
1525
|
+
<xsd:element name="Person" type="tns:PersonStruct" nillable="false"/>
|
1526
|
+
<xsd:element name="Address" type="tns:AddressStruct" nillable="false"/>
|
1464
1527
|
<xsd:element name="CreatedAt" type="xsd:string" nillable="false"/>
|
1465
1528
|
<xsd:element name="UpdatedAt" type="xsd:string" nillable="false"/>
|
1466
1529
|
</xsd:all>
|
@@ -1530,7 +1593,8 @@
|
|
1530
1593
|
<xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1531
1594
|
<xsd:element name="psp_PaymentMethodId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1532
1595
|
<xsd:element name="psp_CardInputDetails" type="tns:CardInputUpdateDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1533
|
-
<xsd:element name="
|
1596
|
+
<xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1597
|
+
<xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1534
1598
|
<xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1535
1599
|
<xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1536
1600
|
</xsd:all>
|
@@ -1587,7 +1651,8 @@
|
|
1587
1651
|
<xsd:element name="Product" type="xsd:string" nillable="false"/>
|
1588
1652
|
<xsd:element name="CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
|
1589
1653
|
<xsd:element name="FingerPrint" type="xsd:string" nillable="false"/>
|
1590
|
-
<xsd:element name="
|
1654
|
+
<xsd:element name="Person" type="tns:PersonStruct" nillable="false"/>
|
1655
|
+
<xsd:element name="Address" type="tns:AddressStruct" nillable="false"/>
|
1591
1656
|
<xsd:element name="CreatedAt" type="xsd:string" nillable="false"/>
|
1592
1657
|
<xsd:element name="UpdatedAt" type="xsd:string" nillable="false"/>
|
1593
1658
|
</xsd:all>
|
@@ -1743,6 +1808,7 @@
|
|
1743
1808
|
<xsd:complexType name="RespuestaStruct_SimpleQueryTx_BillingDetails">
|
1744
1809
|
<xsd:all>
|
1745
1810
|
<xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1811
|
+
<xsd:element name="InvoiceDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1746
1812
|
<xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1747
1813
|
<xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1748
1814
|
<xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
@@ -1770,10 +1836,10 @@
|
|
1770
1836
|
</xsd:complexType>
|
1771
1837
|
<xsd:complexType name="RespuestaStruct_SimpleQueryTx_AirlineDetails">
|
1772
1838
|
<xsd:all>
|
1773
|
-
<xsd:element name="TicketNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1774
1839
|
<xsd:element name="PNR" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1775
1840
|
<xsd:element name="Legs" type="tns:ArrayOf_LegStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1776
1841
|
<xsd:element name="Passengers" type="tns:ArrayOf_PassengerStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1842
|
+
<xsd:element name="Ticket" type="tns:AirlineTicketStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1777
1843
|
</xsd:all>
|
1778
1844
|
</xsd:complexType>
|
1779
1845
|
<xsd:complexType name="RespuestaStruct_SimpleQueryTx_Transactions">
|
@@ -1880,7 +1946,6 @@
|
|
1880
1946
|
<xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1881
1947
|
<xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
|
1882
1948
|
<xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
|
1883
|
-
<xsd:element name="psp_CardOutputDetails" type="tns:RespuestaStruct_SimpleQueryTx_CustomerAdditionalDetails" nillable="false"/>
|
1884
1949
|
</xsd:all>
|
1885
1950
|
</xsd:complexType>
|
1886
1951
|
<xsd:complexType name="RespuestaStruct_QueryCardDetails">
|
@@ -2168,6 +2233,10 @@
|
|
2168
2233
|
<part name="Requerimiento" type="tns:RequerimientoStruct_RetrievePaymentMethodToken" /></message>
|
2169
2234
|
<message name="RetrievePaymentMethodTokenResponse">
|
2170
2235
|
<part name="Respuesta" type="tns:RespuestaStruct_RetrievePaymentMethodToken" /></message>
|
2236
|
+
<message name="RecachePaymentMethodTokenRequest">
|
2237
|
+
<part name="Requerimiento" type="tns:RequerimientoStruct_RecachePaymentMethodToken" /></message>
|
2238
|
+
<message name="RecachePaymentMethodTokenResponse">
|
2239
|
+
<part name="Respuesta" type="tns:RespuestaStruct_RecachePaymentMethodToken" /></message>
|
2171
2240
|
<message name="CreateClientSessionRequest">
|
2172
2241
|
<part name="Requerimiento" type="tns:RequerimientoStruct_CreateClientSession" /></message>
|
2173
2242
|
<message name="CreateClientSessionResponse">
|
@@ -2305,6 +2374,10 @@
|
|
2305
2374
|
<input message="tns:RetrievePaymentMethodTokenRequest"/>
|
2306
2375
|
<output message="tns:RetrievePaymentMethodTokenResponse"/>
|
2307
2376
|
</operation>
|
2377
|
+
<operation name="RecachePaymentMethodToken">
|
2378
|
+
<input message="tns:RecachePaymentMethodTokenRequest"/>
|
2379
|
+
<output message="tns:RecachePaymentMethodTokenResponse"/>
|
2380
|
+
</operation>
|
2308
2381
|
<operation name="CreateClientSession">
|
2309
2382
|
<input message="tns:CreateClientSessionRequest"/>
|
2310
2383
|
<output message="tns:CreateClientSessionResponse"/>
|
@@ -2381,179 +2454,184 @@
|
|
2381
2454
|
<binding name="PaymentServicePlatformBinding" type="tns:PaymentServicePlatformPortType">
|
2382
2455
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
2383
2456
|
<operation name="PayOnLine_2p">
|
2384
|
-
<soap:operation soapAction="https://
|
2385
|
-
<input><soap:body use="encoded" namespace="https://
|
2386
|
-
<output><soap:body use="encoded" namespace="https://
|
2457
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/PayOnLine_2p" style="rpc"/>
|
2458
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2459
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2387
2460
|
</operation>
|
2388
2461
|
<operation name="Authorize_2p">
|
2389
|
-
<soap:operation soapAction="https://
|
2390
|
-
<input><soap:body use="encoded" namespace="https://
|
2391
|
-
<output><soap:body use="encoded" namespace="https://
|
2462
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/Authorize_2p" style="rpc"/>
|
2463
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2464
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2392
2465
|
</operation>
|
2393
2466
|
<operation name="BankPayment_2p">
|
2394
|
-
<soap:operation soapAction="https://
|
2395
|
-
<input><soap:body use="encoded" namespace="https://
|
2396
|
-
<output><soap:body use="encoded" namespace="https://
|
2467
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/BankPayment_2p" style="rpc"/>
|
2468
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2469
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2397
2470
|
</operation>
|
2398
2471
|
<operation name="SplitPayOnLine_2p">
|
2399
|
-
<soap:operation soapAction="https://
|
2400
|
-
<input><soap:body use="encoded" namespace="https://
|
2401
|
-
<output><soap:body use="encoded" namespace="https://
|
2472
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/SplitPayOnLine_2p" style="rpc"/>
|
2473
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2474
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2402
2475
|
</operation>
|
2403
2476
|
<operation name="SplitAuthorize_2p">
|
2404
|
-
<soap:operation soapAction="https://
|
2405
|
-
<input><soap:body use="encoded" namespace="https://
|
2406
|
-
<output><soap:body use="encoded" namespace="https://
|
2477
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/SplitAuthorize_2p" style="rpc"/>
|
2478
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2479
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2407
2480
|
</operation>
|
2408
2481
|
<operation name="PayOnLine_3p">
|
2409
|
-
<soap:operation soapAction="https://
|
2410
|
-
<input><soap:body use="encoded" namespace="https://
|
2411
|
-
<output><soap:body use="encoded" namespace="https://
|
2482
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/PayOnLine_3p" style="rpc"/>
|
2483
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2484
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2412
2485
|
</operation>
|
2413
2486
|
<operation name="SplitPayOnLine_3p">
|
2414
|
-
<soap:operation soapAction="https://
|
2415
|
-
<input><soap:body use="encoded" namespace="https://
|
2416
|
-
<output><soap:body use="encoded" namespace="https://
|
2487
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/SplitPayOnLine_3p" style="rpc"/>
|
2488
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2489
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2417
2490
|
</operation>
|
2418
2491
|
<operation name="Authorize_3p">
|
2419
|
-
<soap:operation soapAction="https://
|
2420
|
-
<input><soap:body use="encoded" namespace="https://
|
2421
|
-
<output><soap:body use="encoded" namespace="https://
|
2492
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/Authorize_3p" style="rpc"/>
|
2493
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2494
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2422
2495
|
</operation>
|
2423
2496
|
<operation name="SplitAuthorize_3p">
|
2424
|
-
<soap:operation soapAction="https://
|
2425
|
-
<input><soap:body use="encoded" namespace="https://
|
2426
|
-
<output><soap:body use="encoded" namespace="https://
|
2497
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/SplitAuthorize_3p" style="rpc"/>
|
2498
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2499
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2427
2500
|
</operation>
|
2428
2501
|
<operation name="BankPayment_3p">
|
2429
|
-
<soap:operation soapAction="https://
|
2430
|
-
<input><soap:body use="encoded" namespace="https://
|
2431
|
-
<output><soap:body use="encoded" namespace="https://
|
2502
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/BankPayment_3p" style="rpc"/>
|
2503
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2504
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2432
2505
|
</operation>
|
2433
2506
|
<operation name="CashPayment_3p">
|
2434
|
-
<soap:operation soapAction="https://
|
2435
|
-
<input><soap:body use="encoded" namespace="https://
|
2436
|
-
<output><soap:body use="encoded" namespace="https://
|
2507
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/CashPayment_3p" style="rpc"/>
|
2508
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2509
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2437
2510
|
</operation>
|
2438
2511
|
<operation name="Capture">
|
2439
|
-
<soap:operation soapAction="https://
|
2440
|
-
<input><soap:body use="encoded" namespace="https://
|
2441
|
-
<output><soap:body use="encoded" namespace="https://
|
2512
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/Capture" style="rpc"/>
|
2513
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2514
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2442
2515
|
</operation>
|
2443
2516
|
<operation name="Refund">
|
2444
|
-
<soap:operation soapAction="https://
|
2445
|
-
<input><soap:body use="encoded" namespace="https://
|
2446
|
-
<output><soap:body use="encoded" namespace="https://
|
2517
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/Refund" style="rpc"/>
|
2518
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2519
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2447
2520
|
</operation>
|
2448
2521
|
<operation name="GetInstallmentsOptions">
|
2449
|
-
<soap:operation soapAction="https://
|
2450
|
-
<input><soap:body use="encoded" namespace="https://
|
2451
|
-
<output><soap:body use="encoded" namespace="https://
|
2522
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/GetInstallmentsOptions" style="rpc"/>
|
2523
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2524
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2452
2525
|
</operation>
|
2453
2526
|
<operation name="CreatePaymentMethodToken">
|
2454
|
-
<soap:operation soapAction="https://
|
2455
|
-
<input><soap:body use="encoded" namespace="https://
|
2456
|
-
<output><soap:body use="encoded" namespace="https://
|
2527
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/CreatePaymentMethodToken" style="rpc"/>
|
2528
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2529
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2457
2530
|
</operation>
|
2458
2531
|
<operation name="RetrievePaymentMethodToken">
|
2459
|
-
<soap:operation soapAction="https://
|
2460
|
-
<input><soap:body use="encoded" namespace="https://
|
2461
|
-
<output><soap:body use="encoded" namespace="https://
|
2532
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/RetrievePaymentMethodToken" style="rpc"/>
|
2533
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2534
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2535
|
+
</operation>
|
2536
|
+
<operation name="RecachePaymentMethodToken">
|
2537
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/RecachePaymentMethodToken" style="rpc"/>
|
2538
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2539
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2462
2540
|
</operation>
|
2463
2541
|
<operation name="CreateClientSession">
|
2464
|
-
<soap:operation soapAction="https://
|
2465
|
-
<input><soap:body use="encoded" namespace="https://
|
2466
|
-
<output><soap:body use="encoded" namespace="https://
|
2542
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/CreateClientSession" style="rpc"/>
|
2543
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2544
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2467
2545
|
</operation>
|
2468
2546
|
<operation name="CreatePaymentMethod">
|
2469
|
-
<soap:operation soapAction="https://
|
2470
|
-
<input><soap:body use="encoded" namespace="https://
|
2471
|
-
<output><soap:body use="encoded" namespace="https://
|
2547
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/CreatePaymentMethod" style="rpc"/>
|
2548
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2549
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2472
2550
|
</operation>
|
2473
2551
|
<operation name="CreatePaymentMethodFromPayment">
|
2474
|
-
<soap:operation soapAction="https://
|
2475
|
-
<input><soap:body use="encoded" namespace="https://
|
2476
|
-
<output><soap:body use="encoded" namespace="https://
|
2552
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/CreatePaymentMethodFromPayment" style="rpc"/>
|
2553
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2554
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2477
2555
|
</operation>
|
2478
2556
|
<operation name="RetrievePaymentMethod">
|
2479
|
-
<soap:operation soapAction="https://
|
2480
|
-
<input><soap:body use="encoded" namespace="https://
|
2481
|
-
<output><soap:body use="encoded" namespace="https://
|
2557
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/RetrievePaymentMethod" style="rpc"/>
|
2558
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2559
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2482
2560
|
</operation>
|
2483
2561
|
<operation name="UpdatePaymentMethod">
|
2484
|
-
<soap:operation soapAction="https://
|
2485
|
-
<input><soap:body use="encoded" namespace="https://
|
2486
|
-
<output><soap:body use="encoded" namespace="https://
|
2562
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/UpdatePaymentMethod" style="rpc"/>
|
2563
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2564
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2487
2565
|
</operation>
|
2488
2566
|
<operation name="DeletePaymentMethod">
|
2489
|
-
<soap:operation soapAction="https://
|
2490
|
-
<input><soap:body use="encoded" namespace="https://
|
2491
|
-
<output><soap:body use="encoded" namespace="https://
|
2567
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/DeletePaymentMethod" style="rpc"/>
|
2568
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2569
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2492
2570
|
</operation>
|
2493
2571
|
<operation name="CreateCustomer">
|
2494
|
-
<soap:operation soapAction="https://
|
2495
|
-
<input><soap:body use="encoded" namespace="https://
|
2496
|
-
<output><soap:body use="encoded" namespace="https://
|
2572
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/CreateCustomer" style="rpc"/>
|
2573
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2574
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2497
2575
|
</operation>
|
2498
2576
|
<operation name="RetrieveCustomer">
|
2499
|
-
<soap:operation soapAction="https://
|
2500
|
-
<input><soap:body use="encoded" namespace="https://
|
2501
|
-
<output><soap:body use="encoded" namespace="https://
|
2577
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/RetrieveCustomer" style="rpc"/>
|
2578
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2579
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2502
2580
|
</operation>
|
2503
2581
|
<operation name="UpdateCustomer">
|
2504
|
-
<soap:operation soapAction="https://
|
2505
|
-
<input><soap:body use="encoded" namespace="https://
|
2506
|
-
<output><soap:body use="encoded" namespace="https://
|
2582
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/UpdateCustomer" style="rpc"/>
|
2583
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2584
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2507
2585
|
</operation>
|
2508
2586
|
<operation name="DeleteCustomer">
|
2509
|
-
<soap:operation soapAction="https://
|
2510
|
-
<input><soap:body use="encoded" namespace="https://
|
2511
|
-
<output><soap:body use="encoded" namespace="https://
|
2587
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/DeleteCustomer" style="rpc"/>
|
2588
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2589
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2512
2590
|
</operation>
|
2513
2591
|
<operation name="SimpleQueryTx">
|
2514
|
-
<soap:operation soapAction="https://
|
2515
|
-
<input><soap:body use="encoded" namespace="https://
|
2516
|
-
<output><soap:body use="encoded" namespace="https://
|
2592
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/SimpleQueryTx" style="rpc"/>
|
2593
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2594
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2517
2595
|
</operation>
|
2518
2596
|
<operation name="QueryCardNumber">
|
2519
|
-
<soap:operation soapAction="https://
|
2520
|
-
<input><soap:body use="encoded" namespace="https://
|
2521
|
-
<output><soap:body use="encoded" namespace="https://
|
2597
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/QueryCardNumber" style="rpc"/>
|
2598
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2599
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2522
2600
|
</operation>
|
2523
2601
|
<operation name="QueryCardDetails">
|
2524
|
-
<soap:operation soapAction="https://
|
2525
|
-
<input><soap:body use="encoded" namespace="https://
|
2526
|
-
<output><soap:body use="encoded" namespace="https://
|
2602
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/QueryCardDetails" style="rpc"/>
|
2603
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2604
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2527
2605
|
</operation>
|
2528
2606
|
<operation name="QueryTxs">
|
2529
|
-
<soap:operation soapAction="https://
|
2530
|
-
<input><soap:body use="encoded" namespace="https://
|
2531
|
-
<output><soap:body use="encoded" namespace="https://
|
2607
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/QueryTxs" style="rpc"/>
|
2608
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2609
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2532
2610
|
</operation>
|
2533
2611
|
<operation name="GetIINDetails">
|
2534
|
-
<soap:operation soapAction="https://
|
2535
|
-
<input><soap:body use="encoded" namespace="https://
|
2536
|
-
<output><soap:body use="encoded" namespace="https://
|
2612
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/GetIINDetails" style="rpc"/>
|
2613
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2614
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2537
2615
|
</operation>
|
2538
2616
|
<operation name="ChangeSecretKey">
|
2539
|
-
<soap:operation soapAction="https://
|
2540
|
-
<input><soap:body use="encoded" namespace="https://
|
2541
|
-
<output><soap:body use="encoded" namespace="https://
|
2617
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/ChangeSecretKey" style="rpc"/>
|
2618
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2619
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2542
2620
|
</operation>
|
2543
2621
|
<operation name="FraudScreening">
|
2544
|
-
<soap:operation soapAction="https://
|
2545
|
-
<input><soap:body use="encoded" namespace="https://
|
2546
|
-
<output><soap:body use="encoded" namespace="https://
|
2622
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/FraudScreening" style="rpc"/>
|
2623
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2624
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2547
2625
|
</operation>
|
2548
2626
|
<operation name="NotifyFraudScreeningReview">
|
2549
|
-
<soap:operation soapAction="https://
|
2550
|
-
<input><soap:body use="encoded" namespace="https://
|
2551
|
-
<output><soap:body use="encoded" namespace="https://
|
2627
|
+
<soap:operation soapAction="https://dev.nps.com.ar/ws.php/NotifyFraudScreeningReview" style="rpc"/>
|
2628
|
+
<input><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
|
2629
|
+
<output><soap:body use="encoded" namespace="https://dev.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
|
2552
2630
|
</operation>
|
2553
2631
|
</binding>
|
2554
2632
|
<service name="PaymentServicePlatform">
|
2555
2633
|
<port name="PaymentServicePlatformPort" binding="tns:PaymentServicePlatformBinding">
|
2556
|
-
<soap:address location="https://
|
2634
|
+
<soap:address location="https://dev.nps.com.ar:443/ws.php"/>
|
2557
2635
|
</port>
|
2558
2636
|
</service>
|
2559
2637
|
</definitions>
|