WMS - Map Module OK - Client Fails to Draw
I am trying to connect to a secured WMS from a data vendor. They have whitelisted our IP address. I added the WMS connection fine within GE Site Manager and the data appears within the Map Module as expected. However when going to the Client side via IE/Chrome the layer fails to draw and the respective warning pops up. The warning is less then helpful. Looking at the help is this a Web Tier Issue or Proxy issue? Or Something different all together?
-
We experienced something similar on our servers. Out issue was that we could not add any external services via manager or via the "add data" button.
What we had to do to get these to work was add some proxy info to the web.config files under both E:\Latitude Geographics\Geocortex Essentials\Default\REST Elements\REST and E:\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Manager
The code we needed to add was:
<defaultProxy useDefaultCredentials="true">
<proxy usesystemdefault="False" scriptLocation="Your Proxy URL here" />
</defaultProxy>and it went right after the </requestCaching> tag in both the Rest and Manager web.config files.
I hope this helps. I know how frustrating it can be.
0
Please sign in to leave a comment.
Comments
1 comment