Hi guys
I'm trying to add in my FlexViewer a WMS Service but when a run the application i don't see the wms
this is the code that i write in config.xml
<layer label="geologia"
type="wms"
skipgetcapabilities="true"
url="http://sgi1.isprambiente.it/ArcGIS/services/servizi/geologia1M/mapserver/WMSServer?"
version="1.3.0"
visible="true"
wkid="4326"
/>
It's wrong?
Where is the error?....
If my code is wrong what is the method to add a wms in FlexViewer?
Thanks
<layer label="Active Fires"
type="wms"
visible="true"
visiblelayers="Last 24 hour fire detections"
url="http://activefiremaps.fs.fed.us/cgi-bin/mapserv.exe?map=conus.map&"
skipgetcapabilities="true"
wkid="4269"
version="1.1.1"/>