Communicate between 2 WCF services

前端 未结 2 1672
谎友^
谎友^ 2021-01-27 00:48

How to communicate between 2 WCF services hosted on 2 different machines.

2条回答
  •  情深已故
    2021-01-27 01:46

    Easy! With WCF!

    Add a service reference to each of them pointing to the other and you're done.

提交回复
热议问题