Hi there,

Anyway to use MongoTemplate to persist XML(InputStream, String, etc) instead of Java POJO's?
Do I need to implement the MongoConverter to do that?
My system does not have Java entities, all system will be builded using Fpml(Xml).

Regards