Home » Developer & Programmer » JDeveloper, Java & XML » Need help : send XML with BLOB as Base64 (Oracle 11.2.0.4 on Linux)
Need help : send XML with BLOB as Base64 [message #648141] |
Wed, 17 February 2016 08:56 |
 |
orapratap
Messages: 134 Registered: November 2011 Location: Canada
|
Senior Member |
|
|
Hello
I want to send an XML (itself) as Base64 to a Web Service
Added to that I want to send a BLOB with that XML
I understand first I would need to convert the BLOB to CLOB to be sent as base64 using " to_clob(utl_raw.cast_to_varchar2(utl_encode.base64_encode(buffer))) " etc
Here I understand I get CLOB which conform to base64
After that shall I convert the other part of XML as base64, append to the above CLOB (Base64) and then send as input to Web Service?
Or
there is any mechanism with which I can send entire XML alongwith BLOB with some trick?
Kind Regards
Orapratap
|
|
|
Goto Forum:
Current Time: Tue Jun 10 01:23:15 CDT 2025
|