Changes between Version 22 and Version 23 of SQR


Ignore:
Timestamp:
Nov 5, 2010, 9:23:56 AM (14 years ago)
Author:
claudia.villalonga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SQR

    v22 v23  
    1414
    1515* http://hostname:port/sqr/ : SQR index page
    16 * http://hostname:port/sqr/requestResDesc : Lookup resource descriptions (involving RD and ED lookups), simple and SPARQL-based queries. See [[#Messages]] for the messages handled by this resource.
     16* http://hostname:port/sqr/requestResDesc : Lookup resource descriptions (involving RD and ED lookups), simple and selector-based queries. See [[#Messages]] for the messages handled by this resource.
    1717* http://hostname:port/sqr/requestBinding : Lookup bindings on the ED, simple queries. See [[#Messages]] for the messages handled by this resource.
    1818* http://hostname:port/sqr/requestBindingIOPP : Lookup bindings on the ED, template queries. See [[#Messages]] for the messages handled by this resource.
     
    140140=== Request Resource Description ===
    141141
    142 The lookup for resource descriptions requires sending the following request HTTP POST http://hostname:port/sqr/requestResDesc with the XML in the body:
     142The lookup for resource descriptions requires sending the following request HTTP POST http://hostname:port/sqr/requestResDesc.
     143
     144In the case of simple requests, it mirrors the RD; and therefore the body of the message contains the following XML:
    143145
    144146{{{
     
    164166}}}
    165167
     168For the selector case, the XML in the body of the message is the following:
     169
     170{{{
     171<requestResourceDescription>
     172</requestResourceDescription>
     173}}}
     174
     175
     176
    166177=== Request Binding ===
    167178The lookup for bindings on the ED for simple queries requires sending the following request HTTP POST http://hostname:port/sqr/requestBinding with the XML in the body: