Connect to WCF Service from another WCF Service
I have one WCF Service in Server1 that exposes a group of SOAP WS in several endpoints. Then i have a second server (Server2) hosting another WCF Service. Both are hosted as a Windows Service (no IIS). I need to call a WS in Server2 from Server 1 Host (not client).