Solved

Where to find FME Server 2022.x Java API documentation?


Badge +7
Where to find FME Server 2022.x Java API documentation?
icon

Best answer by markw 25 July 2022, 18:44

View original

4 replies

Badge

Hi @ranga_tolapi​, if you're referring to using Java to interact with the FME Server 2022 REST API, please see our Java sample code page on the FME Server Playground. This code is making HTTP requests to the REST API based on our documentation. Note that the example on the Playground is using the V2 REST API, and the current version V3 – that I linked – should be used instead. The formatting of the calls between V2 and V3 is not too different and you can find examples in the REST API documentation.

Badge +7

I am looking for something like this for FME 2022/2023/2024 versions.

https://manualzz.com/doc/27029080/fme-server-developer-s-guide

Badge +6

Hi, @ranga_tolapi. Sorry for the wait.

The Java API was deprecated in 2021: https://support.safe.com/s/article/FME-Server-NET-API-Deprecation. The playground snippet that uses Java with the REST API is probably still the most current/relevant resource we have.

Badge +7

Hi, @AliAtSafe 

Thank your sharing the valuable information. Noted that, Java API is deprecated in FME version 2021.

Do you have any idea, from which FME version, Java API libraries will be removed from FME?

Reply