I sign and validate B2C invoice with (.net 4.8) SDK 3.3.3 successfully.
But when updated DLL files from (.net 4.8) SDK 3.3.4 sign result in valid but validation result is showing below error.
“Validate EN Schematrons”,False,[Error] occurred in validating Schematrons.]"
“Validate KSA Schematrons”,False,[Error] occurred in validating Schematrons.]" any idea what to do?
i wrote code C# .net 4.8 and use SDK 3.3.3 to sign and validate B2C invoice successfully without any error.
but when i am doing same with SDK 3.3.4 and above, sign result is valid (no error), but validation result is showing below errors.
“Validate EN Schematrons”,False,[Error] occurred in validating Schematrons.]"
“Validate KSA Schematrons”,False,[Error] occurred in validating Schematrons.]"
Hope you understand my issue, i read many other similar post but still now solution.
We are using Zatca EInvoice SDK library for Integration, Onboarding, Invoice Signing, Reporting and Clearance all done.
But we are facing a problem in using eInvoice Validator from SDK library.
“Validate EN Schematrons”,False,[Error] occurred in validating Schematrons.]"
“Validate KSA Schematrons”,False,[Error] occurred in validating Schematrons.]"
I don’t think this is a bug, Validation via CLI works without any problem. Maybe we don’t know how to use this library for our project, that’s why we are asking.
SDK 3.3.4, 3.3.5 and 3.3.6 give us the above error. So we ignore validating our invoice before submitting to server.
We hope that the Zatca eInvoice SDK Developer can provide direction, or a Sample Project on how to use the .Net Zatca eInvoice SDK library correctly.
I did not get your question, I am using developer mode generating CSR with information in DATA\Input folder, C# with SDK VER before 3.3.4 is working with same CSR signing step & validation steps are valid, but with 3.3.4 sign step are valid but validation steps have error as mentioned.