04 2007 档案
摘要:1.Move your message transformations to the ports This minimizes the number of message copies created in your orchestration. 2.Avoid using XmlDoc object in your orchestration and using distinguished f...
阅读全文
摘要:In short, orchestrations should not be used to: Simply Route messages between ports. Perform simple or conditional transformations on messages. Simply call remote system through expressions and manag...
阅读全文
摘要:The Execute method returns the IBaseMessage object,which represents all parts of the processed message (such as the message content and context). You may perform any type of message or context process...
阅读全文
摘要:若要强制创建空标记,可以向目标字段的“值”属性中添加一个值,或者将“连接”functoid 链接到目标字段。在 BizTalk Server 2006 中,可以通过在目标字段的“值”属性中选择值“”来强制生成空标记。在这种情况下,将使用空值创建字段。 To force empty tags to be created, you can add a value in the Value pro...
阅读全文
摘要:This question has come up a lot in internal and external discussions. It got to the point where we had to put out a KB article as so many DBAs out there thought that it was okay to go and "tweak" the...
阅读全文
摘要: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...
阅读全文
摘要:MIME的编码介绍(由网上资料和实践经验整合) 一、MIME: Multipurpose Internet Mail Extensions 英国帝国大学计算机在线字典FOLDOC对MIME的解释为:“多部分(multi-part)、多媒体电子邮件和WWW超文本的一种编码标准,用于传送诸如图形、声音和传真等非文本数据。MIME定义于RFC1341,用MIMENCODE的方法将二进制数据转换成为一种...
阅读全文
摘要:Most people do not think that BizTalk can be used for processing binary data. Since the passthrough pipeline doesn’t examine the message data, and the BizTalk Messaging Engine uses streams as its dat...
阅读全文
摘要:• Need to promote properties from the message’s data: The pass-through pipeline does not promote properties, so any custom properties you define in the schema will not be recognized. Note that defaul...
阅读全文
摘要:Receive Pipeline StagesReceive pipelines have specific stages that help in processing the message in a logical fashion. Each of the stages of the pipeline is designed to perform a specific task:• Dec...
阅读全文
摘要:• What is the end result of my pipeline’s execution? What types of message are expected?• Will my pipeline need to look at the message’s data? If it does, how big are the messages? Can I stream them ...
阅读全文
浙公网安备 33010602011771号