How can I declare a variable of type ByteArray in BTS 2006?

Home Page Forums BizTalk 2004 – BizTalk 2010 How can I declare a variable of type ByteArray in BTS 2006?

Viewing 1 reply thread
  • Author
    Posts
    • #14222

      I am trying to call a web service that takes a bytearray as parameter, but how can i declare a variable of this type?

      KingB

    • #14223

      Hello.

      I do not think that is supported. From the Biztalk 2006 help guide:

      [b:c987b1e4b4]Important: [/b:c987b1e4b4]
      Web method parameters of type array are not supported.

      You could always wrap your web service call in .net code. Then, call your .net code from your Orchestration.

      Hope this helps.

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