Ok, I changed some more services around and I can get it to work with the Topo Web Mecator service if I set my identify tool to work with a Web Mecator service. Now I'm wondering how do I use a web mecator base cache layer, which will define my spatial ref and extents but then identify a layer in a different coordinate system (spatial ref 4269).
My thinking is...when the mouse click happens it grabs the x,y parameters in Spatial Reference: 102100 (esri meters) and then tries to pass those parameters the identify layer with the x,y web mecator coords but the identify layer is in spatial ref 4269, (esri DecimalDegrees) so nothing gets identified. How do I convert my mouse click from 102100 to 4269?
How do convert the current Map properties so the identify parameters are in a acceptable spatial ref?