Clemens,

If I get your intention right, you would like to upload xml file, along with
it's existing DAV properties from your local DAV collection another WebDAV
server. DAV COPY method may be what you are looking for. Take a look at:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_
esdk_davrepl_copy_method.asp

Sincerely,
           Zoran


-----Original Message-----
From: Linuxhippy [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 30, 2005 8:50 AM
To: Slide Users Mailing List
Subject: Use slide to transmit XML?


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]



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

Reply via email to