I've a WSDL file with links to external XSD's (I've the xsd's as well deployed to the correct relative path as it's reference in WSDL). When I'm trying to generate a proxy with VS 2003 (.Net 1.1 wsdl tool) The proxy didn't get generated. However it worked fine for VS 2005. What could be wrong. Any idea?
It gives Unable to Import Binding and didn't generates a proxy class.
PS: My wsdl file is very long and there are dozens of xsd it referenced so can't post all here.
EDIT:
Is there any other tool available which can generate the proxy for .Net 1.1 (preferably CSharp).