Problem in doing Add Web Reference (http://.../service.asmx)
- by flopdix
I am trying to Add a Web Reference to http//.../service.asmx file in my project.
First it gives me an error:
"...
Unable to download following files from:
http://.../service.asmx?wsdl
Do you want to skip these files and continue
..."
When i click 'Yes', the proxy gets created with .disco and other reference files, but does not adds .wsdl file.
Other option i tried, i used http//.../service.asmx?wsdl to add web reference. In this case, i dont get any error, but the proxy gets added with .wsdl and reference files, but it does not adds .disco file.
Can someone help me on why this is happening? I thought, adding web reference to .asmx should add everything under the proxy.