Feature service not available in Collector

2281
1
11-01-2013 07:36 AM
BrandonIves
New Contributor
Hi,

I am trying to setup a collector app for a proof of concept. I have created a point feature service that I can successfully edit through the ArcGIS online map interface. When I try to view my map in ArcGIS online explorer or collector the point layer doesn't display. I can access my service with both types of url:

http://gisadev/arcgis/rest/services/GasSteelRiserTest/FeatureServer
http://gisadev.cityutil.com/arcgis/rest/services/GasSteelRiserTest/FeatureServer

At this point my only guess is that my service isn't properly exposed to external users. Is this correct? What is my next step (reverse proxy?)?

Thanks for any help,
Brandon
Tags (2)
0 Kudos
1 Reply
BrandonIves
New Contributor
To answer my question and help others in the future.........I had my networking security group add my url string to the reverse proxy. After that I could change my url string to what was needed to hit my service from outside the intranet.

Ex:

http://gisadev/arcgis/rest/services/.../FeatureServer
http://gisadev.cityutil.com/arcgis/r.../FeatureServer

changed to a (https://) url outside the firewall

https://myserver_namehere/arcgis/rest/services/my_feature_Service_name_here/FeatureServer
0 Kudos