Project Date
DKK API TEST 15 Jun 2021, 02:31

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
viewservices/V02_wmsgetmapv4.feature 1472 0 0 0 0 1472 23 0 23 2:31.042 Passed
Tags: @SMOKE
Feature viewservices/V02_wmsgetmapv4.feature
DKK WMS geeft map V4
0.011
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.000
02:29:03.119 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.011
1.354
* def box1_NL = "-25000,250000,280000,860000" 0.013
* def box2_BH = "81000,455900,81600,456500" 0.001
* def box2_BH2 = "81000,455900,89320,461750" 0.002
Given path "" 0.003
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.001
And param bbox = box1_NL 0.000
And param layers = 'Bebouwing' 0.001
And param WIDTH = 600 0.001
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.001
When method GET 0.446
02:29:03.331 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=-25000%2C250000%2C280000%2C860000&layers=Bebouwing&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:03.663 response time in milliseconds: 331.75
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 2332
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:29:03 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.002
And def filesize = responseHeaders['Content-Length'][0] 0.050
* print "v4 image type: pand contour" 0.003
02:29:03.722 [print] v4 image type: pand contour
* eval karate.embed(responseBytes,'image/png') 0.005
* def mydownloads = Java.type('download.DataStorage') 0.012
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.038
* def db = new mydownloads 0.003
* eval db.mywriteln('- Test: V02_WMS test 1 600 600 type pand contour ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.109
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.041
And param request = 'GetLegendGraphic' 0.002
And param layer = 'Bebouwing' 0.000
And param WIDTH = 40 0.001
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.011
When method GET 0.249
02:29:03.957 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=Bebouwing&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:04.204 response time in milliseconds: 245.87
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 3731
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:29:04 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type pand contour" 0.002
02:29:04.207 [print] v4 legenda image type pand contour
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 1 type pand contour ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.014
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box1_NL 0.000
And param layers = 'Bebouwing' 0.000
And param styles = 'default' 0.004
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 0.292
02:29:04.235 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=-25000%2C250000%2C280000%2C860000&layers=Bebouwing&styles=default&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:04.521 response time in milliseconds: 269.33
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 2332
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:29:04 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: pand contour" 0.018
02:29:04.540 [print] v4 image type: pand contour
* eval karate.embed(responseBytes,'image/png') 0.002
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 1 style default 600 600 type pand contour ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.010
0.038
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.028
02:29:03.126 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.010
2.402
* def box1_NL = "-25000,250000,280000,860000" 0.000
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'bebouwing' 0.001
And param WIDTH = 600 0.001
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.013
And param format = 'image/png' 0.000
When method GET 1.003
02:29:03.330 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=bebouwing&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:03.787 response time in milliseconds: 456.35
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 180197
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:29:03 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: pand contour" 0.004
02:29:04.233 [print] v4 image type: pand contour
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.010
* eval db.mywriteln('- Test: V02_WMS test 1b 600 600 type pand contour ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.014
Given path "" 0.000
And param VERSION = '1.3.0' 0.012
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'bebouwing' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.263
02:29:04.276 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=bebouwing&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:04.537 response time in milliseconds: 251.78
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 3731
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:29:04 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type pand contour" 0.000
02:29:04.538 [print] v4 legenda image type pand contour
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 1b type pand contour ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.015
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.001
And param bbox = box2_BH 0.000
And param layers = 'bebouwing' 0.000
And param styles = 'default' 0.000
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 1.014
02:29:04.569 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=bebouwing&styles=default&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:05.160 response time in milliseconds: 590.31
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 180197
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:29:05 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.017
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: pand contour" 0.000
02:29:05.593 [print] v4 image type: pand contour
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.013
* eval db.mywriteln('- Test: V02_WMS test 1b style default 600 600 type pand contour ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.006
0.008
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.001
02:29:04.593 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.006
14.696
* def box1_NL = "-25000,250000,280000,860000" 0.009
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH2 0.000
And param layers = 'bebouwing' 0.000
And param WIDTH = 8320 0.001
And param HEIGHT = 5850 0.037
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 9.684
02:29:04.664 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C89320%2C461750&layers=bebouwing&WIDTH=8320&HEIGHT=5850&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:11.166 response time in milliseconds: 6501.58
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 4895494
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:29:11 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: pand contour" 0.001
02:29:14.340 [print] v4 image type: pand contour
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 2 8320 5850 type pand contour ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.003
Given path "" 0.001
And param VERSION = '1.3.0' 0.001
And param service = 'WMS' 0.001
And param request = 'GetLegendGraphic' 0.001
And param layer = 'bebouwing' 0.001
And param WIDTH = 40 0.001
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.001
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.001
When method GET 0.248
02:29:14.356 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=bebouwing&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:14.603 response time in milliseconds: 246.17
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 3731
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:29:14 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type pand contour" 0.002
02:29:14.610 [print] v4 legenda image type pand contour
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 2 type pand contour ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.003
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH2 0.000
And param layers = 'bebouwing' 0.000
And param styles = 'kadastralekaartv4:bebouwing_print' 0.001
And param WIDTH = 8320 0.001
And param HEIGHT = 5850 0.001
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 4.673
02:29:14.622 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C89320%2C461750&layers=bebouwing&styles=kadastralekaartv4%3Abebouwing_print&WIDTH=8320&HEIGHT=5850&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:18.961 response time in milliseconds: 4338.99
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 156612
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:29:18 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: pand contour" 0.003
02:29:19.298 [print] v4 image type: pand contour
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 2 style kadastralekaartv4:bebouwing_print 8320 5850 type pand contour ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.007
0.013
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.007
02:29:04.687 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.005
2.011
* def box1_NL = "-25000,250000,280000,860000" 0.000
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'bebouwing' 0.000
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 0.744
02:29:04.706 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=bebouwing&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:05.035 response time in milliseconds: 328.89
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 180197
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:29:04 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.003
* print "v4 image type: pand contour" 0.014
02:29:05.561 [print] v4 image type: pand contour
* eval karate.embed(responseBytes,'image/png') 0.002
* def mydownloads = Java.type('download.DataStorage') 0.002
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.027
* def db = new mydownloads 0.018
* eval db.mywriteln('- Test: V02_WMS test 2b 600 600 type pand contour ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.004
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.001
And param layer = 'bebouwing' 0.000
And param WIDTH = 40 0.037
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.001
When method GET 0.279
02:29:05.684 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=bebouwing&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:05.933 response time in milliseconds: 248.96
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 3731
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:29:05 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type pand contour" 0.002
02:29:05.940 [print] v4 legenda image type pand contour
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 2b type pand contour ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.007
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'bebouwing' 0.000
And param styles = 'default' 0.005
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 0.817
02:29:05.959 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=bebouwing&styles=default&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:06.430 response time in milliseconds: 470.41
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 180197
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:29:06 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.022
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: pand contour" 0.006
02:29:06.804 [print] v4 image type: pand contour
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.001
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 2b style default 600 600 type pand contour ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.006
0.018
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.015
02:29:05.568 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.002
0.853
* def box1_NL = "-25000,250000,280000,860000" 0.000
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'Nummeraanduidingreeks' 0.022
And param WIDTH = 600 0.002
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 0.266
02:29:05.619 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=Nummeraanduidingreeks&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:05.878 response time in milliseconds: 258.47
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 2332
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:29:05 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: huisnummer (reeks) tekst 8" 0.003
02:29:05.888 [print] v4 image type: huisnummer (reeks) tekst 8
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 3 600 600 type huisnummer (reeks) tekst 8 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.004
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'Nummeraanduidingreeks' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.252
02:29:05.901 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=Nummeraanduidingreeks&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:06.147 response time in milliseconds: 245.03
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 2386
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:29:06 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type huisnummer (reeks) tekst 8" 0.002
02:29:06.150 [print] v4 legenda image type huisnummer (reeks) tekst 8
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.007
* eval db.mywriteln('- Test: V02_WMS legenda test 3 type huisnummer (reeks) tekst 8 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.003
Given path "" 0.000
And param VERSION = '1.3.0' 0.012
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'Nummeraanduidingreeks' 0.000
And param styles = 'default' 0.000
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 0.263
02:29:06.187 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=Nummeraanduidingreeks&styles=default&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:06.439 response time in milliseconds: 252.27
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 2332
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:29:06 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: huisnummer (reeks) tekst 8" 0.000
02:29:06.441 [print] v4 image type: huisnummer (reeks) tekst 8
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 3 style default 600 600 type huisnummer (reeks) tekst 8 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.004
0.026
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.000
02:29:05.653 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.026
5.121
* def box1_NL = "-25000,250000,280000,860000" 0.009
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'Nummeraanduidingreeks' 0.000
And param WIDTH = 4000 0.002
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 2.311
02:29:05.716 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=Nummeraanduidingreeks&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:07.556 response time in milliseconds: 1839.96
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 349295
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:29:07 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: huisnummer (reeks) tekst 14" 0.003
02:29:08.009 [print] v4 image type: huisnummer (reeks) tekst 14
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 4 4000 4000 type huisnummer (reeks) tekst 14 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.036
Given path "" 0.002
And param VERSION = '1.3.0' 0.006
And param service = 'WMS' 0.001
And param request = 'GetLegendGraphic' 0.001
And param layer = 'Nummeraanduidingreeks' 0.008
And param WIDTH = 40 0.006
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.003
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.001
When method GET 0.255
02:29:08.084 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=Nummeraanduidingreeks&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:08.333 response time in milliseconds: 248.19
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 2386
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:29:08 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type huisnummer (reeks) tekst 14" 0.006
02:29:08.340 [print] v4 legenda image type huisnummer (reeks) tekst 14
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 4 type huisnummer (reeks) tekst 14 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.003
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.001
And param bbox = box2_BH 0.000
And param layers = 'Nummeraanduidingreeks' 0.000
And param styles = 'kadastralekaartv4:bebouwing_print' 0.001
And param WIDTH = 4000 0.001
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 2.373
02:29:08.351 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=Nummeraanduidingreeks&styles=kadastralekaartv4%3Abebouwing_print&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:10.042 response time in milliseconds: 1681.48
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 776654
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:29:09 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.001
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: huisnummer (reeks) tekst 14" 0.002
02:29:10.727 [print] v4 image type: huisnummer (reeks) tekst 14
* eval karate.embed(responseBytes,'image/png') 0.002
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 4 style kadastralekaartv4:bebouwing_print 4000 4000 type huisnummer (reeks) tekst 14 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.074
0.042
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.018
02:29:21.811 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.023
0.889
* def box1_NL = "-25000,250000,280000,860000" 0.004
* def box2_BH = "81000,455900,81600,456500" 0.028
* def box2_BH2 = "81000,455900,89320,461750" 0.001
Given path "" 0.000
And param VERSION = '1.3.0' 0.002
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'Nummeraanduidingreeks' 0.000
And param WIDTH = 600 0.004
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.002
When method GET 0.261
02:29:21.907 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=Nummeraanduidingreeks&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:22.167 response time in milliseconds: 258.37
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 2332
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:29:22 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart tekst 10 (openbareRuimteType=Weg recht" 0.004
02:29:22.172 [print] v4 image type: zwart tekst 10  (openbareRuimteType=Weg recht
* eval karate.embed(responseBytes,'image/png') 0.002
* def mydownloads = Java.type('download.DataStorage') 0.010
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 5 600 600 type zwart tekst 10 (openbareRuimteType=Weg recht ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.004
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.009
And param layer = 'Nummeraanduidingreeks' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.250
02:29:22.205 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=Nummeraanduidingreeks&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:22.454 response time in milliseconds: 248.64
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 2386
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:29:22 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type zwart tekst 10 (openbareRuimteType=Weg recht" 0.002
02:29:22.456 [print] v4 legenda image type zwart tekst 10  (openbareRuimteType=Weg recht
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.001
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 5 type zwart tekst 10 (openbareRuimteType=Weg recht ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.019
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'Nummeraanduidingreeks' 0.000
And param styles = 'default' 0.003
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 0.262
02:29:22.489 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=Nummeraanduidingreeks&styles=default&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:22.745 response time in milliseconds: 253.89
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 2332
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:29:22 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart tekst 10 (openbareRuimteType=Weg recht" 0.000
02:29:22.745 [print] v4 image type: zwart tekst 10  (openbareRuimteType=Weg recht
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 5 style default 600 600 type zwart tekst 10 (openbareRuimteType=Weg recht ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
0.001
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.000
02:29:22.814 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.001
5.344
* def box1_NL = "-25000,250000,280000,860000" 0.000
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'Nummeraanduidingreeks' 0.000
And param WIDTH = 4000 0.017
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 2.044
02:29:22.846 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=Nummeraanduidingreeks&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:24.426 response time in milliseconds: 1579.86
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 349295
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:29:24 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart tekst 20 (openbareRuimteType=Weg recht" 0.003
02:29:24.882 [print] v4 image type: zwart tekst 20  (openbareRuimteType=Weg recht
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 6 4000 4000 type zwart tekst 20 (openbareRuimteType=Weg recht ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.007
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.001
And param layer = 'Nummeraanduidingreeks' 0.000
And param WIDTH = 40 0.002
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.001
When method GET 0.244
02:29:24.902 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=Nummeraanduidingreeks&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:25.145 response time in milliseconds: 242.92
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 2386
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:29:25 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type zwart tekst 20 (openbareRuimteType=Weg recht" 0.003
02:29:25.148 [print] v4 legenda image type zwart tekst 20  (openbareRuimteType=Weg recht
* eval karate.embed(responseBytes,'image/png') 0.003
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 6 type zwart tekst 20 (openbareRuimteType=Weg recht ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'Nummeraanduidingreeks' 0.000
And param styles = 'kadastralekaartv4:bebouwing_print' 0.001
And param WIDTH = 4000 0.000
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 3.000
02:29:25.161 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=Nummeraanduidingreeks&styles=kadastralekaartv4%3Abebouwing_print&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:27.378 response time in milliseconds: 2215.08
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 776654
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:29:27 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart tekst 20 (openbareRuimteType=Weg recht" 0.000
02:29:28.159 [print] v4 image type: zwart tekst 20  (openbareRuimteType=Weg recht
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 6 style kadastralekaartv4:bebouwing_print 4000 4000 type zwart tekst 20 (openbareRuimteType=Weg recht ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.003
0.001
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.000
02:29:22.842 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.001
0.924
* def box1_NL = "-25000,250000,280000,860000" 0.000
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'Nummeraanduidingreeks' 0.000
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.020
And param format = 'image/png' 0.007
When method GET 0.313
02:29:22.873 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=Nummeraanduidingreeks&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:23.183 response time in milliseconds: 310.06
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 2332
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:29:23 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart tekst 10 (openbareRuimteType=Water italic)" 0.002
02:29:23.190 [print] v4 image type: zwart tekst 10  (openbareRuimteType=Water italic)
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 7 600 600 type zwart tekst 10 (openbareRuimteType=Water italic) ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'Nummeraanduidingreeks' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.273
02:29:23.198 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=Nummeraanduidingreeks&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:23.470 response time in milliseconds: 271.77
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 2386
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:29:23 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type zwart tekst 10 (openbareRuimteType=Water italic)" 0.007
02:29:23.478 [print] v4 legenda image type zwart tekst 10  (openbareRuimteType=Water italic)
* eval karate.embed(responseBytes,'image/png') 0.005
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 7 type zwart tekst 10 (openbareRuimteType=Water italic) ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.014
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'Nummeraanduidingreeks' 0.000
And param styles = 'default' 0.001
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 0.266
02:29:23.508 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=Nummeraanduidingreeks&styles=default&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:23.766 response time in milliseconds: 257.77
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 2332
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:29:23 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart tekst 10 (openbareRuimteType=Water italic)" 0.000
02:29:23.767 [print] v4 image type: zwart tekst 10  (openbareRuimteType=Water italic)
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 7 style default 600 600 type zwart tekst 10 (openbareRuimteType=Water italic) ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.003
0.011
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.001
02:29:23.790 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.009
5.853
* def box1_NL = "-25000,250000,280000,860000" 0.001
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'Nummeraanduidingreeks' 0.000
And param WIDTH = 4000 0.000
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 2.459
02:29:23.821 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=Nummeraanduidingreeks&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:25.816 response time in milliseconds: 1994.74
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 349295
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:29:25 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart tekst 20 (openbareRuimteType=Water italic)" 0.001
02:29:26.269 [print] v4 image type: zwart tekst 20  (openbareRuimteType=Water italic)
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 8 4000 4000 type zwart tekst 20 (openbareRuimteType=Water italic) ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.003
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'Nummeraanduidingreeks' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.242
02:29:26.276 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=Nummeraanduidingreeks&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:26.516 response time in milliseconds: 240.25
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 2386
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:29:26 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type zwart tekst 20 (openbareRuimteType=Water italic)" 0.004
02:29:26.521 [print] v4 legenda image type zwart tekst 20  (openbareRuimteType=Water italic)
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 8 type zwart tekst 20 (openbareRuimteType=Water italic) ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.006
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'Nummeraanduidingreeks' 0.000
And param styles = 'kadastralekaartv4:bebouwing_print' 0.000
And param WIDTH = 4000 0.000
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 3.122
02:29:26.531 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=Nummeraanduidingreeks&styles=kadastralekaartv4%3Abebouwing_print&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:28.971 response time in milliseconds: 2439.86
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 776654
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:29:28 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart tekst 20 (openbareRuimteType=Water italic)" 0.001
02:29:29.653 [print] v4 image type: zwart tekst 20  (openbareRuimteType=Water italic)
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 8 style kadastralekaartv4:bebouwing_print 4000 4000 type zwart tekst 20 (openbareRuimteType=Water italic) ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
0.003
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.000
02:29:28.182 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.002
3.647
* def box1_NL = "-25000,250000,280000,860000" 0.004
* def box2_BH = "81000,455900,81600,456500" 0.002
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.000
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 1.814
02:29:28.200 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:29.561 response time in milliseconds: 1360.96
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 294283
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:29:29 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: perceel contour stroke 1" 0.002
02:29:30.013 [print] v4 image type: perceel contour stroke 1
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 9 600 600 type perceel contour stroke 1 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'perceel' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.247
02:29:30.022 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=perceel&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:30.262 response time in milliseconds: 239.70
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 2375
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:29:30 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type perceel contour stroke 1" 0.001
02:29:30.270 [print] v4 legenda image type perceel contour stroke 1
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 9 type perceel contour stroke 1 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.000
And param styles = 'default' 0.001
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 1.556
02:29:30.276 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&styles=default&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:31.386 response time in milliseconds: 1109.68
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 294283
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:29:31 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: perceel contour stroke 1" 0.000
02:29:31.832 [print] v4 image type: perceel contour stroke 1
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 9 style default 600 600 type perceel contour stroke 1 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
0.010
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.001
02:29:34.057 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.009
13.262
* def box1_NL = "-25000,250000,280000,860000" 0.000
* def box2_BH = "81000,455900,81600,456500" 0.002
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.012
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.001
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.000
And param WIDTH = 4000 0.004
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.001
And param format = 'image/png' 0.001
When method GET 7.282
02:29:34.098 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:39.575 response time in milliseconds: 5476.02
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 2519295
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:29:39 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: perceel contour stroke1" 0.002
02:29:41.381 [print] v4 image type: perceel contour stroke1
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 10 4000 4000 type perceel contour stroke1 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.008
Given path "" 0.001
And param VERSION = '1.3.0' 0.001
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'perceel' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.251
02:29:41.401 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=perceel&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:41.652 response time in milliseconds: 241.57
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 2375
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:29:41 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type perceel contour stroke1" 0.003
02:29:41.656 [print] v4 legenda image type perceel contour stroke1
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 10 type perceel contour stroke1 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.012
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.003
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.000
And param styles = 'kadastralekaartv4:perceel_print' 0.000
And param WIDTH = 4000 0.001
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 5.649
02:29:41.677 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&styles=kadastralekaartv4%3Aperceel_print&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:45.264 response time in milliseconds: 3587.21
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 3104299
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:29:45 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.001
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: perceel contour stroke1" 0.000
02:29:47.327 [print] v4 image type: perceel contour stroke1
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 10 style kadastralekaartv4:perceel_print 4000 4000 type perceel contour stroke1 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
0.003
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.001
02:29:50.693 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.001
3.151
* def box1_NL = "-25000,250000,280000,860000" 0.000
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.000
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.001
And param format = 'image/png' 0.000
When method GET 1.420
02:29:50.715 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:51.681 response time in milliseconds: 964.56
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 294283
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:29:51 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke .5" 0.001
02:29:52.127 [print] v4 image type: lijn stroke .5
* eval karate.embed(responseBytes,'image/png') 0.002
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 11 600 600 type lijn stroke .5 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.001
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'perceel' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.246
02:29:52.136 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=perceel&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:52.381 response time in milliseconds: 245.10
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 2375
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:29:52 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type lijn stroke .5" 0.004
02:29:52.385 [print] v4 legenda image type lijn stroke .5
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 11 type lijn stroke .5 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.000
And param styles = 'default' 0.001
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 1.455
02:29:52.402 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&styles=default&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:29:53.399 response time in milliseconds: 997.08
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 294283
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:29:53 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke .5" 0.000
02:29:53.847 [print] v4 image type: lijn stroke .5
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 11 style default 600 600 type lijn stroke .5 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
0.008
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.000
02:30:03.145 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.007
13.499
* def box1_NL = "-25000,250000,280000,860000" 0.001
* def box2_BH = "81000,455900,81600,456500" 0.001
* def box2_BH2 = "81000,455900,89320,461750" 0.001
Given path "" 0.001
And param VERSION = '1.3.0' 0.001
And param service = 'WMS' 0.001
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.000
And param WIDTH = 4000 0.000
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.001
And param format = 'image/png' 0.000
When method GET 5.824
02:30:03.168 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:07.187 response time in milliseconds: 4018.88
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 2519295
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:30:07 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.005
* print "v4 image type: lijn stroke .5" 0.001
02:30:08.998 [print] v4 image type: lijn stroke .5
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 12 4000 4000 type lijn stroke .5 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.001
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'perceel' 0.000
And param WIDTH = 40 0.001
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.001
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.001
When method GET 0.300
02:30:09.010 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=perceel&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:09.310 response time in milliseconds: 299.48
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 2375
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:30:09 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type lijn stroke .5" 0.002
02:30:09.312 [print] v4 legenda image type lijn stroke .5
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 12 type lijn stroke .5 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.003
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.001
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.000
And param styles = 'kadastralekaartv4:perceel_print' 0.001
And param WIDTH = 4000 0.001
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 7.331
02:30:09.324 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&styles=kadastralekaartv4%3Aperceel_print&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:14.514 response time in milliseconds: 5189.86
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 3104299
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:30:14 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke .5" 0.001
02:30:16.656 [print] v4 image type: lijn stroke .5
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 12 style kadastralekaartv4:perceel_print 4000 4000 type lijn stroke .5 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.001
0.009
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.001
02:30:12.345 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.008
3.387
* def box1_NL = "-25000,250000,280000,860000" 0.009
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.001
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.000
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 1.448
02:30:12.374 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:13.373 response time in milliseconds: 999.37
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 294283
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:30:13 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart arial italic 16" 0.001
02:30:13.823 [print] v4 image type: zwart arial italic 16
* eval karate.embed(responseBytes,'image/png') 0.002
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 13 600 600 type zwart arial italic 16 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.011
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'perceel' 0.000
And param WIDTH = 40 0.001
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.287
02:30:13.840 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=perceel&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:14.122 response time in milliseconds: 281.69
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 2375
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:30:14 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type zwart arial italic 16" 0.001
02:30:14.129 [print] v4 legenda image type zwart arial italic 16
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 13 type zwart arial italic 16 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.000
And param styles = 'default' 0.000
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 1.605
02:30:14.134 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&styles=default&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:15.295 response time in milliseconds: 1160.02
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 294283
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:30:15 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart arial italic 16" 0.000
02:30:15.739 [print] v4 image type: zwart arial italic 16
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 13 style default 600 600 type zwart arial italic 16 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
0.001
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.000
02:30:16.664 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.000
3.829
* def box1_NL = "-25000,250000,280000,860000" 0.000
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.001
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 1.431
02:30:16.680 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:17.660 response time in milliseconds: 980.10
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 294283
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:30:17 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart arial italic 8" 0.001
02:30:18.107 [print] v4 image type: zwart arial italic 8
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 14 600 600 type zwart arial italic 8 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.001
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'perceel' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.243
02:30:18.114 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=perceel&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:18.356 response time in milliseconds: 242.05
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 2375
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:30:18 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type zwart arial italic 8" 0.001
02:30:18.358 [print] v4 legenda image type zwart arial italic 8
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 14 type zwart arial italic 8 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.001
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.008
And param request = 'GetMap' 0.004
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.000
And param styles = 'default' 0.001
And param WIDTH = 600 0.001
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 2.115
02:30:18.377 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&styles=default&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:20.047 response time in milliseconds: 1669.30
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 294283
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:30:19 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart arial italic 8" 0.001
02:30:20.494 [print] v4 image type: zwart arial italic 8
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 14 style default 600 600 type zwart arial italic 8 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.001
0.039
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.002
02:30:23.778 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.036
13.991
* def box1_NL = "-25000,250000,280000,860000" 0.001
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.003
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.000
And param WIDTH = 4000 0.000
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 7.747
02:30:23.827 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:29.780 response time in milliseconds: 5952.15
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 2519295
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:30:29 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.001
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart arial italic 20" 0.000
02:30:31.577 [print] v4 image type: zwart arial italic 20
* eval karate.embed(responseBytes,'image/png') 0.002
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 15 4000 4000 type zwart arial italic 20 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'perceel' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.247
02:30:31.588 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=perceel&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:31.833 response time in milliseconds: 244.13
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 2375
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:30:31 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type zwart arial italic 20" 0.001
02:30:31.837 [print] v4 legenda image type zwart arial italic 20
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 15 type zwart arial italic 20 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'perceel' 0.000
And param styles = 'kadastralekaartv4:perceel_print' 0.000
And param WIDTH = 4000 0.000
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 5.960
02:30:31.845 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=perceel&styles=kadastralekaartv4%3Aperceel_print&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:35.677 response time in milliseconds: 3828.30
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 3104299
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:30:35 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: zwart arial italic 20" 0.001
02:30:37.806 [print] v4 image type: zwart arial italic 20
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 15 style kadastralekaartv4:perceel_print 4000 4000 type zwart arial italic 20 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.001
0.015
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.007
02:30:27.091 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.007
1.888
* def box1_NL = "-25000,250000,280000,860000" 0.007
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.008
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'kadastralegrens' 0.000
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 0.807
02:30:27.128 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=kadastralegrens&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:27.602 response time in milliseconds: 472.53
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 207247
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:30:27 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke 2" 0.001
02:30:27.936 [print] v4 image type: lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 16 600 600 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.001
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'kadastralegrens' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.247
02:30:27.946 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=kadastralegrens&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:28.190 response time in milliseconds: 244.10
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 3854
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:30:28 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type lijn stroke 2" 0.001
02:30:28.192 [print] v4 legenda image type lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 16 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.001
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'kadastralegrens' 0.000
And param styles = 'default' 0.000
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 0.794
02:30:28.196 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=kadastralegrens&styles=default&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:28.654 response time in milliseconds: 457.87
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 207247
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:30:28 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke 2" 0.001
02:30:28.991 [print] v4 image type: lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 16 style default 600 600 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.003
0.064
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.000
02:30:40.804 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.063
1.862
* def box1_NL = "-25000,250000,280000,860000" 0.000
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.001
And param VERSION = '1.3.0' 0.007
And param service = 'WMS' 0.002
And param request = 'GetMap' 0.004
And param bbox = box2_BH 0.000
And param layers = 'kadastralegrens' 0.000
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 0.775
02:30:40.901 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=kadastralegrens&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:41.337 response time in milliseconds: 435.00
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 207247
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:30:41 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke 2" 0.001
02:30:41.674 [print] v4 image type: lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 17 600 600 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.001
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'kadastralegrens' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.246
02:30:41.682 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=kadastralegrens&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:41.928 response time in milliseconds: 245.13
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 3854
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:30:41 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type lijn stroke 2" 0.002
02:30:41.930 [print] v4 legenda image type lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 17 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.003
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'kadastralegrens' 0.000
And param styles = 'default' 0.001
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.002
When method GET 0.796
02:30:41.941 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=kadastralegrens&styles=default&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:42.399 response time in milliseconds: 457.43
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 207247
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:30:42 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke 2" 0.000
02:30:42.736 [print] v4 image type: lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 17 style default 600 600 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
0.005
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.000
02:30:42.464 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.004
1.849
* def box1_NL = "-25000,250000,280000,860000" 0.000
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'kadastralegrens' 0.000
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 0.816
02:30:42.473 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=kadastralegrens&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:42.951 response time in milliseconds: 477.45
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 207247
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:30:42 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke 2" 0.000
02:30:43.289 [print] v4 image type: lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 18 600 600 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'kadastralegrens' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.252
02:30:43.297 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=kadastralegrens&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:43.548 response time in milliseconds: 250.98
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 3854
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:30:43 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type lijn stroke 2" 0.005
02:30:43.554 [print] v4 legenda image type lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 18 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'kadastralegrens' 0.000
And param styles = 'default' 0.000
And param WIDTH = 600 0.000
And param HEIGHT = 600 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 0.758
02:30:43.568 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=kadastralegrens&styles=default&WIDTH=600&HEIGHT=600&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:43.980 response time in milliseconds: 411.64
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 207247
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:30:43 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.001
* print "v4 image type: lijn stroke 2" 0.001
02:30:44.320 [print] v4 image type: lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 18 style default 600 600 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.001
0.001
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.000
02:30:42.745 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.001
17.716
* def box1_NL = "-25000,250000,280000,860000" 0.000
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'kadastralegrens' 0.000
And param WIDTH = 4000 0.001
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 5.632
02:30:42.752 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=kadastralegrens&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:46.643 response time in milliseconds: 3890.70
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 2464075
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:30:46 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke 2" 0.001
02:30:48.383 [print] v4 image type: lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 19 4000 4000 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'kadastralegrens' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.251
02:30:48.390 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=kadastralegrens&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:48.637 response time in milliseconds: 246.42
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 3854
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:30:48 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type lijn stroke 2" 0.001
02:30:48.642 [print] v4 legenda image type lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.001
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 19 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.001
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'kadastralegrens' 0.000
And param styles = 'kadastralekaartv4:kadastralegrens_print' 0.000
And param WIDTH = 4000 0.000
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 11.813
02:30:48.648 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=kadastralegrens&styles=kadastralekaartv4%3Akadastralegrens_print&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:58.555 response time in milliseconds: 9907.57
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 2464075
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:30:58 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke 2" 0.000
02:31:00.461 [print] v4 image type: lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 19 style kadastralekaartv4:kadastralegrens_print 4000 4000 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
0.001
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.000
02:30:43.771 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.000
17.075
* def box1_NL = "-25000,250000,280000,860000" 0.000
* def box2_BH = "81000,455900,81600,456500" 0.000
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'kadastralegrens' 0.000
And param WIDTH = 4000 0.000
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 5.929
02:30:43.784 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=kadastralegrens&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:48.001 response time in milliseconds: 4214.32
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 2464075
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:30:47 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke 2" 0.000
02:30:49.703 [print] v4 image type: lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 20 4000 4000 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.003
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'kadastralegrens' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.243
02:30:49.709 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=kadastralegrens&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:49.951 response time in milliseconds: 242.21
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 3854
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:30:49 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type lijn stroke 2" 0.000
02:30:49.952 [print] v4 legenda image type lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 20 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'kadastralegrens' 0.000
And param styles = 'kadastralekaartv4:kadastralegrens_print' 0.000
And param WIDTH = 4000 0.000
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 10.890
02:30:49.957 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=kadastralegrens&styles=kadastralekaartv4%3Akadastralegrens_print&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:59.001 response time in milliseconds: 9043.97
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 2464075
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:30:58 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke 2" 0.000
02:31:00.847 [print] v4 image type: lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 20 style kadastralekaartv4:kadastralegrens_print 4000 4000 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
0.002
* url 'http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0' 0.001
02:30:48.276 base url : {
  "apiBaseUrl": "https://downloads.pdok.nl/"
}
* configure readTimeout = 120000 0.001
16.087
* def box1_NL = "-25000,250000,280000,860000" 0.000
* def box2_BH = "81000,455900,81600,456500" 0.004
* def box2_BH2 = "81000,455900,89320,461750" 0.000
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.004
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'kadastralegrens' 0.000
And param WIDTH = 4000 0.002
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 11.227
02:30:48.304 request:
1 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=kadastralegrens&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Host: geodata.nationaalgeoregister.nl
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:57.564 response time in milliseconds: 9259.54
1 < 200
1 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
1 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
1 < Access-Control-Allow-Origin: *
1 < Access-Control-Max-Age: 1000
1 < Content-Length: 2464075
1 < Content-Type: image/png
1 < Date: Tue, 15 Jun 2021 02:30:57 GMT
1 < Server: lighttpd/1.4.53
1 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
1 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke 2" 0.000
02:30:59.527 [print] v4 image type: lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 21 4000 4000 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.001
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetLegendGraphic' 0.000
And param layer = 'kadastralegrens' 0.000
And param WIDTH = 40 0.000
And param HEIGHT = 40 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
And param SLD_VERSION = '1.1.0' 0.000
When method GET 0.246
02:30:59.533 request:
2 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetLegendGraphic&layer=kadastralegrens&WIDTH=40&HEIGHT=40&CRS=EPSG%3A28992&format=image%2Fpng&SLD_VERSION=1.1.0
2 > Accept-Encoding: gzip,deflate
2 > Connection: Keep-Alive
2 > Host: geodata.nationaalgeoregister.nl
2 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:30:59.776 response time in milliseconds: 242.43
2 < 200
2 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
2 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
2 < Access-Control-Allow-Origin: *
2 < Access-Control-Max-Age: 1000
2 < Content-Length: 3854
2 < Content-Type: image/png
2 < Date: Tue, 15 Jun 2021 02:30:59 GMT
2 < Server: lighttpd/1.4.53
2 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
2 < X-Cnection: close
Then status 200 0.000
* print "v4 legenda image type lijn stroke 2" 0.000
02:30:59.777 [print] v4 legenda image type lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.004
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS legenda test 21 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002
Given path "" 0.000
And param VERSION = '1.3.0' 0.000
And param service = 'WMS' 0.000
And param request = 'GetMap' 0.000
And param bbox = box2_BH 0.000
And param layers = 'kadastralegrens' 0.000
And param styles = 'kadastralekaartv4:kadastralegrens_print' 0.000
And param WIDTH = 4000 0.000
And param HEIGHT = 4000 0.000
And param CRS = 'EPSG:28992' 0.000
And param format = 'image/png' 0.000
When method GET 4.578
02:30:59.786 request:
3 > GET http://geodata.nationaalgeoregister.nl/kadastralekaart/wms/v4_0/?VERSION=1.3.0&service=WMS&request=GetMap&bbox=81000%2C455900%2C81600%2C456500&layers=kadastralegrens&styles=kadastralekaartv4%3Akadastralegrens_print&WIDTH=4000&HEIGHT=4000&CRS=EPSG%3A28992&format=image%2Fpng
3 > Accept-Encoding: gzip,deflate
3 > Connection: Keep-Alive
3 > Host: geodata.nationaalgeoregister.nl
3 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_151)

02:31:02.566 response time in milliseconds: 2779.80
3 < 200
3 < Access-Control-Allow-Headers: SOAPAction,X-Requested-With,Content-Type,Origin,Authorization,Accept
3 < Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD
3 < Access-Control-Allow-Origin: *
3 < Access-Control-Max-Age: 1000
3 < Content-Length: 2464075
3 < Content-Type: image/png
3 < Date: Tue, 15 Jun 2021 02:31:02 GMT
3 < Server: lighttpd/1.4.53
3 < Strict-Transport-Security: max-age=3600; includeSubDomains; preload
3 < X-Cnection: close
Then status 200 0.000
And match header Content-Type == 'image/png' 0.000
And def filesize = responseHeaders['Content-Length'][0] 0.000
* print "v4 image type: lijn stroke 2" 0.000
02:31:04.365 [print] v4 image type: lijn stroke 2
* eval karate.embed(responseBytes,'image/png') 0.000
* def mydownloads = Java.type('download.DataStorage') 0.000
* def LocalDateTime = Java.type('java.time.LocalDateTime') 0.000
* def db = new mydownloads 0.000
* eval db.mywriteln('- Test: V02_WMS test 21 style kadastralekaartv4:kadastralegrens_print 4000 4000 type lijn stroke 2 ' + '\n'+' responseTime: ' + responseTime + '\n Size: ' + filesize + '\n Time: '+ LocalDateTime.now() + '\n' , 'target/surefire-reports/wmsv40.yaml') 0.002