Select to view content in your preferred language

help needed

701
4
08-06-2010 04:30 AM
Engr__RizwanAlvi
Emerging Contributor
hi everybody

Im new to using ArcGIS API for Silverlight

My problem is that I can not add my map service which are running on my local ArcGIS Server.
map services from the online esri gis servers running fine.

I think, im missing some step. can anybody help

regards
rizwan
0 Kudos
4 Replies
DominiqueBroux
Esri Frequent Contributor
Likely a crossdomain issue.

Look at this thread http://forums.arcgis.com/threads/3240-cannot-connect-to-rest-endpoint?highlight=crossdomain

Hope this will help, else you will need a tool like fiddler to analyze the web requests and understand which one is not working.
0 Kudos
Engr__RizwanAlvi
Emerging Contributor
I have created the crossdomain file and put it in the web root folder...
still the local arcgis server map services not showing....
esri's online services running fine...

now what to do?

regards
0 Kudos
JenniferNery
Esri Regular Contributor
What error message do you get? Are you able to visit your map service through the browser? When you run your SL app using your map service, run Fiddler too (like Dominique suggested). This will help you understand how the web requests are being handled.

Jennifer
0 Kudos
Engr__RizwanAlvi
Emerging Contributor
thanks its done.

It was crossdomain policy files issue.
0 Kudos