How would I fetch all Fields for specified View via web-service?
P.S. When I call GetView on Views.asmx, only visible Fields appear.
[EDIT]
I fetch schema for my list (with Lists.asmx#GetList), which contains 55 Fields. I pick one of them and request list items with it (to add new column to listitem/row). The problem is not all fields are displayed, for example "Author" can be added to listitem/row as a column, but "_ModerationComments" or "_HasCopyDestinations" doesn't.
I'm trying to display all available columns for specified list and let user pick columns that he want's to be displayed in a grid of list items.