Question

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).

Was it helpful?

Solution

There were spaces in some attribute names in the XSD which were causing the proxy not to generate. I removed the spaces and modified some XSD's by hand to generate a some what partially correct proxy. I ended up updating the generated proxies by hand to remove the errors.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top