I want to check if a custom field exists for my list using list services but not sure how I can do it, I know it can be done using object model method "ContainsField()" but how can I do same with services,
public bool fieldExists()
{
XmlDocument doc = new XmlDocument();
//field exists or not ?
