-
Using the sequential workflow built in the previous post , we will continue the correlation example using Windows Workflow 4.0. The following illustrates the current workflow so far: The concept is the workflow instance will now wait until either an OrderApproval for the same order is received or a specified...
-
The following is an example of performing correlation using Windows Workflow 4.0. First create a new project based on the WCF Workflow Service Application template: Because I am interested in tracking the events in AppFabric during development, I will change the projects Web properties to host the service...
-
Recently I deployed a WCF service using NTLM transport authentication. An issue arose when calling the service from a remote server where Kerberos authentication was not working correctly. After contacting the infrastructure team, I was informed to use NTLM and not Kerberos as the authentication provider...
-
The technical support support people at my current customer deployed our WCF services to an education environment. After that, they weren't able to browse the WCF service from within IIS. The first thing I noticed on the environment was that the .NET framework 3.0 was not installed on that server...