Hi Experts,
I am working on web service proxy and i want to get data from JAXBElement<byte[]> data type and add this data in table. i tried with ....
JAXBElement<byte[]> Note_c1 = ((RequestEntryC)optyBind).getNoteC();
String Note_c = Arrays.toString(Note_c1.getValue());
But it return [115, 117, 105, 116, 101, 32, 118, 105] and [B@27e80064 if i try with Note_c1.getValue()
I am on Jdeveloper 11.1.1.7.1