Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to execute FUL (v2.5) #21

Open
NileshRameshPatil opened this issue Jun 8, 2021 · 3 comments
Open

failed to execute FUL (v2.5) #21

NileshRameshPatil opened this issue Jun 8, 2021 · 3 comments

Comments

@NileshRameshPatil
Copy link

NileshRameshPatil commented Jun 8, 2021

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

@uwemaurer
Copy link
Collaborator

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
Copy link
Author

Thanks @uwe for quick reply .

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

@NileshRameshPatil
Copy link
Author

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants