Skip to main content
Solved

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

  • July 21, 2022
  • 4 replies
  • 83 views

ranga_tolapi
Contributor
Forum|alt.badge.img+9
Where to find FME Server 2022.x Java API documentation?

Best answer by markwatsafe

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.

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

markwatsafe
Safer
Forum|alt.badge.img+4
  • Safer
  • 45 replies
  • Best Answer
  • July 25, 2022

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.


ranga_tolapi
Contributor
Forum|alt.badge.img+9
  • Author
  • Contributor
  • 25 replies
  • March 19, 2024

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

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


AliAtSafe
Safer
Forum|alt.badge.img+24
  • Safer
  • 164 replies
  • March 22, 2024

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.


ranga_tolapi
Contributor
Forum|alt.badge.img+9
  • Author
  • Contributor
  • 25 replies
  • March 23, 2024

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?