Not sure this issue should be opened in this istSOS repo, but as this is the one with interface/admin, hopefully it is the right place
When I try to query the istSOS demo service with SOS version 1.0.0, the following query works without a problem:
http://istsos.org/istsos/demo?service=SOS&
version=1.0.0&
request=GetObservation&
offering=temporary&
observedProperty=urn:ogc:def:parameter:x-istsos:1.0:meteo:air:rainfall&
responseFormat=text/xml;subtype="om/1.0.0"&
eventTime=2015-05-28T00:00:00+0200/2015-06-02T00:00:00+0200&
procedure=BELLINZONA
However, when I try to change the SOS version (1.0.0 to 2.0.0) and the response format (text/xml;subtype="om/1.0.0" to http://www.opengis.net/om/2.0) as in the following query, I always get an error saying Invalid parameter value in 'procedure' parameter: temporary.
http://istsos.org/istsos/demo?service=SOS&
version=2.0.0&
request=GetObservation&
offering=temporary&
observedProperty=urn:ogc:def:parameter:x-istsos:1.0:meteo:air:rainfall&
responseFormat=http://www.opengis.net/om/2.0&
eventTime=2015-05-28T00:00:00+0200/2015-06-02T00:00:00+0200&
procedure=BELLINZONA
Seems like the offering attribute is somehow erroneously parsed into the procedure one.
Not sure this issue should be opened in this istSOS repo, but as this is the one with interface/admin, hopefully it is the right place
When I try to query the
istSOSdemo service with SOS version 1.0.0, the following query works without a problem:However, when I try to change the SOS version (
1.0.0to2.0.0) and the response format (text/xml;subtype="om/1.0.0"tohttp://www.opengis.net/om/2.0) as in the following query, I always get an error sayingInvalid parameter value in 'procedure' parameter: temporary.Seems like the
offeringattribute is somehow erroneously parsed into theprocedureone.