ebics-java-client icon indicating copy to clipboard operation
ebics-java-client copied to clipboard

failed to execute FUL (v2.5)

Open NileshRameshPatil opened this issue 3 years ago • 3 comments

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:?]

image

**********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 [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 .

NileshRameshPatil avatar Jun 08 '21 10:06 NileshRameshPatil