Scripting functoid

Home Page Forums BizTalk 2004 – BizTalk 2010 Scripting functoid

Viewing 1 reply thread
  • Author
    Posts
    • #15165

      Hi all

      A scripting functoid in my tramsform map uses an exernal assembly’s method which returns a string array. If my scripting functoid returns an array of strings, how that array of strings can be mapped to the destination schema?

      thanks in advance

    • #15166

      It is not very good that it is not supported 🙁 . My script funstoid takes two values, an exernal assembly connects to an application server and returns an array of strings. Then, I think, I should use a web service for this purpose since a web service can return array.

      Thanks for clarifying this situation

      • #15167

        I don’t think that’s supported. I think you scripting function can only return a single value.

        If you have 5 items, I think you will need to use 5 scripting functiods and pass in an index to return a single value.

        Hope this helps.

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