开发者

How to call a VB.NET application from a remote system by Java servlets?

开发者 https://www.devze.com 2022-12-13 00:14 出处:网络
I have an application in VB.NET. I want to ca开发者_开发技巧ll that application from a remote system by using Java servlets. Can anybody tell me the methods for that?Make the VB.NET application expose

I have an application in VB.NET. I want to ca开发者_开发技巧ll that application from a remote system by using Java servlets. Can anybody tell me the methods for that?


Make the VB.NET application expose an HTTP WCF endpoint and call from Java using standard web services calls.

0

精彩评论

暂无评论...
验证码 换一张
取 消