The data services job we are designing is required to run as a web service and we do not know what the size of the input text is going to be - so we are using a clob (long datatype) in a simple xml structure that is accepted by the real time service and gets processed and the result is returned again in the simple xml format as a clob.
The accepting part works fine - but the returning results part is not working as expected - data services is returning the result in a separate file... Is there a way the long datatype can be returned inline in the XML message result?
Thanks
Vijay Ragavan