I am using the Sharepoint Lists.asmx web service to read some data from a list, with the GetListItems method.
This is all working fine and as expected, but when you retrieve a field with a large amount of text, the whitespace and linebreaks are not included in the XML node.
Is there an option to include this whitespace in the return XML?
Thanks :)