Hi Jamal,
From the screen shots, it appears that you are pointing to a REST Service called localhost.
The term localhost refers to the local computer that the application is hosted on, in this instance, ArcGIS Server. The localhost path is specific to each machine; therefor the services will only appear on the machine with ArcGIS Server installed. To have your services appear in flex, silverlight and other web applications, you will either need to use a fully qualified domain name, or your machine name for the Server.
To find your machine name, right click on Computer in the start menu and scroll down to properties. You r machine name will be indicated beside computer name.
Try the url http://<machinename>:6080/arcgis/rest/services/<servicename>/MapServer.
Cheers,
Kelly
Hi Jamal,
From the screen shots, it appears that you are pointing to a REST Service called localhost.
The term localhost refers to the local computer that the application is hosted on, in this instance, ArcGIS Server. The localhost path is specific to each machine; therefor the services will only appear on the machine with ArcGIS Server installed. To have your services appear in flex, silverlight and other web applications, you will either need to use a fully qualified domain name, or your machine name for the Server.
To find your machine name, right click on Computer in the start menu and scroll down to properties. You r machine name will be indicated beside computer name.
Try the url http://<machinename>:6080/arcgis/rest/services/<servicename>/MapServer.
Cheers,
Kelly