Skip to main content
Solved

How to access Portal Feature Service from Public source?

  • October 25, 2021
  • 2 replies
  • 331 views

juanmahere
Supporter
Forum|alt.badge.img+13

Hi all,

I was wondering if the same way that I can easily access to the layer content via ArcGIS Online, ArcGIS... can be made too via FME Desktop.

 

I've tried the "Esri ArcGIS Portal Feature Service" reader, but not sure if I needed to have credentials for authentication.

 

The URL:

https://geodata.antwerpen.be/arcgissql/rest/services/P_Portal/portal_publiek2/MapServer/83

 

My purpose is to only read features from that service.

Thanks,

Best answer by nielsgerrits

Just the same, use FeatureReader "Esri ArcGIS Server Feature Service", set https://geodata.antwerpen.be/arcgissql/rest/services/P_Portal/portal_publiek2/MapServer in the Dataset field, select "snelheid" in Feature Types to Read and you are good to go.

 

2021-10-25_15h16_22

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • Best Answer
  • October 25, 2021

Just the same, use FeatureReader "Esri ArcGIS Server Feature Service", set https://geodata.antwerpen.be/arcgissql/rest/services/P_Portal/portal_publiek2/MapServer in the Dataset field, select "snelheid" in Feature Types to Read and you are good to go.

 

2021-10-25_15h16_22


juanmahere
Supporter
Forum|alt.badge.img+13
  • Author
  • Supporter
  • 47 replies
  • October 25, 2021

Thanks @nielsgerrits​ , you were completely right. I missed using the READER: "ESRI ARCGIS SERVER FEATURE SERVICE".

 

Many thanks for the help, I can read it now! ;)