On 7 Mar 2011, at 23:58, judy wrote: > Thanks Damian. This works as expected at the command line: > ./s-query --service http://mydomain.com:3030/dataset/query 'SELECT * WHERE > {?s ?p ?o .}' > > but when I try it in a web UI SPARQL query: > SELECT * WHERE {?s ?p ?o .} > > and Endpoint URL: > http://mydomain.com:3030/dataset/query > > I get an error from the interface: "Remote SPARQL endpoint returned error: > /Error 400: SPARQL Query: Unrecognize request parameter: endpoint Fuseki - > version 0.2.0-SNAPSHOT (Date: 2011-03-06T12:24:37-0500)" > > and from the Fuseki server: "18:57:31 INFO Fuseki :: [8] 400 SPARQL Query: > Unrecognize request parameter: endpoint"
Sounds like Fuseki is being picky -- most services will ignore unrecognised parameters -- however I've never heard of 'endpoint'. It sounds a odd (why send that to an endpoint?), do you know what its value is? Damian
