且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将应用程序连接到Web服务器

更新时间:2023-02-23 16:14:21

Winform,并且您的服务器是系统的另一层,则应使用Web服务在客户端和服务器之间进行交互.
if you have a winform and you have a server that is another layer of your system, you should use webservices to interact between clients and the server.


您好,您可以创建一个Web服务来调用该Windows应用程序,并且您的主要Web应用程序引用了该Web服务并通过soapclient调用它:)
Hi, you can create an web service to call that windows application, and your main web application references to that web service and call it via soapclient :)