Dear Team, I am getting the below error message, while converting xml message to exig format(encode). "Nagasena.Sax.TransmogrifierException: Unexpected characters ." Mostly, this will happen on DateTime Stamp element only. And the format look like 2018-11-27T14:09:16 or 2018-11-28T04:44:42.7962213Z Please give your suggestion to avoid this error.
Same way, after Decoding it, i am getting "6E0", this should be only 6 <XmlDocumentFormatVersionNumber>6E0</XmlDocumentFormatVersionNumber>...
How to create .EXIG(EXI grammar file) using C#.NET. is there any class or method...