English 中文(简体)
Calling a .net component from biztalk orchestration: Passing an XML message vs XML string?
原标题:
  • 时间:2009-11-30 18:10:49
  •  标签:
  • biztalk

Does sending a message and then parsing in the .net component more memory efficient than sending a message.innerXML?

问题回答

So rather than try to retype this information, I believe that this link covers much of what your question is.

http://blogs.msdn.com/paolos/archive/2009/09/10/4-different-ways-to-process-an-xlangmessage-within-an-helper-component-invoked-by-an-orchestration.aspx

check http://www.masteringbiztalk.com/blogs/jon/PermaLink,guid,e39cd386-0e62-46c6-87b6-3625f9a80d6d.aspx that gives a nice walk thru of using an XLANGMessage inside of a .NET helper method. importantly this article also mentions using XmlReader instead of XmlDocument for performance issues. and even more importantly also highlights the needs to call Dispose() on the XLANGMessage before returning from your .NET helper method.

hope this helps





相关问题
BizTalk server problem

we have a biztalk server (a virtual one (1!)...) at our company, and an sql server where the data is being kept. Now we have a lot of data traffic. I m talking about hundred of thousands. So I m ...

Create key pair for BizTalk AS2 connection

I need to create an AS2 connection in BizTalk Server 2006 R2 to communicate with a business partner. I ve worked with BizTalk AS2 config before and the BizTalk docs have pretty good walkthroughs about ...

BizTalk mapper and the [ThreadStatic] attribute

I ve recently encountered an issue with the multi-threaded nature of the BizTalk Mapper and how it handles external assemblies. As this quote from MSDN indicates: Important Any code written in an ...

女士们:

我正在分析一项BizTalk(ka orchestration)申请,该申请正在由MSMQ与一个WCF服务机构进行沟通。 我不禁要问,为什么世界气候基金的一个服务执行项目有一个小参数。

热门标签