Changes between Initial Version and Version 5 of Ticket #163
- Timestamp:
- Feb 27, 2018, 11:45:46 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #163
- Property Status changed from new to closed
- Property Resolution changed from to fixed
-
Ticket #163 – Description
initial v5 1 During the parsing request, Zoo-kernel fails on " BoundingBoxData"1 During the parsing request, Zoo-kernel fails on "!BoundingBoxData" 2 2 In the example attached the XML 3 3 4 {{{ 4 5 <wps:Input> 5 6 <ows:Identifier>SubsetBoundingBox</ows:Identifier> … … 11 12 </wps:Data> 12 13 </wps:Input> 14 }}} 13 15 14 16 Has been parsed: 15 17 ----------------------- 18 {{{ 16 19 MAP => [SubsetBoundingBox] 17 20 * CONTENT [SubsetBoundingBox] … … 24 27 maxOccurs: 1 25 28 CRS: urn:ogc:def:crs:EPSG:6.6:4326 29 }}} 26 30 ----------------------- 27 31 … … 29 33 30 34 POST XML: 35 {{{ 31 36 <wps:Execute version="1.0.0" service="WPS" 32 37 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" … … 163 168 </wps:ResponseForm> 164 169 </wps:Execute> 165 170 }}} 166 171 167 172 Zoo params map dump: 173 {{{ 168 174 [rdirienzo@0cbcb8659202 zoo-bin]$ ./zoo_loader.cgi < /Projects/work/request.xml 169 175 MAP => [master] … … 305 311 Status: 200 OK 306 312 307 313 }}} 308 314 309 315 Zoo cfg file: 316 {{{ 310 317 [geohazards_tep_dcs_rss_snap_s1_insar_snap_s1_ifg_overall_1_2] 311 318 Title = SNAP Sentinel-1 IW SLC Interferogram and Displacements … … 517 524 </ComplexOutput> 518 525 </DataOutputs> 519 526 }}}