Here is a suggested work around. http://stackoverflow.com/questions/25255030/as3-loading-images-binary-xml-to-flash
What is an FLA? I am guessing the suggestion here is in JPA on my backend, convert my varbinary(MAX) to a String. Let SOAP send it as a String. Let the Value Object be a String. Then when I want to display the image, I apply the decoder in the link above to convert the string to a ByteArray. Of course I still need to figure out how I send the data from ByteArray to a BinaryImage. I am new to using images. My apps are normally really plain. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/jpg-images-via-SOAP-webservice-using-SQL-Server-as-DB-tp13300p13320.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
