Hi!

sorry, my previous mail seemed to be destroyed in the sourceforge
archives. Here is a new try.

I tried out the ODS briefcase vad and it works fine when adding
RDF-data to the RDF-store. I would like to do the same via an HTTP
interface including defining my own graph names.

When using the URIQA interface (I'm not sure this is the right
choice...) from python:

import httplib2
h = httplib2.Http()
headers = {'Content-Type':'application/rdf+xml'}

h.add_credentials('test', 'test')

stat, resp = h.request('http://test:8889/DAV/home/test/foo', 'MPUT',
headers=headers, body=data)

I get the following reply:

{'status': '500', 'content-length': '83', 'accept-ranges': 'bytes',
'server': 'Virtuoso/05.00.3015 (Linux) i686-pc-linux-gnu',
'connection': 'Keep-Alive', 'date': 'Mon, 02 Jul 2007 13:17:23 GMT',
'content-type': 'text/html; charset=ISO-8859-1'} HTTP/1.1 500
Error 08006 HT023: Error in reading from target HTTP server

I have some HTTP-log output saved as well, but it might be what made
the last message unreadable...

It seems like the server is trying to retrieve a resource, but
timeouts after a while.

Any tips will help!

Cheers,
Mikael

Reply via email to