I have a javaservice which gives the fileNames as a ObjectList. Now I want to convert this into StringList.
When I am looping on the fileNames and calling bytestoString it is giving me the error “bytes must be byte”. I tried streamtoBytes…it has given “typeCastException”