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