Retrieving XML Output

2004-11-05 Thread Tim Frank
I was poking around through the WebDAV RFC yesterday to piece together some ideas for building a frontend application. I was doing some manual requests via telnet to probe the various capabilities of slide yesterday and was happy with the various reports that I could retrieve with various

Re: Retrieving XML Output

2004-11-05 Thread James Mason
For Cocoon you can have a look at the HttpProxyGenerator and WebServicesProxyGenerator. Be aware that neither of them support BASIC http authentication (as far as I can tell), but adding support for that shouldn't be too hard. From there you should be able to get the XML with ease :). I'm not sure