Select to view content in your preferred language

Https web server Hosting SL app - unable to access map service in Http map server

523
2
06-21-2010 10:38 PM
shanmuga_sundaramMasanam
Deactivated User
Hi,

I have Silverlight web application hosted in SSL(https) environment. I am using cached and dynamic map servivices which are hosted in http scheme. Added client accesspolicy as given below

  <?xml version="1.0" encoding="utf-8" ?>
- <access-policy>
- <cross-domain-access>
- <policy>
- <allow-from http-request-headers="*">
  <domain uri="http://*" />
  <domain uri="https://*" />
  </allow-from>
- <grant-to>
  <resource path="/" include-subpaths="false" />
  </grant-to>
  </policy>
  </cross-domain-access>
  </access-policy>

But it displays only blank map only. and cached service writing in temp internet files folder only json output.
please clarify whether i have to host both services in https or any other workaround available.

Thanks
Shanmuga
0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
It's not working, because we can't load images across schemes in a Silverlight application.

Look at http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/31/Using-services-across-schemes.aspx for more info.
0 Kudos
shanmuga_sundaramMasanam
Deactivated User
It's not working, because we can't load images across schemes in a Silverlight application.

Look at http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/31/Using-services-across-schemes.aspx for more info.



Hi,

Thats is the case pls clarify both cached and dynamic should be hosted in Https scheme or only cached service with http and dynamic with https will work?

Thanks
shanmuga
0 Kudos