getting JSON Exception while reading file in custom transport handler
InputStream is = replicationTransaction.getContent().getInputStream();
jsonTxt = IOUtils.toString( is );
JSONObject pageContent = new JSONObject(jsonTxt);
THE SAME IS working if i try to print the file content in content builder
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Sharath,
It might not be json format Or missing the content type. Pring jsonTxt and Validate the response at https://jsonformatter.org/
Thanks,
Views
Replies
Total Likes
Are you following an online artilce so ppl can try and follow what you are doing.
Views
Replies
Total Likes
Hi Sharath,
It might not be json format Or missing the content type. Pring jsonTxt and Validate the response at https://jsonformatter.org/
Thanks,
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies