Rubio,
Your fully qualified domain name is http://wlu-23-11.wlu.ca
You really want to get away from using local host or the IP address.
So ensure you are using http://wlu-23-11.wlu.ca/restLegend/restLegend.asmx?WSDL in your LivemapsWidget.mxml
''generates object for the specified MapServerLegendClass Private Function legendClass(ByVal lclass As MapServerLegendClass) As jcLegend Dim jcLeg As New jcLegend jcLeg.label = lclass.Label ''!--you may need the line below if you webserver return a image url that is not a ''fully(qualified) url address--! jcLeg.url = Replace(lclass.SymbolImage.ImageURL, "wllbgis", "wlu-23-11.wlu.ca") ''jcLeg.url = lclass.SymbolImage.ImageURL Return jcLeg End Function