Hi,
Some problems I ran into testing Demo Requests for the WMS URLs:
WMS_describeLayer.url http://localhost:80/geoserver/wms?request=DescribeLayer&layers=states change to “topp:states”
WMS_featureInfo.url http://localhost:80/geoserver/wms?bbox=-130,24,-66,50&styles=population&format=jpeg&info_format=text/plain&request=GetFeatureInfo&layers=states&query_layers=states&width=550&height=250&x=170&y=160 change to “topp:states” for layers and query_layers
WMS_getCapabilities.url OK
WMS_GetLegendGraphic-SLD.url http://localhost:80/geoserver/wms/GetLegendGraphic?VERSION=1.0.0&FORMAT=image/png&WIDTH=20&HEIGHT=20&LAYER=topp:states&SLD=http://localhost:8080/geoserver/data/styles/green.sld change :8080 to lookup port
WMS_GetLegendGraphic-SLD_BODY.url OK
WMS_GetLegendGraphic.url OK
WMS_getMap.url http://localhost:80/geoserver/wms?bbox=-130,24,-66,50&styles=population&Format=image/png&request=GetMap&layers=states&width=550&height=250&srs=EPSG:4326 change to “topp:states”
WMS_getMap_SLD_BODY_LiteralMode.url OK
WMS_getMap_SVG.url http://localhost:80/geoserver/wms?bbox=-130,24,-66,50&request=GetMap&layers=states&width=800&height=400&srs=EPSG:4326&styles=population&Format=image/svg+xml
change to “topp:states”
will work from address bar of browser not from TestWfsPost.java?
166269 [CONFIG] org.vfny.geoserver.wms.responses.helpers.JAISupport - Supported JAIMapResponse’s MIME Types: [image/jpeg]
254155 [INFO] org.vfny.geoserver.wms.responses.map.svg.EncodeSVG - SVG generated in 87616 ms
Looks like a null is returned after intercept by JAISupport
rkgeorge