biztalk-2010

Biztalk 2010: mapping an xsd with a lot of elements with the same name

In Bitzalk 2010 I should map from an input to an XML with the following structure: <REQUEST> <PROGRAM name="PROGRAM123"> <INPUT> <INSTRUCT name="INSTR1"> <FIELD name="FIELD11">VALUE1</FIELD> <FIELD name="FIELD12">VALUE2</FIELD> <FIELD name="FIELD13">VALUE3</FIELD> </INSTRUCT> <INSTRUC...

Biztalk 2010: calling a dll from GAC with dependencies

I have to call functions from a custom dll from biztalk orchestrations (similar to this solution http://www.codeproject.com/KB/biztalk/CallCustomDllBiztalk2006.aspx). The dll calls functions of a third party dll, which uses some other third party dlls (we are using to communicate with a legacy system). The article http://msdn.microsoft....