Is there a way to automate turning a BizTalk Receive Location on or off through code?

后端 未结 4 1598
暖寄归人
暖寄归人 2020-12-17 01:52

Is there a way to automate the turning on or off of a Receive Location in BizTalk? It seems like there should be some kind of API or some such for this kind of thing. I woul

4条回答
  •  悲哀的现实
    2020-12-17 02:27

    Glad to see that you seem to have found a solution.

    Wanted to mention a similar alternative which is also using Powershell, ExplorerOM, and the BizTalk API to set BizTalk artifacts to various statuses.

    Receive Locations being one of them.

    The script accepts XML configuration files, where you list the artifacts and what status you would like to set them to.

    The script has been published to Microsoft Script Center: http://gallery.technet.microsoft.com/scriptcenter/Set-Artifact-Status-270f43a0

提交回复
热议问题