exchangefreaks.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

WebDAV can not search directory with specific character??

 
Post new topic   Reply to topic    exchangefreaks.com Forum Index -> MS Exchange 2000 Development
Author Message
jeff



Joined: 05 Aug 2007
Posts: 9

PostPosted: Fri Nov 16, 2007 3:57 pm    Post subject: WebDAV can not search directory with specific character?? Reply with quote

Hi All,

I have a customer, which create a public folder with specific character in
foder name, let me see, "contacts & test",

when I do search with webdav.

It always return 400 Error,

I have checked Miscrosoft Exchange SDK said unsupported character, which
includes " & ", however, my customer has this specific character in it.

Is there any body meet this problem? please help me!!

My query string are :

SELECT
"http://schemas.microsoft.com/exchange/category" "DAV:displayname" FROM
SCOPE('SHALLOW TRAVERSAL OF "http://192.168.0.13/public/contacts 0x26 test"')
WHERE "DAV:isfolder"=true and "DAV:ishidden"=false

SELECT
"http://schemas.microsoft.com/exchange/category" "DAV:displayname" FROM
SCOPE('SHALLOW TRAVERSAL OF "http://192.168.0.13/public/contacts0 & test"')
WHERE "DAV:isfolder"=true and "DAV:ishidden"=false

both do not work.

Thanks in advanced!!

Archived from group: microsoft>public>exchange2000>development
Back to top
View user's profile Send private message
Lee Derbyshire [MVP]



Joined: 05 Aug 2007
Posts: 363

PostPosted: Mon Nov 19, 2007 6:19 pm    Post subject: Re: WebDAV can not search directory with specific character? Reply with quote

You will need to URL-encode the folder name. I think the & character will
be replaced by %26 or %2526 .

Lee.

"jeff" wrote in message @microsoft.com...
> Hi All,
>
> I have a customer, which create a public folder with specific character in
> foder name, let me see, "contacts & test",
>
> when I do search with webdav.
>
> It always return 400 Error,
>
> I have checked Miscrosoft Exchange SDK said unsupported character, which
> includes " & ", however, my customer has this specific character in it.
>
> Is there any body meet this problem? please help me!!
>
> My query string are :
>
> SELECT
> "http://schemas.microsoft.com/exchange/category" "DAV:displayname" FROM
> SCOPE('SHALLOW TRAVERSAL OF "http://192.168.0.13/public/contacts 0x26
> test"')
> WHERE "DAV:isfolder"=true and "DAV:ishidden"=false
>
> SELECT
> "http://schemas.microsoft.com/exchange/category" "DAV:displayname" FROM
> SCOPE('SHALLOW TRAVERSAL OF "http://192.168.0.13/public/contacts0 &
> test"')
> WHERE "DAV:isfolder"=true and "DAV:ishidden"=false
>
> both do not work.
>
> Thanks in advanced!!

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
WEBDAV: how to get a Multiline body in webdav created appoin I am using webdav to create an appointment and post it to a clanedar. When I pass a regular string with carriage returns and linefeeds to the field they do not display. If I try to pass an html formatted string in the fie

WebDav Authentication I'm attempting to write a WebDAV to access contacts, but it is failing when I try the I receive a WebException and conversion from string to double where indicated below I've verified the path to the DL

PROPPATCH method - webdav again.. Hello All, I am trying to create a contact in user's contacts folder using webdav and java. I wrote something similar to: but I get: HTTP/1.1 400 Bad Request. I don't know if I understand properly xml schema used in

webdav = get the description of an event in Exchange Hi there, Im trying to display the description or message (subject, dtstart, dtend are all ok) of a calendar entry but I cannot find which schema it belongs to; Is it: or: or: urn:sc

Recurring appointments in exchange (using webdav) I am having major trouble creating exceptions to recurring appointments in exchange. I need to be able to create exceptions after the fact, In other words, I need to create a recurring appointment (this I have done, no problem) and then later be able to a
Post new topic   Reply to topic    exchangefreaks.com Forum Index -> MS Exchange 2000 Development All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group