Re: [topbraid-users] Issue when using parameters on SWP service

2018-10-31 Thread William Ramos
Sorry for the confusion, this time it is outside of the SERVICE block, but now the service gives me an error: > An internal error has been reported by SWP engine of TopBraid Live > > Could not find registered ui:Element for > http://example.org/getTaxonomies#taxonomies > http://company.com

Re: [topbraid-users] Issue when using parameters on SWP service

2018-10-31 Thread Holger Knublauch
The FILTER is still inside of the SERVICE { ... } block. Try moving it down another line. Holger On 1/11/2018 9:11 AM, William Ramos wrote: Hi, Holger; I tried that resulting in the following code: |             SELECT ?projectGraph ?name ?description ?identifier ?statusLabel ?version  

Re: [topbraid-users] Issue when using parameters on SWP service

2018-10-31 Thread William Ramos
Hi, Holger; I tried that resulting in the following code: http://company.com:80/edg/tbl/sparql> ; { rdf:nil teamwork:graphsUnderTeamCon

Re: [topbraid-users] Issue when using parameters on SWP service

2018-10-31 Thread Holger Knublauch
The SERVICE keyword will not understand pre-bound variables, i.e. ?status will have no value when the query is executed. Try moving the FILTER outside of the SERVICE, i.e. to the end of the WHERE clause. Holger On 1/11/2018 8:20 AM, William Ramos wrote: Hi, community, I'm facing an issue whe

[topbraid-users] Issue when using parameters on SWP service

2018-10-31 Thread William Ramos
Hi, community, I'm facing an issue when using a SWP service on my localhost, could you please help me to identify what's going on? The local service URL is: http: //localhost:8083/tbl/swp?_viewClass=getTaxonomies:taxonomies&status=In%20use * It is also defined on the service classes as a *spin:c