You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to create FUL requests after done with INI, HIA and HPB with the command
bin/ebics-client-h004.sh -ot FUL -i pain.001.xml
but getting below error on submission of FUL using above command( bin/ebics-client-h004.sh -ot FUL -i pain.001.xml) .
org.ebics.client.exception.EbicsException: Element has xsi:nil attribute but is not nillable in element FULOrderParams@urn:org:ebics:H004
at org.ebics.client.xml.h004.DefaultEbicsRootElement.validate(DefaultEbicsRootElement.java:196) ~[ebics-java-lib-1.2-SNAPSHOT.jar:?]
at org.ebics.client.filetransfer.h004.FileTransfer.sendFile(FileTransfer.java:111) ~[ebics-java-lib-1.2-SNAPSHOT.jar:?]
at org.ebics.client.console.h004.ConsoleApp.sendFile(App.kt:151) [ebics-console-app-1.2-SNAPSHOT.jar:?]
at org.ebics.client.console.h004.ConsoleApp.runMain(App.kt:79) [ebics-console-app-1.2-SNAPSHOT.jar:?]
at org.ebics.client.console.h004.AppKt.main(App.kt:298) [ebics-console-app-1.2-SNAPSHOT.jar:?]
Sorry, this stacktrace is not from classes of this library, I see the package name is org.ebics.client, however this ebics project uses org.kopi.ebics.
From the error message it sounds like something is null where it should not be null.
I tried to create FUL requests after done with INI, HIA and HPB with the command
bin/ebics-client-h004.sh -ot FUL -i pain.001.xml
but getting below error on submission of FUL using above command( bin/ebics-client-h004.sh -ot FUL -i pain.001.xml) .
org.ebics.client.exception.EbicsException: Element has xsi:nil attribute but is not nillable in element FULOrderParams@urn:org:ebics:H004
at org.ebics.client.xml.h004.DefaultEbicsRootElement.validate(DefaultEbicsRootElement.java:196) ~[ebics-java-lib-1.2-SNAPSHOT.jar:?]
at org.ebics.client.filetransfer.h004.FileTransfer.sendFile(FileTransfer.java:111) ~[ebics-java-lib-1.2-SNAPSHOT.jar:?]
at org.ebics.client.console.h004.ConsoleApp.sendFile(App.kt:151) [ebics-console-app-1.2-SNAPSHOT.jar:?]
at org.ebics.client.console.h004.ConsoleApp.runMain(App.kt:79) [ebics-console-app-1.2-SNAPSHOT.jar:?]
at org.ebics.client.console.h004.AppKt.main(App.kt:298) [ebics-console-app-1.2-SNAPSHOT.jar:?]
**********my EBICS.txt file :
ebicsVersion=H004
password=password
userId=USER5
partnerId=PARTNER7
hostId=HOSTBNK7
bank.url=http://10.11.11.190:4000/test
bank.name=HOSTBNK7
user.name=USER5
user.email=[email protected]
user.country=FR
user.org=BM
languageCode=EN
countryCode=FR
productName=EBICS Java Kernel 1.0
use.certificates=true
can anyone help me here to execute FUL successfully .
The text was updated successfully, but these errors were encountered: