Hi,
I am developing a console app to consume a wcf service. This wcf service actually exposes schema of an application (selected columns of that application).
This program will actually be called in an event receiver which will trigger this code whenever there is any change in a SharePoint list and these changes have to be pushed to the other application using this wcf service.
I need the piece of code to populate these set of columns (schema provided in the wcf). Please help!!!