Create Map Service from ArcGISOnline.com server
-
.ExternalClass24FB3EF3B626439886DCA64315BFB13D p.MsoNormal, .ExternalClass24FB3EF3B626439886DCA64315BFB13D li.MsoNormal, .ExternalClass24FB3EF3B626439886DCA64315BFB13D div.MsoNormal {margin:0cm;margin-bottom:.0001pt;font-size:12.0pt;font-family:'Times New Roman','serif';} .ExternalClass24FB3EF3B626439886DCA64315BFB13D a:link, .ExternalClass24FB3EF3B626439886DCA64315BFB13D span.MsoHyperlink {color:blue;text-decoration:underline;} .ExternalClass24FB3EF3B626439886DCA64315BFB13D a:visited, .ExternalClass24FB3EF3B626439886DCA64315BFB13D span.MsoHyperlinkFollowed {color:purple;text-decoration:underline;} .ExternalClass24FB3EF3B626439886DCA64315BFB13D span.EmailStyle17 {font-family:'Calibri','sans-serif';color:#1F497D;} .ExternalClass24FB3EF3B626439886DCA64315BFB13D .MsoChpDefault {font-family:'Calibri','sans-serif';} @page WordSection1 {size:612.0pt 792.0pt;margin:72.0pt 72.0pt 72.0pt 72.0pt;} .ExternalClass24FB3EF3B626439886DCA64315BFB13D div.WordSection1 {page:WordSection1;} Doesn’t sound like you are missing anything. Make sure that you can actually get to services.arcgisonline.com from your workstation. Try entering this URL into a web browser -- it should take you to the REST endpoint for these services.
From: klee [mailto:klee@co.napa.ca.us]
Posted At: March-23-11 5:08 PM
Posted To: Geocortex Support Center - Geocortex Essentials REST Elements and API Discussion
Conversation: Create Map Service from ArcGISOnline.com server
Subject: Create Map Service from ArcGISOnline.com serverHi,
I just installed Geocortex REST and I'm trying to add a map service from services.arcgisonline.com using the Geocortex REST manager.
I select ArcGIS Online Map Service type, then i select services.arcgisonline.com as the server name and i click next, but nothing happens.
based on the Geocortex's help doc, i should get a list of map services from arcgisonline.com but i dont. what am i missing?
thank you for your help.
Kyung
0 -
Yes, I am able to go to http://services.arcgisonline.com/ArcGIS/rest/services and see the rest services. If i cant add arcgisonline rest services using the REST manager, how can i add it manually? I tried adding some codes into the Site.xml, but doesnt work. Thank you very much for your help. 0 -
I'm having the same issue. I can access ArcGIS Online from my browser, but not from REST Manager.
0 -
Hi folks,
If you edit the sample Charlotte ArcGIS Online site, do the ArcGIS Online services load? Or do you only have this issue with new sites you're creating? If you run a web debugging tool like (http://www.fiddler2.com/fiddler2/) Fiddler , what do your requests and response look like?
Cheers,
Jordan
0 -
I'm unable to edit the Charlotte ArcGIS Online site, either. I get an error that the World Street Map service is unavailable. I copied the URL from the error message, though, and I can access it thru my browser without issue
0 -
If you can see the services in your browser, but are unable to add them to an Essentials site, there must be something blocking the connection from the server running Essentials to the Internet.
Sometimes there are network policies or a firewall in the way. Usually it is a proxy server that would be letting us "see" the Internet that we do not know about.
If the proxy does not require authentication, we just need to configure Essentials to use the proxy. This is done in the web.config files for both the REST application and the Manager application.
Add the following XML to the web.config files as a child of the <system.net> tag:
<defaultProxy><p> </p> <proxy proxyaddress="http://proxyserver:port" bypassonlocal="True" /><p> </p> </defaultProxy>...where "proxyserver:port" are the network name/IP and port of the HTTP proxy server on your network.
Your IT department can supply this, or you can match it to whatever is found in your Internet Options for a web browser.
0 -
Malcom,
What user is trying to get out through the proxy in this instance? Is it the EssentialUser, EssentialAdmin or an App Pool user? WE have our App Pool users running as domains and local computer accounts are restricted from the internet based on policy.
Thanks,
Chase
0 -
I think I am one step closer now. I added the proxy information but still as I hit "Next" for the arcgisonline services (services.arcgisonline.com) nothing happens. I did some wiresharking and it gets to our proxy and then gets denied because of "browser user agent". Our lovely company blocks IE9, Chrome and a couple other user agents. Does Geocortex use the user agent of the browser or does it request with a custom one?
Thanks,
Chase
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
8 kommentarer