creating string array variable

Home Page Forums BizTalk 2004 – BizTalk 2010 creating string array variable

Viewing 1 reply thread
  • Author
    Posts
    • #17343
      hi,
      How to create string array variable in orchestration view? Basically i read appsettings in orchestration that returns a string array and need to store it in string array variable.
      Appreciate your help.
    • #17344

      Is that your requirement to return a string array from appsettings.

      You can return a single string from AppSettings.

      I think u need to create a variable and refer it to System.Array…..its inside Mscorlib…system.

      Not sure just try it out.

      • #17349
        the data in config file is like
         <emp>
              <data id="1" />
              <data id="2" />
         </emp>
        I use AppSettings.GetValues("emp"). This returns string array (i.e) String.String[]. i need to loop to find the exact row. for that i need String array. Ordinary Array does not help.
        • #17694

          Has anyone a solution for this by now? I'm calling a .Net helper from an orchestration which returns a String Array.

          Is there any way to receive multiple values from a .Net helper in an orchestration? If yes, what would be a best practice?

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.