gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libeufin] branch master updated: ini sample


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated: ini sample
Date: Wed, 25 Sep 2019 14:59:08 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 0227be3  ini sample
0227be3 is described below

commit 0227be3bb73effe104d5dd53e721f920d7e23eb4
Author: Florian Dold <address@hidden>
AuthorDate: Wed Sep 25 14:59:05 2019 +0200

    ini sample
---
 src/test/resources/ebics_ini_request_sample.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/src/test/resources/ebics_ini_request_sample.xml 
b/src/test/resources/ebics_ini_request_sample.xml
new file mode 100644
index 0000000..ec950d0
--- /dev/null
+++ b/src/test/resources/ebics_ini_request_sample.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ebicsUnsecuredRequest Revision="1" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="urn:org:ebics:H004 ebics_keymgmt_request_H004.xsd" 
Version="H004" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"; 
xmlns="urn:org:ebics:H004">
+  <header authenticate="true">
+    <static>
+      <HostID>foo</HostID>
+      <PartnerID>flo-kid</PartnerID>
+      <UserID>flo-uid</UserID>
+      <OrderDetails>
+        <OrderType>INI</OrderType>
+        <OrderAttribute>DZNNN</OrderAttribute>
+      </OrderDetails>
+      <SecurityMedium>0000</SecurityMedium>
+    </static>
+    <mutable />
+  </header>
+  <body>
+    <DataTransfer>
+      
<OrderData>eJx9U1tzmkAUfu9M/wNDH524XIINjprBaLxSUASDL51FlvvFsIus/vpSYm3a1D6e7/vO/ZzeI00T5ogKHOZZn+XbHMugbJ+7Yeb32ZJ4dw/s4+Dzp54R+hkkZYH00lmgk1a4qBhBApnaP8NdisM+GxBy6AJQVVW7Ett54QOB43jwoi6NfYBSeBdmmMBsj1im1ndxAy7zPSRN8nfuyAn3uIlg1BGYmwxozO/4V3Ftil32UpKLb1TEAU4Gtcat3b5c1P/JztbtM8zfA5hlXt4QNfWGWDAp0QWqQRd314byAX9j1NwtkxIPsBSTgy/SSeTsdr61scm2xaEOxVufvxfM6pirYuqVauu1iGdQcnRzslpOO8P1Up6hyM6xHuRKJ6rUoUG1h6UHoY9OuzkRVKmaxsncPoueMiKrwuKdWFrLggZtIO927pRWIrVlkaTS3LMKdbSVR+OFNOQD82w/u1H5DbyWAsD
 [...]
+    </DataTransfer>
+  </body>
+</ebicsUnsecuredRequest>

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



reply via email to

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