You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When harvesting a 52N SOS 4.3.6, the SOS expects a MimeType of format: "text/xml;subtype="sensorML/1.0.1"" to output SensorML 1.0.1, not the String 'http://www.opengis.net/sensorML/1.0.1' set by the SIR.
Caused by: org.n52.sos.exception.swes.InvalidRequestException: [XmlBeans validation error:]
string value 'http://www.opengis.net/sensorML/1.0.1' does not match pattern
for MimeType in namespace http://www.opengis.net/ows/1.1
... 34 common frames omitted
at org.n52.sos.util.XmlHelper.validateDocument(XmlHelper.java:205) ~[api-4.3.6.jar:na]
When harvesting a 52N SOS 4.3.6, the SOS expects a MimeType of format: "text/xml;subtype="sensorML/1.0.1"" to output SensorML 1.0.1, not the String 'http://www.opengis.net/sensorML/1.0.1' set by the SIR.