Integration Technologies - JDE1 (MOSC)

MOSC Banner

How to download XML?

edited Oct 1, 2014 5:04AM in Integration Technologies - JDE1 (MOSC) 1 commentAnswered

I have a C bsfn that will read a binary object from the database and right now I output the result as an XML string to a MOTEXT field. The problem is this field has only 30000 characters and a lot of times, the xml string is very long so it got cut off.


Here are my alternatives


  1. Use a different JDE field that is big enough to contain very long XML string. Maybe I can scroll up and down and that's fine as long as it can contain the whole XML string.
  2. After the C bsfn streams the XML string, I can output it as a download so when people click on a link, they can download the whole xml file. I DON'T KNOW HOW TO DO THIS

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center