摘要:
Here are a few scripts / stored procedures that most of the BizTalk newbies would love to know. These scripts are very useful in a development environment to clean up your MessageBox and Tracking dat... 阅读全文
posted @ 2007-06-01 14:03
upzone
阅读(401)
评论(0)
推荐(0)
摘要:
流程int g_i = 0; int g_k = 0;Message msg; receive(msg)scope{ body() { scope { body { g_i=1; g_k=1; } Compensation1 { g_k = 2; ... 阅读全文
posted @ 2007-06-01 13:20
upzone
阅读(362)
评论(1)
推荐(0)