Skip to main content
Question

FME Webservice

  • April 4, 2018
  • 2 replies
  • 14 views

Hi,

I have the below request.

1.Customer wants to update a specific oracle table column for some rows.

2.They want to call a webservice with the ID value of that table rows which they want to update

I thought we can create a FME workspace with a creator and parameter fetcher to fetch the ID value to update the rows using DBupdator.

Then publish this workspace to FMEServer (job submitter )

And finally could provide the sharable link to the other application who wants to call this webservice whenever they want to update.

Please correct me is that the right way? Or shed some lights how could i manage this request?

Thanks,

Mari...

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.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+62

In broad terms yes, though you'd have to use a HTTPCaller to talk to the webservice, ParameterFetcher is for FME parameters only.

You'll have to make sure FME Server can talk to both the webservice and the database of course, so your firewall needs to be configured accordingly.


david_r
Celebrity
  • April 4, 2018

Absolutely, that could be a viable solution.