Skip to main content
Question

Bulding a web interface for workbenchs:

  • February 5, 2014
  • 4 replies
  • 31 views

jhawks
Contributor
Forum|alt.badge.img+7
We have a number of public extract/download workbenchs we'd like to build (better) webforms for. Currently the workflow I use is login to fme server, go to configure then select all and then paste the html into dreamweaver and then modify the webpage. There has to be a better way. Here are the web forms I've built:

 

 

http://fmeserver.ncd.noaa.gov/encdirect_extract_approach.html

 

 

http://fmeserver.ncd.noaa.gov/encdirect_extract_overview.html

 

 

I'd like to find a better way to do this so that if I make changes to the workbench I dont have to re dreamweaver snag the code and then manipulate it. 
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.

4 replies

david_r
Celebrity
  • February 5, 2014
Hi,

 

 

if I'm not mistaken, FME Server 2014 implements version 2 of the REST API which enables you to query FME Server about all the available workspaces and their published parameters.

 

 

Documentation here: http://docs.safe.com/fme/html/FME_REST/index.html#!/repositories/parameter_get_30

 

 

Based on this, you could write an application that (re-)generates your webforms based on these API calls.

 

 

David

david_r
Celebrity
  • February 5, 2014
Actually, this URL works better: http://docs.safe.com/fme/html/FME_REST/index.html#

 

 

David

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • July 7, 2014

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • August 4, 2014