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? This topic has 1 reply, 1 voice, and was last updated 6 years, 11 months ago by community-content. Viewing 1 reply thread Author Posts October 24, 2005 at 11:34 AM #14222 community-content 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 October 25, 2005 at 1:06 AM #14223 community-content 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. Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register