I am using the ServiceDescriptionImporter class to generate a web services proxy at runtime.
I pass WSDL to the class, and have it generate the proxy assembly. The WSDL contains schemas for complex data types.
How do I retrieve the schema for the complex types from the compiled assembly?
This is getting pretty deep, I know. I hope someone can help me here.