Windows Vista Beta | WinVistaBeta.com - Message | WCF & Workflow

November 23, 2008  
Subject: WCF & Workflow
Group: microsoft.public.windows.developer.winfx.general
Date: 5/22/2008 12:49:27 PM
From: sunny [Email Address Protection]

Hi All

I am working on a project where i am trying to do following:

Server (console app):
1. host workflow as WorkflowRuntime
2. host WCF as ServiceHost

Client:
1. Client uses WCF service to send communication to the wcf
servicehost

I have following question:
I want to use use ExternalDataExchangeService to communicate between
WCF servicehost object & workflow runtime object. But how can i do
that?
Note: I don't want to host Workflow as WCF service.

Can someone please provide a simple exampel for it??

Thanks
Sunny

Back