I would like to do a PUT of a byte[] that contains an XML "File" without first writing it to an actual File. The slide DAV client only accepts a File in the putMethod(srcFile, DestPathStr) and as I see this is just a wrapper for the httpClient putMethod, that too doesn't seem to allow for a virtual "File".
I am guessing that I can subclass File into my own virtualFile and then I can populate the content programmatically, but that's a lot of work, so I was looking to see first if anyone has a better suggestion. Michael Oliver CTO/Matrix Intermedia 7391 S. Bullrider Ave. Tucson, AZ 85747 Office (520)574-1150 Cell (518)378-6154 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
