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 Wed, 9 Mar 2005 11:56:26 +0100 (MET), Mark Breitner
<[EMAIL PROTECTED]> wrote:
> 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 using : WebdavResource resource = new
> WebdavResource("http://193.22.3.33/exchange";); ) I get this :
> 
> 09.03.2005 11:49:47 org.apache.commons.httpclient.HttpMethodBase
> processAuthenticationResponse
> WARNUNG: No credentials available for the '193.22.3.33' authentication realm
> at 193.22.3.33
> org.apache.commons.httpclient.HttpException
> 
> Does anyone know what to do ?
> 
> With kind regards :
> 
> Marc Hermann
> 
> --
> DSL Komplett von GMX +++ Supergünstig und stressfrei einsteigen!
> AKTION "Kein Einrichtungspreis" nutzen: http://www.gmx.net/de/go/dsl
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to