Posts by João Pedro • 131 points
2 posts
-
5
votes2
answers3639
viewsA: Validation of digital signature
After wasting considerable time I found the reason: I was saving the xml file like this: XmlDocument xmlDoc = new XmlDocument(); xmlDoc.PreserveWhitespace = false; xmlDoc.InnerXml = xml;…
-
8
votes2
answers3639
viewsQ: Validation of digital signature
I am developing a software integration with the legal note webservice for issuance of electronic tax notes of the city of Porto Alegre. After some difficulties I was able to fine tune the xml so…