<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>WCFWorkflow Release Rss Feed</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx</link><description>WCFWorkflow Release Rss Description</description><item><title>UPDATED RELEASE: WCF activities 1.02 (Sep 05, 2007)</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx?ReleaseId=6895</link><description>Added correlation of messages with running workflow instances based on a server side behavior and a custom attribute. This way you can mark with an attribute on your operation or Data contract if your message needs correlation to an existing workflow. You can provide an additional mapping class that can do the lookup from a functional parameter to an Guid (by a database lookup or something else you use for housekeeping) and that mapping class is invoked to get the right workflow instance for the service call.&lt;br /&gt;&lt;br /&gt;I also updated the samples and the step by step guide to show how it works. The project also contains unit tests to validate the correlation behavior.&lt;br /&gt;&lt;br /&gt;Last but not least I added addition validation to properties to prevent runtime errors because of miss-configuration of the activities.&lt;br /&gt;&lt;br /&gt;The release is fully compatible with the previous versions of the WCF activity and therefore I only bumped the file version number not the assembly version.&lt;br /&gt;Please let me know if you find any issues, and I will try to resolve them a.s.a.p.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Marcel&lt;br /&gt;</description><author></author><pubDate>Thu, 06 Sep 2007 18:01:45 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: WCF activities 1.02 (Sep 05, 2007) 20070906060145P</guid></item><item><title>UPDATED RELEASE: WCF activities 1.02 (Sep 05, 2007)</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx?ReleaseId=6895</link><description>Added correlation of messages with running workflow instances based on a server side behavior and a custom attribute. This way you can mark with an attribute on your operation or Data contract if your message needs correlation to an existing workflow. You can provide an additional mapping class that can do the lookup from a functional parameter to an Guid (by a database lookup or something else you use for housekeeping) and that mapping class is invoked to get the right workflow instance for the service call.&lt;br /&gt;&lt;br /&gt;I also updated the samples and the step by step guide to show how it works. The project also contains unit tests to validate the correlation behavior.&lt;br /&gt;&lt;br /&gt;Last but not least I added addition validation to properties to prevent runtime errors because of miss-configuration of the activities.&lt;br /&gt;&lt;br /&gt;The release is fully compatible with the previous versions of the WCF activity and therefore I only bumped the file version number not the assembly version.&lt;br /&gt;Please let me know if you find any issues, and I will try to resolve them a.s.a.p.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Marcel&lt;br /&gt;</description><author></author><pubDate>Wed, 05 Sep 2007 18:22:44 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: WCF activities 1.02 (Sep 05, 2007) 20070905062244P</guid></item><item><title>UPDATED RELEASE: WCF activities 1.01 (Jun 26, 2007)</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx?ReleaseId=5255</link><description>* Added feature that WcfOutput return type is now of correct based on selected WCFInput method so generated properties are of correct type &lt;br/&gt;* Added attached property that can influence the generated class name. Default is _wcfcontractimpl, but can now be set at root workflow, same as namespace and service name&lt;br/&gt;* Fixed problem when initial call is on existing workflow and first call on runtime, since it was not started in this situation&lt;br/&gt;* Fixed two possible null reference exceptions in the designer&lt;br/&gt;* Added Invoked event handler that is called after the parameters have been bound when receiving a message. &lt;br/&gt;&lt;br/&gt;Samples and documentation are not updated, since these are all minor changes. &lt;br/&gt;Version number is also kept the same since these are all backward compatible changes.&lt;br/&gt;&lt;br/&gt;Uninstall and reinstall new setup will upgrade all your workflows</description><author></author><pubDate>Tue, 26 Jun 2007 21:34:43 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: WCF activities 1.01 (Jun 26, 2007) 20070626093443P</guid></item><item><title>UPDATED RELEASE: WCF activities 1.01 (Jun 26, 2007)</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx?ReleaseId=5255</link><description>Added feature that WcfOutput return type is now of correct based on selected WCFInput method so generated properties are of correcttype to&lt;br/&gt;Added attached property that can influence the generated class name. Default is _wcfcontractimpl, but can now be set at root workflow, same as namespace and service name&lt;br/&gt;Fixed problem when initial call is on exisiting workflow and first call on runtime, since it was not started in this sytuation&lt;br/&gt;Fixed two posible null reference exceptions in the designer&lt;br/&gt;Added Invoked eventhandler that is called after the parameters have been bound when recieveing a message. &lt;br/&gt;Samples and documentation has not been updated, since these are all minor changes. Version number is also kept the same since these are all backward compatible changes.&lt;br/&gt;Uninstall and reinstall new setup will upgrade all your workflows</description><author></author><pubDate>Tue, 26 Jun 2007 21:26:28 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: WCF activities 1.01 (Jun 26, 2007) 20070626092628P</guid></item><item><title>UPDATED RELEASE: WCF activities 1.0 (May 08, 2007)</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx?ReleaseId=4029</link><description>This first release contains the following:
An installer that will install the WCFActivities assembly in the GAC. It will also register the assembly with visual studio and you can reference the activities from your toolbox using the "Choose Toolbox Items" dialog Activities TAB.
It also contains a step by step guide how you can use the activities.
The input and output activities have the following features:
You can pick and choose any interface you want that contains methods you want to expose as a service operation
It will auto generate a class with a &lt;workflowName&gt;_wcfContractImpl class that contains a contract implementation
You can specify the service namespace and Name on the root workflow that uses the WCF activities (this is accomplished with Attached properties)
You can specify some WCF attributes on the input activites that will be reflected in the generated implementation.
Supported attributes currently are: Action, IsOneWay, AsyncPattern, ProtectionLevel and NameSpace at the root workflow level.
</description><author></author><pubDate>Tue, 08 May 2007 20:58:34 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: WCF activities 1.0 (May 08, 2007) 20070508085834P</guid></item><item><title>UPDATED RELEASE: WCF activities 1.0 (May 08, 2007)</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx?ReleaseId=4029</link><description>This first relase contains the following:
An installer that will install the WCFActivities assembly in the GAC. It will also register the assembly with visual studio and you can reference the activities from your toolbox using the "Choose Toolbox Items" dialog Activities TAB.
It also contains a step by step guide how you can use the activities.
The input and output activities have the follwoing features:
You can pick and choose any interface you want that contains methods you want to expose as a service operation
It will auto generate a class with a &lt;workflowName&gt;_wcfContractImpl class that contains a contract implementation
You can specify the service namespace on the root workflow that uses the WCF activities (this is acomplished with Attached properties)
You can specify some WCF attributes on the input activites that will be reflected in the generated implementation.
Supported attributes curently are: Action, IsOneWay, AsyncPattern, ProtectionLevel and NameSpace at the root workflow level.

