Help with GetListItems
Hi i wonder if anyone can help with a problem. Im kind of new ant this. I have and assignment for work, and we are supposd to use xml nodes to get some results from sharepoint.
When i try to put parameters in the
(Just an example)
getlistitems("asd",null,query",null,null,null);
my program gets and error
but if i just have the getlistitems like this getlistitems("asa",null,null,null,null); then all the documents from sharepoint is displayed on my webpage?
We are only supposed to have the specific documents show that we are searching for but i cant do that because the program bombs out when i add the other paramenters?
can you please help me
thanks =))

