I am trying to get the items of an SP Form library using Lists.asmx. I have created some extra column in the form library which is not part of the template. Now when I try to get the rows of the library using GetListItems of Lists.asmx I only get the columns which are part of the template. The columns which are not part of the template are ignored.
How can I get the items with the extra columns?