“Any tool to generate Web Service Proxy for .Net 1.1”

北慕城南 提交于 2019-12-11 02:37:22

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/4606196/any-tool-to-generate-web-service-proxy-for-net-1-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!