Emmanuel Benitez
Emmanuel Benitez
You're right but it is possible create your own [IXmlSerializable](https://docs.microsoft.com/en-us/dotnet/api/system.xml.serialization.ixmlserializable?view=netframework-4.8). - [Example of implementation](https://github.com/icraftsoftware/BizTalk.Factory/blob/master/src/BizTalk.Common/Xml/RuntimeTypeXmlSerializer.cs) - [Exemple of usage](https://github.com/icraftsoftware/BizTalk.Factory/blob/master/src/BizTalk.Pipeline.Components/MicroComponent/ContextBuilder.cs) line 75
This link provide a good sample: [link](https://stackoverflow.com/a/8138762)
Hi, Do you plan to check this issue? Thanks in advance.
Thanks for your feedback but the tests works on a local computer. So, the issue is somewhere between the both components ;)