Click to Rate and Give Feedback
MSDN
MSDN Library
BizTalk Server
BizTalk Server 2009
Development
About Maps
Functoids in Maps
Advanced Functoids
Scripting Functoid
 Scripting Using External Assemblies

  Switch on low bandwidth view
Scripting Using External Assemblies

Scripting with external assemblies is the preferred way to use scripting in Microsoft BizTalk Server. External assemblies provide several advantages:

  • Easy code sharing

  • Simpler maintenance

  • Easier debugging

Re-using the script only requires setting the Script property of the Scripting functoid. Because the script is stored outside of the map, you can modify the script without changing the map. And you can use the full array of Visual Studio debugging tools to ensure your script runs correctly.

Aa547251.Caution(en-us,MSDN.10).gifWarning
The code in the external assembly must be thread-safe. Under stress conditions, multiple instances of a map may be running concurrently.

For a sample function housed in an external assembly, see XML Tools (BizTalk Server Samples Folder).

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker