Is there any way to read XML schema programmatically (using c#) of an Infopath form submitted in a form library or from a form template associated with library.
Only way I found so far is to save template as source and get the xsd file.
But I want to avoid this manual step.