What are you doing to get a 500? And which version are you running?


You can get a legal request by browser developer tools and using the UI.

Or
curl -d dbType=mem -d dbName=ds2 http://localhost:3030/$/datasets

    Andy

On 14/06/17 13:27, jason marr wrote:
Can you give me an example POST using the templates and params?

On Wed, Jun 14, 2017 at 6:46 AM, Andy Seaborne <[email protected]> wrote:

Hi Jason,

The UI does a HTML form post with parameters (as in the "Templates"
section on that page).

It then uses those in a template from "templates/"

This is done in ActionDatasets.assemblerFromForm

It is also possible to send an assembler in the body of the POST (with
appropriate content type for the RDF syntax) or do a HTTP file upload.

See the code in ActionDatasets

What are you doing to get a 500? And which version are you running?

     Andy





On 14/06/17 02:54, jason marr wrote:

How would you create a new dataset with a post? I know its somewhere on
this page
https://jena.apache.org/documentation/fuseki2/fuseki-server-protocol.html
but im struggling to find the missing piece. getting 500 error.
-Jason



Reply via email to