My advice would be to get rid of using the webdavResource directly but using 
the webdav-methods directly. I've successfully worked with exchange in this way.
You simply have more control over what's going on...

Daniel

"Slide Users Mailing List" <slide-user@jakarta.apache.org> schrieb am 09.03.05 
17:40:28:
> 
> 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 doing so :
> 
> table.put("<a:displayname>","display");
> table.put("<M:subject>","subject");
> 
> System.out.println("results "+resource.proppatchMethod(PATH_TO_FILE, table,
> true));
> 
> But it just doesn´t work.
> 
> What do I have 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]
> 


______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193


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

Reply via email to