</description><author></author><pubDate>Tue, 08 May 2007 07:16:48 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: WCF activities 1.0 (May 08, 2007) 20070508071648A</guid></item><item><title>RELEASED: WCF activities 1.0 (May 08, 2007)</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx?ReleaseId=4029</link><description>This first relase contains the following:
An installer that will install the WCFActivities assembly in the GAC. It will also register the assembly with visual studio and you can reference the activities from your toolbox using the "Choose Toolbox Items" dialog Activities TAB.
It also contains a step by step guide how you can use the activities.
The input and output activities have the follwoing features:
You can pick and choose any interface you want that contains methods you want to expose as a service operation
It will auto generate a class with a &lt;workflowName&gt;_wcfContractImpl class that contains a contract implementation
You can specify the service namespace on the root workflow that uses the WCF activities (this is acomplished with Attached properties)
You can specify some WCF attributes on the input activites that will be reflected in the generated implementation.
Supported attributes curently are: Action, IsOneWay, AsyncPattern, ProtectionLevel and NameSpace at the root workflow level.

</description><author></author><pubDate>Tue, 08 May 2007 07:16:48 GMT</pubDate><guid isPermaLink="false">RELEASED: WCF activities 1.0 (May 08, 2007) 20070508071648A</guid></item><item><title>CREATED RELEASE: WCF activities 1.0 (May 08, 2007)</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx?ReleaseId=4029</link><description>This first relase contains the following:
An installer that will install the WCFActivities assembly in the GAC. It will also register the assembly with visual studio and you can reference the activities from your toolbox using the "Choose Toolbox Items" dialog Activities TAB.
It also contains a step by step guide how you can use the activities.
The input and output activities have the follwoing features:
You can pick and choose any interface you want that contains methods you want to expose as a service operation
It will auto generate a class with a &lt;workflowName&gt;_wcfContractImpl class that contains a contract implementation
You can specify the service namespace on the root workflow that uses the WCF activities (this is acomplished with Attached properties)
You can specify some WCF attributes on the input activites that will be reflected in the generated implementation.
Supported attributes curently are: Action, IsOneWay, AsyncPattern, ProtectionLevel and NameSpace at the root workflow level.

</description><author></author><pubDate>Tue, 08 May 2007 07:03:43 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: WCF activities 1.0 (May 08, 2007) 20070508070343A</guid></item><item><title>UPDATED RELEASE: 1.0 Alpha</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx?ReleaseId=2029</link><description></description><author></author><pubDate>Wed, 25 Apr 2007 07:00:00 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.0 Alpha 20070425070000A</guid></item><item><title>CREATED RELEASE: 0.1 Alpha</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx?ReleaseId=2029</link><description>First planned release</description><author></author><pubDate>Wed, 21 Mar 2007 07:00:00 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 0.1 Alpha 20070321070000A</guid></item><item><title>UPDATED RELEASE: 0.5 Alpha</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx?ReleaseId=1671</link><description>First actual release of the activities in a distributal format</description><author></author><pubDate>Wed, 21 Mar 2007 07:00:00 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 0.5 Alpha 20070321070000A</guid></item><item><title>CREATED RELEASE: 0.5 Alpha</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx?ReleaseId=1671</link><description>First actual release of the activities in a distributal format</description><author></author><pubDate>Sun, 04 Feb 2007 08:00:00 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 0.5 Alpha 20070204080000A</guid></item><item><title>UPDATED RELEASE: 0.5 Alpha</title><link>http://www.codeplex.com/WCFWorkflow/Release/ProjectReleases.aspx?ReleaseId=1671</link><description>First actual release of the activities in a distributal format</description><author></author><pubDate>Sun, 04 Feb 2007 08:00:00 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 0.5 Alpha 20070204080000A</guid></item></channel></rss>