我的系统如下所示:

我需要从 to 发送消息Management portal来WCF Service 1控制 Web 应用程序(清除缓存等)。
这里的问题是消息必须通过WCF Service 2。我不能WCF Service 2像其他两个组件(Management portal和WCF Service)那样频繁地更新,所以我必须制定某种通用方法,在WCF Service 2这种方法中,只需将消息重新发送到WCF Service 1而不关心它。
如何使WCF Service 2充当和之间的Management portal代理WCF Service 1?
(注意:我不能直接调用服务 1,因为服务 2 负责加密、日志记录等)