I have my external c# class returning List<string>.
How can I assign this to a variable in BizTalk Orchestration ?
I tried assign my variable varA set to dataType 'ArrayList' didnt work.
I tried assign my variable varA set to dataType 'System.Collections.Generic.IList`1' didnt work.
Is there a way to accept List in BizTalk Orchestration ? Please experts advise
RH