Skip to main content
Released

Automated way to publish without using FME Desktop.

Related products:FME Flow
  • April 22, 2024
  • 1 reply
  • 29 views

fmelizard
Safer
Forum|alt.badge.img+22
Migration Note: Idea originally posted on 2015-10-29
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.

1 reply

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • April 22, 2024
We now support this in FME Server 2020.0 and newer!It requires two REST API calls: one to publish the workspace, and one to register the workspace with FME Server Web Services (e.g. Data Download).POST /repositories/< repository >/items POST /repositories/< repository >/items/< item >/services Please see REST API documentation for more information.