WCF issues
(Created page with "Windows communication foundation - WCF - is the way to usually communicate between tiers with MDriven technology. WCF can be tricky since it is rather silent when it fails....") |
No edit summary |
||
Line 1: | Line 1: | ||
Windows communication foundation - WCF - is the way | Windows communication foundation - WCF - is the way we usually communicate between tiers with MDriven technology. | ||
WCF can be tricky since it is rather silent when it fails. | WCF can be tricky since it is rather silent when it fails. |
Revision as of 10:56, 7 May 2018
This page was created by Hans.karlsen on 2018-05-07. Last edited by Stephanie on 2025-03-17.
Windows communication foundation - WCF - is the way we usually communicate between tiers with MDriven technology.
WCF can be tricky since it is rather silent when it fails.
So if you have ruled out other issues and you still cannot get the communication to work turn on WCF-logging.
In most web.config we have left a commented block to turn on WCF-logging.
This is from the MDrivenServer:
You can find more info here:
https://www.capableobjects.com/2011/06/26/wcf-and-eco/
https://www.capableobjects.com/2012/01/06/wcf-trouble-shoot/