Question

What is the standard pattern to develop web services in FME Server?

  • 1 August 2022
  • 1 reply
  • 1 view

Hi I am interested in understanding the standard pattern to develop web services in FME.

 

The standard use case is an external application post data to an FME server endpoint (e.g. polyline GeoJSON), have FME transform it (e.g. add a buffer around line), and return data back (e.g. GeoJSON again).

 

I am trying to get my head around repositories, workspaces etc. Looking at it now it seems like the above needs to be accomplished with mulitple steps? Potentially posting data to FME server first, then submitting a job, then getting the results, then getting the final data?

 

Thanks in advance,

Nick


1 reply

Userlevel 5
Badge +29

Have a look here - https://playground.fmeserver.com/

This will give you a good start for making the required API calls

Reply