Hi @bozboswell,
I think you'll have a couple of different options for setting this up depending on how you want to authenticate with the feature service. First, just to confirm, is the feature service from ArcGIS Server? We do also have specific Readers for connecting to ArcGIS Online and ArcGIS Portal (in addition to the ArcGIS Server feature service reader) in case you are using one of those.
To use a token generated using the workspace from the example you linked to, I'd recommend using the FeatureReader transformer. Connect the FeatureReader to the transformers that get the token, then set the Reader Format to Esri ArcGIS Server Feature Service. Then, under parameters, you can change the Authentication Type to 'Provide Token' and set the token to come from the 'token' attribute. Here's a screenshot of how that might look:
If you'd rather not have to generate the token first, you should be able to use one of the other Authentication Type options for the ArcGIS Server Feature Service reader to authenticate using a username and password.
Hi @bozboswell,
I think you'll have a couple of different options for setting this up depending on how you want to authenticate with the feature service. First, just to confirm, is the feature service from ArcGIS Server? We do also have specific Readers for connecting to ArcGIS Online and ArcGIS Portal (in addition to the ArcGIS Server feature service reader) in case you are using one of those.
To use a token generated using the workspace from the example you linked to, I'd recommend using the FeatureReader transformer. Connect the FeatureReader to the transformers that get the token, then set the Reader Format to Esri ArcGIS Server Feature Service. Then, under parameters, you can change the Authentication Type to 'Provide Token' and set the token to come from the 'token' attribute. Here's a screenshot of how that might look:
If you'd rather not have to generate the token first, you should be able to use one of the other Authentication Type options for the ArcGIS Server Feature Service reader to authenticate using a username and password.
@LauraAtSafe - that was exactly what I needed. Such a straight-forward answer! I had spent way too much time trying different combinations with no luck. Thank you again!