Hi,
I'm trying to use WebDAVSEARCH method to select
displayname. my server is Micorsoft Exchange and I use
Slide API.
my request is :
String query =
"<?xml version=\"1.0\" encoding=\"utf-8\"
?><D:searchrequest xmlns:D=\"DAV:\">"+
"<D:sql>" +
"SELECT \"DAV:displayname\""+
"FROM /exchange/Administrator" +
" WHERE \"DAV:ishidden\" = false"+
"</D:sql>"+
"</D:searchrequest>";
I have a result : bad request 400
HTTP/1.1 400 Bad Request
Connection: close
Date: Thu, 15 Sep 2005 07:41:05 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html
Content-Length: 1709
Any idea ???
___________________________________________________________________________
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
Téléchargez cette version sur http://fr.messenger.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]