Communication failure of JobSubmit Response

Shingo
Shingo E
edited November 13, 2017 in Cloud Fax and Notifications #1

Hi All,

In case of a communication failure during processing of JobSubmit Response, I can't get a JobID from the response.

In this case, How can I get the current status of this Job without the JobID?

Or please let me know the other way to get a JobID.

Thanks,

Comments

  • First, it is very rare that this would happen in a Sync JobSubmit because it is all done in one connection. If it does happen check the timeout settings for a connection inside your code/builder. With Dev Studio, we have never seen a problem. The timeout could also come from an ISP you are going through.

    That said, you can use JobListRequest to get back a list of jobs. There are several ways to filter this. There are JobList samples on the forum. You can check the API doc for specifics on the filters.

  • Thanks for your prompt reply.

    I understand the way to get the job status from JobListRequest, if a communication was failed during processing of a JobSubmit transaction.