new user got a question

2005-03-09 Thread Mark Breitner
Hello, I´m trying to connect to Microsoft exchange by using Jakarta Slide. I thought about starting with : WebdavResource resource = new WebdavResource(HOST_IN_FIRM+"/exchange/"); But everytime I get this : WARNUNG: No credentials available for the '193.22.3.33' authentication realm at 193.22

Connection to Microsoft exchange 2003 and Credentials problem

2005-03-09 Thread Mark Breitner
Hi, after thinking about my last email, I thought I´d post a more specific one : I want to connect to a microsoft exchange server 2003 to extract contacts / tasks etc. Is this possible with Jakarta Slide ? I started by first instatiating a WebdavResource, and everytime I want to connect (by usin

Re: Connection to Microsoft exchange 2003 and Credentials problem

2005-03-09 Thread IndianAtTech
Try like this org.apache.commons.httpclient.HttpsURL url1 = new org.apache.commons.httpclient.HttpsURL("administrator","mycomp","mycomp", 443 , "/Exchange/Administrator"); org.apache.webdav.lib.WebdavResource wdr= new org.apache.webdav.lib.WebdavResource(url1); On

Re: Connection to Microsoft exchange 2003 and Credentials problem

2005-03-09 Thread IndianAtTech
org.apache.commons.httpclient.HttpsURL url1 = new org.apache.commons.httpclient.HttpsURL("administrator","YourServer","Password", port , "/Exchange/Administrator"); org.apache.webdav.lib.WebdavResource wdr= new org.apache.webdav.lib.WebdavResource(url1); On Wed, 9

Re: Connection to Microsoft exchange 2003 and Credentials problem

2005-03-09 Thread Mark Breitner
Hi, first thank you very much for your quick answer. I used your hint, and after trying to initialize HttpsUrl by : org.apache.commons.httpclient.HttpsURL url1 = new org.apache.commons.httpclient.HttpsURL(USERNAME,PASSWORD,"http://193.22.3.33/","443";, "/exchange/mhn"); I just get an "abs_pat

Re: Connection to Microsoft exchange 2003 and Credentials problem

2005-03-09 Thread IndianAtTech
Basically you need to use this http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/HttpURL.html#HttpURL(java.lang.String, java.lang.String, java.lang.String, int, java.lang.String) shoud be HttpURL url= new HttpURL("administrator", "password", "193.22.3.33", 80, "/

Re: Connection to Microsoft exchange 2003 and Credentials problem

2005-03-09 Thread Mark Breitner
hello, thank you very much for your help ... it works :) Now I need a way to extract any kind of information on this exchange server. how would you adress, say the contacts on an exchange server ??? THANK YOU VRY VERY MUCH FOR YOUR CURRENT HELP :) Bye, Mark > Basically you need to use this >

Re: Connection to Microsoft exchange 2003 and Credentials problem

2005-03-09 Thread Mark Breitner
HI, i managed to extract the informations in an xml-style format. What is commonly used (which method) by Slide to add new data to this kind of server ? bye, mark B. -- SMS bei wichtigen e-mails und Ihre Gedanken sind frei ... Alle Infos zur SMS-Benachrichtigung: http://www.gmx.net/de/go/sms

Re: Connection to Microsoft exchange 2003 and Credentials problem

2005-03-09 Thread Robert r. Sanders
I'm not familiar w/ Exchange, but I would imagine either the PutMethod from the base HttpClient library, or the org.apache.webdav.lib.methods.PropPatchMethod from the Slide Client lib. depending on whether you are modifying a file or a property - look up info. on Exchange to find out which. Ma

Trying to update a created exchange item

2005-03-09 Thread Mark Breitner
Hello, after having finished the code to access microsoft exchange I wanted to create an item with resource.putMethod(PATH_TO_FILE,"text"); This works fine ... for example to create an email item. Now I wanted to pass some properties on to this item (to give the created email a subject) by doi

Re: Incoherence in versioning reports?

2005-03-09 Thread Gianugo Rabellino
On Tue, 08 Mar 2005 10:32:51 +0100, Stefan Lützkendorf <[EMAIL PROTECTED]> wrote: > Hi Gianugo, > > where are you observing the DAV:checked-in property? PROPFIND should > return the full qualified path /slide/history/50/1.0. (And for me it does) Sorry for the late reply, I'm traveling ATM. this i

Workspaces and forking

2005-03-09 Thread MARENDY, Anthony
I have currently created a workspace which uses a non-tip revision of a file. If I try and check-out this file, I get a Forbidden (403). I have seen Warwick's email relating the problem with the 'checkout-fork' parameter, and confirmed that my 2.1 server includes this fix. I have both 'checkou

slide config help

2005-03-09 Thread Kumaran
hello friends, i am new to slide. i downloaded "jakarta-slide-2.1-tomcat-5.0.28" from the site. when i run the application it asks for the user name and password. i gave root/root, admin/admin, ... but it doesn't authenticated.. what are the steps that need to configure for slide or where i can

Odp: slide config help

2005-03-09 Thread Kajetan . Rogalski
hi i am also new to slide, there is not much documentation to slide. try wiki. Kajetan Rogalski