I have been successfully working with the GetListItems web service,
retreiving all items from lists, but now I need more fine grained
control over it.
This is the web service call:
WSSWS.GetListItem(lisname as String,
viewname as String,
query as System.Xml.XmlNode,
viewfields as System.Xml.XmlNode,
rowlimit as String,
queryoptions as System.Xml.XmlNode)
Where can I find samples for the "query" XmlNode and for
the "queryoptions" XmlNode?
I have been searching without luck.
Basically I want to gather all items that have "Status = 'Closed', for
example. How is it done using the query and queryoptions parameters?
And then, how to grab the attachments in those?