Hello,
Here is the framework:
Java client using Slide client libs in order to browse
Microsoft Exchange Server 2000.
private static final String CALENDAR_URL = ...
private static final String USER_ID = ...
private static final String USER_PASSWORD = ...
URL url = new URL(CALENDAR_URL);
WebdavClient wc = new WebdavClient(url, USER_ID, USER_PASSWORD);
GetMethod m = new GetMethod("/exchange/"+USER_ID+"/Calendar/");
// I want to get all appointments for this user as an XML file
wc.executeMethod(m);
And I get the following exception:
java.lang.NullPointerException
at org.apache.webdav.lib.Cookie.parse(Cookie.java:340)
at org.apache.webdav.lib.WebdavClient.parseHeaders(WebdavClient.java:726)
at org.apache.webdav.lib.WebdavClient.executeMethod(WebdavClient.java:303)
at SlideClient.<init>(SlideClient.java:39)
at SlideTestClient.main(SlideClient.java:23)
this client is a standalone client.
What is the problem?
Do people here already tried a connectivity with Win Exch 2000?
Thx,
-- T
*****************************************************************
CONFIDENTIALITY AND DISCLAIMER NOTICE
This email and any files transmitted with it are strictly confidential and intended
solely for the use of the individual(s) or organisation(s) to whom they are addressed.
Any disclosure, retransmittal or copying of this email and/or attached files without
the permission of Vox Generation Ltd is expressly forbidden. The views and comments
expressed in this email are those of the individual author, and may not necessarily
represent the views of Vox Generation Ltd.
If you have received this email in error please notify the sender and then destroy the
email and any attached files.
Please be aware that any communication may be monitored or intercepted by an
authorised Vox Generation e-mail administrator.
*****************************************************************