Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

REST API - blob data in the responses

961008Sep 21 2012
Is there a way to include the actual blob data in the REST API response?

I can see the response looks like this:

<blobValue>
<filename>[PATH]</filename>
<foldername>[FOLDERPATH]</foldername>
<filedata/>
<href>
[FULL HREF]
</href>
</blobValue>

where filedata is always empty xml element. Is there a way to use filedata element for the actual data, or some other way enable it, or does it have to be a custom implementation? We would like to have image data directly in the response. Our images are quite small.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 19 2012
Added on Sep 21 2012
0 comments
172 views