http get response alternative container

Posted by Rollbase User on 13-Nov-2012 00:08

Hi, Is there a way to store HTTP GET response somewhere, because i stored the response in the text area but was cut because it caters only 9999 characters and i have a very long XML response depending on how many records I get. Thank you. -orkid

All Replies

Posted by Bill Wood on 25-Apr-2014 08:02

This is harder to do on the hosted cloud, but you can do some of this in the private cloud.   Doing this in Object Script would give you control over what to do with the data -- but generally, you could store it using either your own JDBC code, or by compressing it.  (you could also call a REST interface for some external cloud db, I suppose).  If you want to associate it with a record permanently, you should be able to use Object Script to call one of the methods like setBinaryData or setFieldData and treat this as a File Upload field.  

This thread is closed