On Fri, Aug 13, 2010 at 2:03 PM, Jeff Chastain <li...@admentus.com> wrote:
>
>  Pete,
>
> This does have me an ASCII string of the contents of the byte array.
> After a lot of string parsing, I can get the SOAP envelope out and
> convert it to XML.  However, the binary images that are also included
> here are apparently encoded some how and I have yet to be able to use
> any form of ColdFusion decoding process to get them into a readable format.
>

Jeff the images as Leigh suggested are probably encoded in Base64
format, ColdFusion has functions to deal with base64 built in. You can
use ToBinary(base64string) and then you can write the binary data to a
file.

--
Pete Freitag
http://foundeo.com/ - ColdFusion Consulting & Products
http://petefreitag.com/ - My Blog
http://hackmycf.com - Is your ColdFusion Server Secur

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336295
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to