Hi Maciej,
the code looks like this
BlockingGetContentResponseHandler getContentResponseHandler = new BlockingGetContentResponseHandler();
taskClient.getContent(task.getTaskData().getDocumentContentId(), getContentResponseHandler);
Content content = getContentResponseHandler.getContent();
inside content, I got only content.getContent() that will return byte[]
And the byte[] should be marshalled to? XML file?
Regards,
Thomas Setiabudi