Search code examples
biztalkreceive-location

Duplicate a receive location in Biztalk


I have a Biztalk application the requires about a dozen receive locations that are all almost exactly the same (one property, the folder on a remote FTP site, is different between them). Ideally, I'd like to take one location I've already created, and have Biztalk copy it a bunch of times, and I'll just edit the properties for each copy so it's correct.

Is there an easy way to duplicate an existing receive location, or do I have to create all dozen locations by hand?


Solution

  • Just edit the binding file by hand. Export the bindings of the application. Copy the receive location block and paste it. Modify the specifics. Reload the bindings into the application.