Communicate with WCF Windows Service in VB6?

前端 未结 1 952
醉话见心
醉话见心 2020-12-06 14:12

I have a VB6 application that I want to communicate with a WCF Windows Service that I have written which imports Security Certificates. The only function in the service tak

相关标签:
1条回答
  • 2020-12-06 14:27

    The easyest way I have found to access a WCF service from VB6 is to create a .Net ComObject wrapper for the service client. Then in VB6 all your are doing is a create object and calling some methods on the object. All the WCF work takes place in the .Net com object.

    0 讨论(0)
提交回复
热议问题