I am simply trying to retrieve data from the db table based on an ID. the following is my HTTPService code
<!-- ///////////////////////////////////////////////////////////////////////////// -->
<mx:HTTPService id="hsID"
url="http://data.cmap.illinois.gov/ws/tip/tipservice.asmx/getproject"
showBusyCursor="true"
requestTimeout="120"
fault="showAlert(event)"/>
<!-- ///////////////////////////////////////////////////////////////////////////// -->
This service is working great when I type in the ID but when I use the InfoSymbol - infoRenderer - Component it doesn't see the service and I can't put the code inside of the component. Hope that answers your question