Creating a Host Web Service Project

The final sample application for the book is one we’ll create entirely from scratch. We’ll begin by creating a simple console application, which does not need to reference the WF assemblies. This is because the workflow will be housed in an ASP.NET XML Web service, the workflow assembly for which we’ll create next. With the workflow assembly ready, we’ll publish the workflow as an ASP.NET Web service project, make some tweaks, and then add the code to invoke the workflow from the original console application. I mention the application creation process here before we start simply because it’s circular and might appear odd at times because of its circular nature. Armed with the bigger picture, let’s get started. ...

Get Microsoft® Windows® Workflow Foundation Step by Step now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.