hi all,
I need to generate random XML messages out of a schema, what could be the easiest soultion dot net solution of generating .cs file first and inserting data in stream seems too complicated, also its not generic. I want a generic soultion that would let me create XML data against any XSD schema
any ideas
regards,
Omer

how to generate random xml messages
MAttinNHTryAgain
Have you read the article http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnxmlnet/html/xmlgen.asp that discusses how to do this in .NET Or is that too complicated because it involves writing code
The commercial XML Schema editors offer this feature, but of course you might not get the degree of control you need.