I created this tool ages ago and have been using it on projects for a while. Ive eventually got around to cleaning it up and doing some documentation for it so I have now made it available on CodePlex. Basically the tool allows you to generate an MsBuild script which will let you do all of the build and deployment actions to compile and deploy your BizTalk solution. It also produces a script which is well structured and easy to extend. If you want to know more check out: http://www.codeplex.com/Biz... ......
A number of months ago I did a couple of posts about how we integrated the Soap and WSE web service publishing wizards into our build process as MsBuild tasks. These posts are located at the following url's: Soap Adapter: http://geekswithblogs.net/m... WSE 2 Adapter: http://geekswithblogs.net/m... Now that BizTalk 2006 R2 is around I want to have the same approach for the WCF Publishing Wizard. Before I get into ......
One of my work mates has just started blogging (about time) Callum usually has something interesting to say about most things, and he is a bit of a guru on the following topics: Continuous Integration (TFS & CCNet) Testing (MsTest, NUnit, Mocking, etc etc) amongst other things Check out his blog here: http://callumhibbert.blogsp... ......
Ive recently put together a WCF step for BizUnit to help us with predominantly with projects using BizTalk 2006 R2. However remember that BizUnit can be used without BizTalk Anyway this article will provide some information about the how this is implemented. There is also a link to the sample application at the bottom. In the sample I demonstrate how to call the service in a normal test, then how to use dynamic code and reflection to execute the same test. This dynamic code is basically what is implemented ......