How do you bind the token to secure map services?

2730
1
09-10-2014 08:56 AM
ChrisBradberry
Occasional Contributor

Hey,

I am trying to bind a long term token to the map services in xaml, without much luck.  What is the best way to do this?  I can't seem to figure out how to do a static property or a dependency property.  Is this possible?

thanks, Chris

Tags (3)
0 Kudos
1 Reply
RebeccaStrauch__GISP
MVP Emeritus

I'm  more familiar with JavaScript, so. I apologize if you have already tried this.  In JavaScript, I use the proxy file which contains my token information which I then reference in my web doc.  You may want to check out these links, including one that was having issues that was then resolved.  Might help you track down your issue.

How to use secure ArcGIS Server services | ArcGIS Blog

ArcGIS API for Silverlight   Help doc

arcgis server - Token doesn't work when applied to map service - Silverlight - Geographic Informatio...

since I've been dealing with the same issues of getting my secure services to be accessed seamlessly, I know it can take a while to get everything tested and working, so good luck with it all.  FYI I do have mine working finally.

0 Kudos