Re: [api-dev] Problem with xstorable.storeToURL

2005-06-21 Thread David Dankwerth
Mathias I have managed to solve the problem by upgrading to OO1.9.109 and the 2.0 SDK However, it worked only when OO was running on the same server as my tomcat I will investigate further, create some sample code and open a new thread for that problem. Many thanks David D Mathias Bauer wrote:

Re: [api-dev] Problem with xstorable.storeToURL

2005-06-20 Thread David Dankwerth
Hi The location is not password protected, I thought the error may happen because I am accessing the root context, however when i added a webdav context it still failed. From tomcat log, the difference between the UI and via the API can be noted on the first OPTIONS http request : from OO UI is

Re: [api-dev] Problem with xstorable.storeToURL

2005-06-17 Thread Mathias Bauer
David Dankwerth wrote: Hi I am using xstoreable.storeToURL from the api and getting com.sun.star.io.IOException When i am using OpenOffice UI to store to the URL it works fine. I have added all the details + log of Tomcat's Webdav servlet that shows differences in the Http Request

[api-dev] Problem with xstorable.storeToURL

2005-06-16 Thread David Dankwerth
Hi I am using xstoreable.storeToURL from the api and getting com.sun.star.io.IOException When i am using OpenOffice UI to store to the URL it works fine. I have added all the details + log of Tomcat's Webdav servlet that shows differences in the Http Request sent from OpenOffice UI and the Http