Skip to main content

Can FME be used to start and stop a geocoding service? if this is possible I would like to create a workbench that does this on a schedule eventually using FME Server.

 

Can someone provide me some pointers on where I should start?

I’m quite sure you can, if you have an account with the correct permissions.

 

You first need to get a token from the tokenservice, then do the right request to stop it.

 

The requests can be done using HTTPCallers.

 

We do this with other types of webservices on ArcGIS Enterprise and can follow up with more details when needed.


I’m quite sure you can, if you have an account with the correct permissions.

 

You first need to get a token from the tokenservice, then do the right request to stop it.

 

The requests can be done using HTTPCallers.

 

We do this with other types of webservices on ArcGIS Enterprise and can follow up with more details when needed.

Just checked how I did it:

 

You can get a token and go to https://url.com/arcgis/admin, use the token to login, find the service you need and the action you need to do.


Reply