[topbraid-users] invoking EDG web services programmatically (e.g. from TBC).

2018-10-09 Thread Rob Atkinson
AFIACT if I want to invoke a EDG service without pasting into a browser I need to provide authentication - possibly however thats via a session cookie? I have tried using the SPARQLmotion "import text from URL" as the only obvious way i can see to invoke a URL inside SPARQLmotion - but its not

[topbraid-users] Vocabulary versioning in EDG/EVN

2018-10-09 Thread Sanjeev Devireddy
Hi, In our current project’s Taxonomy Management application, each taxonomy has multiple Approved (can't be editable) versions and a Draft version, which move through editing and review steps before marking it as Approved. The procedure followed in our application is that when a version (say

Re: [topbraid-users] invoking EDG web services programmatically (e.g. from TBC).

2018-10-09 Thread Richard Cyganiak
> On 9 Oct 2018, at 08:01, Rob Atkinson wrote: > > AFIACT if I want to invoke a EDG service without pasting into a browser I > need to provide authentication - possibly however thats via a session cookie? If EDG is installed on Tomcat with “Form authentication”, then authentication is via

Re: [topbraid-users] Vocabulary versioning in EDG/EVN

2018-10-09 Thread Richard Cyganiak
Sanjeev, One way to achieve this in EVN/EDG would be to create a clone of the taxonomy (on the Manage tab) once the draft version is ready for approval. The clone would be the approved version. So, instead of one taxonomy with multiple versions, you’d have multiple taxonomies that are related

[topbraid-users] Re: invoking EDG web services programmatically (e.g. from TBC).

2018-10-09 Thread Rob Atkinson
Ouch - so there is a different method for each possible deployment - making it pretty hard to test locally then deploy. I tried setting up a user and password in the secure store and using that - but it didnt seem to work - maybe because there disnt seem to be any meaningful way to assign the