Hello,
I am working on one C# program, where I want to convert XDR file to XSD file.
I have tried the option of xsd.exe. It converts the xdr to xsd but not in correct structure. i.e. it does not create the XSD with correct root node.
I tried with creating the XSD file using the below option and it creates correctly.
In Biztalk, we have three methods to generate schema through "Add generated Items>Generate Schemas>" -- DTD Schema , Well-Formed XML & XDR Schema.
As I said I want to call this utility in C# code, I was checking for DLL for XDR Schema, but could not find. whereas the DLL for other two is present (Microsoft.BizTalk.DTDToXSDGenerator , Microsoft.BizTalk.WFXToXSDGenerator).
Does anyone knows where can I find the dll for XDR to XSD conve


