diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3fa41e5..f31367e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
----------------------------------------
+* 4.70 (2022-05-04)
+* Update WSDL from 4.69 to 4.70
+* new parameter encData for sdk
+
+----------------------------------------
+
* 4.69 (2022-01-19)
* Update WSDL from 4.68 to 4.69
* new parameters threeDSinfo, travelFileNumber for doAuthorization
diff --git a/README.md b/README.md
index f0e8121..43c78c1 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Add this dependency in your project's POM:
com.payline
payline-java-sdk
- 4.69
+ 4.70
```
@@ -34,7 +34,7 @@ Add this dependency in your project's POM:
com.payline
payline-java-sdk
- 4.69
+ 4.70
javax.xml.ws
diff --git a/pom.xml b/pom.xml
index 37ae7d7..5e6fd2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.payline
payline-java-sdk
- 4.69
+ 4.70
Payline JAVA SDK Project
Modified for TBD using last WSDL from https://docs.monext.fr/display/DT/Endpoints. The Payline API provides access to the various functions of the Payline payment solution. It is based on standard web service components, which include the SOAP protocol, the WSDL and XSD definition languages. These standards are supported by a large range of development tools on multiple platforms. This SDK covers all the functions of the Payline payment solution.
diff --git a/src/main/java/com/payline/kit/utils/Utils.java b/src/main/java/com/payline/kit/utils/Utils.java
index 3c67f67..7b73fe3 100644
--- a/src/main/java/com/payline/kit/utils/Utils.java
+++ b/src/main/java/com/payline/kit/utils/Utils.java
@@ -90,7 +90,7 @@ public final class Utils {
/**
* kit version
*/
- private static final String kitVersion = "kit JAVA v4.69";
+ private static final String kitVersion = "kit JAVA v4.70";
private static final String HTTP_PROXY_SET = "http.proxySet";
private static final String HTTP_PROXY_HOST = "http.proxyHost";
diff --git a/src/main/resources/wsdls/DirectPaymentAPI.wsdl b/src/main/resources/wsdls/DirectPaymentAPI.wsdl
index 08dc68d..5e79772 100644
--- a/src/main/resources/wsdls/DirectPaymentAPI.wsdl
+++ b/src/main/resources/wsdls/DirectPaymentAPI.wsdl
@@ -2875,6 +2875,7 @@
+
diff --git a/src/main/resources/wsdls/ExtendedAPI.wsdl b/src/main/resources/wsdls/ExtendedAPI.wsdl
index aba7eba..90265b4 100644
--- a/src/main/resources/wsdls/ExtendedAPI.wsdl
+++ b/src/main/resources/wsdls/ExtendedAPI.wsdl
@@ -2875,6 +2875,7 @@
+
diff --git a/src/main/resources/wsdls/WebPaymentAPI.wsdl b/src/main/resources/wsdls/WebPaymentAPI.wsdl
index cf1b6ee..e562529 100644
--- a/src/main/resources/wsdls/WebPaymentAPI.wsdl
+++ b/src/main/resources/wsdls/WebPaymentAPI.wsdl
@@ -2875,6 +2875,7 @@
+