Skip to main content
How would I execute a workbench from a Silverlight Viewer on the ArcGIS Server side? I want to have a button that pops up a form with a few user parameters. Then those parameters are passed to FME desktop or Server. (Either one). Then the server executes the process with the parameters.

 

 

 

If someone could explain how to do that it would be awesome!

 

 

 

Thank you so much!
Hi,

 

 

simply use the FME Server REST API methods.

 

 

The FME Server developer area on FMEpedia is a good starting point for more info.

 

 

David
Also, there is the FME Server playground, which will show you how to do it using Javascript. You can then use something like Firebug or Chrome's "Inspect element" to analyse the network traffic to reverse-engineer the http calls.

 

 

David

Reply