Hi,
We have a requirement wherein we have to drop few of the files to Sharepoint online (Hosted Server) via WebDAV protocol. I would like to know wehther is it possible to do that using webMethods IS and how.
Thanks
Hi,
We have a requirement wherein we have to drop few of the files to Sharepoint online (Hosted Server) via WebDAV protocol. I would like to know wehther is it possible to do that using webMethods IS and how.
Thanks
You van run inside IS - Java services with package level jars.
So all you need an Java WebDav client - suggest you google for it
Regards, Shmuel
We used jakarta-slide-webdavlib, works well inside WM
Thanks folks. I tried Apache webDav Jar and it did work with one of our webDav server. But when i try to use it with Sharepoint online (365) then i get 403 FORBIDDEN error. Any thoughts on this.
Thanks