I am getting an SPList values as xml using the following code.
http://site1/_vti_bin/owssvr.dll?Cmd=Display&List={listGuid}&Query=*&XMLDATA=TRUE
When i pass the following caml query to Query parameter as
http://site1/_vti_bin/owssvr.dll?Cmd=Display&List={listGuid}&XMLDATA=TRUE&Query={<Where><Eq><FieldRef ID='f382e54b-461d-4f32-8043-3004c428e6eb' /><Value IncludeTimeValue='TRUE' Type='Text'>1</Value></Eq></Where>}
i am getting empty xml. Can't i use caml query in owssvr.dll service. Or what is wrong with my code