Changes between Version 21 and Version 22 of SQR


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SQR

    v21 v22  
    167167The 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:
    168168
     169{{{
     170<SimpleEDQuery>
     171        <EoI>room333</EoI>
     172        <EntityType>http://www.ict-sensei.org/EntityOfInterest#MeetingRoom</EntityType>
     173        <Attribute>hasTemperature</Attribute>
     174        <IOPEType>Output</IOPEType>
     175</SimpleEDQuery>
     176}}}
     177
     178
    169179The lookup for bindings on the ED for template queries requires sending the following request HTTP POST  http://hostname:port/sqr/requestBindingIOPP with the XML in the body:
     180
     181{{{
     182<JokerBinding>
     183        <ObservationArea>59.402925968170166-17.94867753982544</ObservationArea>
     184        <Output>
     185                <EoI>room333</EoI>
     186                <EntityType>http://www.ict-sensei.org/EntityOfInterest#MeetingRoom</EntityType>
     187                <Attribute>hasTemperature</Attribute>
     188        </Output>
     189</JokerBinding>
     190}}}
     191
    170192
    171193=== Request Information ===