Question

Httpcaller vs job submitter

  • 24 January 2018
  • 2 replies
  • 2 views

Badge +7

Hi all,

I would like to know the pro and cons of using a jobsubmitter instead of a httpcaller in terms of efficiency, parrallelism, ... and vice-versa.

Thanks


2 replies

Userlevel 4

If you mean in the context of possibly using the HTTPCaller to submit a job using the REST API, it's exactly the same. As far as I know the FMEServerJobSubmitter uses the exact same API.

Badge +2

If you mean in the context of possibly using the HTTPCaller to submit a job using the REST API, it's exactly the same. As far as I know the FMEServerJobSubmitter uses the exact same API.

I believe so. If you want to call the data streaming or download services you can use the HTTPCaller and DirectURL.

 

 

Some info on the FMEServerJobSubmitter behaviour is available here: https://knowledge.safe.com/articles/55369/fme-server-troublshooting-fmeserverjobsubmitter.html

 

Calling jobs (job submitter) through REST API is available here: https://docs.safe.com/fme/html/FME_REST/apidoc/v3/index.html#!/transformations

 

 

Reply