摘要:
WCF – Windows Communication Foundation WF – Workflow Foundation EDI – Electronic Data Interchange AS2 - Applicability Statement 2 - the draft specification standard by which vendor applications commun... 阅读全文
摘要:
今天居然是我生日,可怜在北京出差拼死拼活,一个人过,黯然伤神... 阅读全文
摘要:
1.Move your message transformations to the ports2.Avoid using XmlDoc objects in your orchestration and use distinguished fields on a message3.Move data validation to the pipeline or schema.4.Avoid usi... 阅读全文
摘要:
BAM学习小结... 阅读全文
摘要:
下班途中被车撞了,真够郁闷的,还好人没什么事,就腿上多了两块乌青.可怜我的自行车成麻花了. 110责任认定我是无责任的,是另一方助动车闯红灯负全责. 阅读全文
摘要:
Tracking Profile Editor Item Icon Description Notes Stage Automatically created in the activity tree when defining a milestone within an activity. The stages are listed when an activity is loa... 阅读全文
摘要:
前段时间去北京出差了12天,今天刚回来. 是北京ABB的一个BizTalk项目,和SAP和一个Mobile WareHouse System的数据交换项目. 阅读全文
摘要:
1.在Orchestration 的 Expression中打点不能拉出 Assembly中定义的属性 自己写一个.net assembler serializable,按照一般的做法,定义private field,然后用public的property包装一下,希望是在orchestration里读写public的property操作,但是在expression中打点拉不到property,只... 阅读全文
摘要:
公司的一台服务器中毒了,满厉害的,许多关键服务起不来,MQ,SMTP,SQL等出问题满严重的,不知道怎么修复,只好重装系统,而且第二天机器要上线,所以就通宵装了. 装之前备份数据就花了5,6个小时.没有办法,已经五年没有重装过服务器了,备份好数据,装上操作系统,差点卡在SQL Server上,最后发现多装了一个Dell 的Open Manage,sql server怎么也无法继续进行安装. Win... 阅读全文
摘要:
做一个Rule Engine 应用的时候,我先检查是否存在某个xml element,如果不存在,则用XmlHelper来添加一个节点,使用Microsoft.RuleEnginee.dll 一开始没有注意,在添加多个节点的时候没有设置他们的优先级,以为是按照rule的排列顺序执行,结果生成出来的xml用xsd校验不通过,xsd设置了sequence,查看test policy的日志,发现执行... 阅读全文