I'm writing asp.net/c# project and need to call web services which other client provide. I've found that most people right click "service reference" to add url and use it. The thing is, I got .wsdl file only, is there any way to use it directly? I've tried the solutions in here and they didn't work. Thank you for answering.
Asked
Active
Viewed 892 times
0
-
1Did you tried this? http://stackoverflow.com/questions/18929076/update-asp-net-webservice-reference-from-wsdl-file – PiotrKowalski Nov 08 '16 at 15:21
-
Yes I did, I fail in step 8, "Web Reference Name" textBox was blocked and the only button I can click is "Cancel". – batyu Nov 09 '16 at 01:29
-
@batyu did you get an answer? – BatshevaRich Jul 23 '20 at 11:54