Hi,
I am trying to connect to a WMS service. The URL is:
geostor.arkansas.gov/ArcGIS/services/ORTHO2006-WMS/MapServer/WMSServer
I simply substituted this URL for the one being used in the 'How Do I' project but no image is ever visible. However, no error is generated either. So I took the request string generated by the WMSRasterLayer and pasted it into my browser and this time I did receive an error, 'Parameter 'format' contains unacceptable value'. The format part of the request is 'FORMAT=IMAGE/PNG.' If I change IMAGE/PNG to lower case I no longer get the error, the browser caption indicates an image was received, but their is still nothing visible.
The version being requested from the server is 1.3.0. If I change the version to 1.1.1 then I get an image. However, when I change the version I also have to change 'CRS=EPSG:4326' to 'SRS=EPSG:4326.'
There is only one layer on this service and it just covers the state of Arkansas. It is not especially important to us, however it works fine in an application I wrote awhile back that generates request strings from scratch in order to retrieve images.
Any thoughts?
Thanks,
Steve