Hi,
Has anyone handled BLOB/image types in process workflow. I have a scenario where I extract the data(blob) from database and return the same as an xml output to the caller. Do i have to handle the blob return type specially while trying to embed in the xml? I know we have to convert the blob to a binary stream. Has anyone done it before ?
for .e.g my xml doesn't reflect the real value when retrieved from the database.
Dummy Sketch
oracle.sql.BLOB@ac7a58
Has anyone handled BLOB/image types in process workflow. I have a scenario where I extract the data(blob) from database and return the same as an xml output to the caller. Do i have to handle the blob return type specially while trying to embed in the xml? I know we have to convert the blob to a binary stream. Has anyone done it before ?
for .e.g my xml doesn't reflect the real value when retrieved from the database.