consume web service from winform app

  • Thread starter Thread starter GotDotNet?
  • Start date Start date
G

GotDotNet?

I'm creating a winForm application and I want to consume a web service I
created.
When I add the web service as a web reference its only showing me the .asmx
file and not the .wsdl, .disco files
and in code I can't add a reference to it at all.

is it possible to consume a web service from a winForm app or even a class
(dll)?
if so how?
 
How are you adding the Web Reference? And what do you mean by "showing me
the .asmx file"--do you mean it downloaded it to your local computer?
 
Back
Top