Biztalk Orchestration reverse engineer

自作多情 提交于 2019-12-04 12:58:41

You have several options

  1. Use a de-compiler (such as .NET Reflector). You can then extract a string that is the contents of the ODX file as well as the XSLT for any maps. (I copied the string called odXML for the Orchestration out of reflector and pasted it into an empty Orchestration and re-created it. Note you have to replace \n with a CR LF).
  2. Use BizTalk documenter to document it, that will give you the Orchestration flow and various other useful information.

I have used both tools to re-create lost source code successfully for three different clients.

(Disclosure: I'm a developer for BizTalk Documenter)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!