Calling ASP.net Web Service from C# Application

前端 未结 4 894
被撕碎了的回忆
被撕碎了的回忆 2021-01-04 21:09

I have a question. How can i invoke a web service and get the result from a C# desktop application. I am making a desktop app and I want it to be able to connect to my onlin

4条回答
  •  南方客
    南方客 (楼主)
    2021-01-04 21:43

    This is possible the same way that you access web services from any other type of application, be it an ASP.NET page, a class library or windows service.

    For an explanatory tutorial on the subject, see Accessing a Web Service from a Desktop Application.

提交回复
热议问题