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 4 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

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.

uwemaurer avatar Jun 08 '21 10:06 uwemaurer

Thanks @uwe for quick reply .

does my FUL command correct ? bin/ebics-client-h004.sh -ot FUL -i pain.001.xml

NileshRameshPatil avatar Jun 08 '21 13:06 NileshRameshPatil

Hi @uwemaurer

can you help me with the sample FUL command with any sample payload file? ,So that I will take a reference of it and test FUL scenarios .

NileshRameshPatil avatar Jun 16 '21 06:06 NileshRameshPatil