Re: How to digitally sign an XML document

2017-03-29 Thread Bruno LEGAY via 4D_Tech
Hi, > How to digitally sign an XML document The signature of xml document is pretty well standardized by the xmldisg which is a W3C spec. We have written a v15 component to sign a soap request with xmldsig. To do this I used 4D php fastcgi for openssl commands and xml canonicalization.

How to digitally sign an XML document

2017-03-28 Thread Epperlein, Lutz (agendo) via 4D_Tech
The subject says it. How do I do this with 4D? I found a description how to do it using the .NET Framework: https://msdn.microsoft.com/de-de/library/ms229745(v=vs.110).aspx The following question is the question for verifying of signed xml documents. There exists a .NET reference too: https://