Solved! Go to Solution.
Scott,
The difference is that the eSearch does not need the layer to exist in the map as an operational layer or basemap and the identify widget DOES. So the question is do you have that map service added as an operational layer (either the whole mapservice as a dynamic layer or a specific layer of the map service as an feature layer)?
Scott,
Having the map service added to the map as a dynamic map service is fine. So Can you provide me your main config.xml and your IdentifyWidget_1.xml to look at?
Scott,
There are no layers listed at all in the IdentifyWidget_1.xml?... Did you save your edits after you configured yur changes? Do you have a IdentifyWidget_#.xml with a higher number like 2 or 3 in your C:\inetpub\wwwroot\flexviewers\WQv3\widgets\Identify\ folder?
Scott,
So you have several issue that you would have also seen if you were trying to manually edit the IdentifyWidget.xml yourself.
- You have '>http://localhost:6080/arcgis/rest/services/WebMap_v2/MapServer. You should not be using localhost in any of your urls unless you have also added the layer using localhost in your main config.xml.
- You have '>http://Valhalla:6080/arcgis/rest/services/WebMap_v2/MapServer/6 You can not mix CaSe in your URLs as Flex is a CaSe sensitive language. Your main config.xml has http://valhalla:6080 (with a lower case "v") so your IdentifyWidget.xml needs the same. Next is I am not sure at all how the /6 got on the end of the url as that is normally part of the id tag and not the url that is written to the IdentifyWidget.xml.