Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#70 closed defect (fixed)

wcs getCoverage request return XML not well-formed

Reported by: barboni@… Owned by: Dimitar Misev
Priority: major Milestone:
Component: petascope Version: 8.2
Keywords: Cc:
Complexity: Medium

Description

Hello,

After a WCS getCoverage request petascope returns a not well-formed XML

There is only one blank space before "srsName", at row 12, and an automatic DOM parser fails.

request example (using the coverage "mean_summer_airtemp" provided by the petascope demo):

<?xml version="1.0" encoding="UTF-8"?>

<wcs:GetCoverage xmlns:wcs="http://www.opengis.net/wcs/2.0"

xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wcs/2.0 ../../wcsAll.xsd"
service="WCS" version="2.0.0">
<wcs:CoverageId>mean_summer_airtemp</wcs:CoverageId>
<wcs:DimensionTrim>

<wcs:Dimension>x</wcs:Dimension>
<wcs:TrimLow>20</wcs:TrimLow>
<wcs:TrimHigh>29</wcs:TrimHigh>

</wcs:DimensionTrim>
<wcs:DimensionSlice>

<wcs:Dimension>y</wcs:Dimension>
<wcs:SlicePoint>

35

</wcs:SlicePoint>

</wcs:DimensionSlice>

</wcs:GetCoverage>

XML response attached

Regards

Damiano

Attachments (1)

getCoverage.xml (1.5 KB ) - added by barboni@… 13 years ago.

Download all attachments as: .zip

Change History (3)

by barboni@…, 13 years ago

Attachment: getCoverage.xml added

comment:1 by Dimitar Misev, 13 years ago

Resolution: fixed
Status: newclosed

Should be fixed now.

comment:2 by barboni@…, 13 years ago

Ok, it works

Thanks!

Damiano

Note: See TracTickets for help on using tickets.