ebics-java / ebics-java-client

Java open source EBICS client - Support for French, German and Swiss banks
GNU Lesser General Public License v2.1
36 stars 35 forks source link

failed to execute FUL (v2.5) #21

Open NileshRameshPatil opened 3 years ago

NileshRameshPatil commented 3 years ago

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 user.email=nilesh@test.com 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 .

uwemaurer commented 3 years ago

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.

NileshRameshPatil commented 3 years ago

Thanks @uwe for quick reply .

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

NileshRameshPatil commented 3 years ago

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 .