Question

FME Webservice


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...


2 replies

Userlevel 5
Badge +25

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.

Userlevel 4

Absolutely, that could be a viable solution.

Reply