Re: [ADVANCED-DOTNET] XSD-to-object (on the fly!) query...

2002-05-18 Thread Christian Weyer
Hi Brady, I just digged into my mind and remembered a phrase from someone of the .NET XML/Web Services team at Microsoft. It seems that it is currently not possible to do these super dynamic things as the XmlSerializer does not support dynamic assemblies ... anyhow, I always stand corrected :-) B

[ADVANCED-DOTNET] XSD-to-object (on the fly!) query...

2002-05-18 Thread brady gaster
i've been tinkering around with an idea for the past few days, and i've explored just about all the options i can think of. i've seen a sample of inspecting and using reflection to generate source code on the fly from accessing a WSDL file. it appears as though the majority of the dynamic code ge