Hi there!

I would like to send pre-written XML to my WebDav server, since slide is too complex for me.
I already tried to upload it with HttpURLConnection or Jakarta's HttpClient but both only seem to support Http-Methods like Get, Post...


Is it possible to use slide to transfer the pre-written webdav-xml, like the XMLHTTP-Class allows to:
Set xmlReq = CreateObject("Microsoft.XMLHTTP")
xmlReq.open("PROPPATCH", strApptURL, False, strUserName, strPassWord);
xmlReq.setRequestHeader("Content-Type", "text/xml");
xmlReq.send(strApptRequest); //Send the xml


To clear things up I am not a microsoft follower, in fact I've never used any microsoft-only apis or languages...
These were just the only examples I found, and they are from msdn ;-)


Thank you in advance, lg Clemens


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



Reply via email to