I am able to connect o my exchange server with my request object but i am getting an "Bad request" as return error .
Does this mean WebDAV is not configured in my Exchange server .? How can i know webdav is configured for my exchange server ?
I guess you have a syntax error in the body of your request, this is the
most common cause for "bad request". Let us have a look at your code.
> I am able to connect o my exchange server with my request object but i am getting an "Bad request" as return error .
> Does this mean WebDAV is not configured in my Exchange server .? How can i know webdav is configured for my exchange server ?