This is the answer I receive after calling the webservice method.
I suppose that in the string there another XML is coded. Because if I transform this string to XML I get a tag called <PDF>.
I tried 2 alternatives: - first decode the getVerzendlijstResult string and then transform to XML I get the tag <PDF> => convert to readable PDF fails
- first transform the getVerzendlijstResult string to XML and then decode the <PDF> tag => convert to readable PDF fails