Showing posts with label BizTalk. Show all posts
Showing posts with label BizTalk. Show all posts

Thursday, January 03, 2008

Reuse BizTalk WCF service publishing wizard settings

In BizTalk 2006 R2, there is a new WCF Service Publishing Wizard. It becomes quite painful if you want to update the published service to run the wizard over and over again. The settings from the wizard are saved in the output App_Data\Temp folder with a name of WcfServiceDescription.xml. You can reuse some of the settings if you launch the wizard from the command line and pass in the configuraiton file as a parameter.

BtsWcfServicePublishingWizard -WcfServiceDescription=C:\Inetpub\wwwroot\BizTalkWcfService\App_Data\Temp\WcfServiceDescription.xml



Saved me some time during development, however, it doesn't seem to remember the namespace specified.