I am using a .net 2.0 client to create a proxy from a wsdl file. This wsdl has some types included from other xsd files.
When I create proxy, the types that are specified in xsd documents are created even though they are referenced with in the wsdl. I tried it some other clients like Soap UI, java. They all work fine. Is there a tweak to work this out?