gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: adjust to last change


From: gnunet
Subject: [libeufin] branch master updated: adjust to last change
Date: Mon, 11 Nov 2019 20:32:20 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new d0973f0  adjust to last change
d0973f0 is described below

commit d0973f02ba3f2d7f87582439e9b90dfe84eecaa6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 11 20:32:11 2019 +0100

    adjust to last change
---
 nexus/src/main/kotlin/Main.kt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/nexus/src/main/kotlin/Main.kt b/nexus/src/main/kotlin/Main.kt
index 3a452eb..e1275ad 100644
--- a/nexus/src/main/kotlin/Main.kt
+++ b/nexus/src/main/kotlin/Main.kt
@@ -46,9 +46,9 @@ import org.jetbrains.exposed.sql.transactions.transaction
 import org.slf4j.LoggerFactory
 import tech.libeufin.sandbox.*
 import tech.libeufin.schema.ebics_h004.*
-import tech.libeufin.schema.ebics_s001.PubKeyValueType
-import tech.libeufin.schema.ebics_s001.SignaturePubKeyInfoType
-import tech.libeufin.schema.ebics_s001.SignaturePubKeyOrderData
+import tech.libeufin.schema.ebics_s001.SignatureTypes.SignaturePubKeyInfoType
+import tech.libeufin.schema.ebics_s001.SignatureTypes.SignaturePubKeyOrderData
+import tech.libeufin.schema.ebics_s001.SignatureTypes.PubKeyValueType
 import java.text.DateFormat
 import javax.sql.rowset.serial.SerialBlob
 import javax.xml.bind.JAXBElement
@@ -323,8 +323,8 @@ fun main() {
                     Triple(subscriber.ebicsURL, hpbDoc, 
subscriber.encryptionPrivateKey.toByteArray())
                 }
 
-                val response = 
client.postToBank<EbicsKeyManagementResponse>(url, body)
-                print("HTD response: " + XMLUtil.convertJaxbToString(response))
+                val response = client.postToBank<EbicsResponse>(url, body)
+                print("HTD response: " + 
XMLUtil.convertJaxbToString<EbicsResponse>(response.value))
 
                 call.respond(
                     HttpStatusCode.NotImplemented,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]