B2C - hardcoded file name used - NewSigned.xml

Hi,

When we call ZATCA DLL for signing simplified invoices (class EInvoiceSigningLogic. Method: SignDocument), after the XML is signed, the DLL saves the XML into a a file by name NewSigned.xml. This name is hard coded.
This is preventing us from using multi threading to speed up the signing process as we have a large volume of data on a daily basis
This file isn’t used by ZATCA DLL anywhere. It was possibly done purely for debugging and they have missed removing this debugging code.
try
{
xmlDocument2.Save(“NewSigned.xml”)
}
catch
{
}

Can this be removed and a new version uploaded with this correction?

Regards
Vivek Kedia

1 Like

Dear Vivek,

Kindly note that the team is working on this issue, ZATCA will update you once it’s fixed.

Dear Amerah,

Its been more than 2 months since I raised this issue for the DLL SDK
Can I have an update on this?

Is this issue resolved in the JAVA SDK in SDK Ver 3.2.2 as mentioned in the release notes : Detection of an empty file and a partially completed readme file in the JAVA SDK.?

Regards,
Vivek