how to generate random xml messages
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

