I am trying to add a FEMA WMS flood hazard layer to a Flex application using the WMSLayer class, but it appears something is wrong with this class.
I verified the WMS service is working ArcMap. Since FEMA does not have a crossdomain file on their servers, I have to use a proxy page. I verified the proxy page is working in Visual Studio. When I use Fiddler to check the response from FEMA's server, it tells me that the SRS parameter is not defined. The spatialReference property for this class is read only, so there is no way to specify what the SRS parameter is. I did notice in the URL string that the CRS is getting set.
Anyone know if this is a bug or if I will have to use the 1.3 method of getting a WMS service into my application since I can't set the SRS parameter? Simple test code I'm using below: