How performant the Faxing in Production compared to Test environment?

Please provide the available statistics on Faxing PDF reports using the Messaging API for FAX.

1. How much time it will take for a document containing 10 documents?

2. How soon I can poll for the JobDeliveryStatus after submitting the job?

3. What is the probability of a job getting cancelled on issuing JobCacelRequest using JobID?

4. Does the performance depends on the server we are using to trigger the faxes?

Sample JobID:

<JobId>
      <XDN>test2</XDN>
      <MRN>20650804</MRN>
 </JobId>

Comments

  • 1. It depends on the size of the documents, the receiving system, etc.

    2. For a fax job, five minutes. Emasil can be sooner. The job number returned in the result just means the job was accepted. From there, it needs to be processed and then sent.

    3. It depends on when the cancel was issued.

    4. Your server performance only matters up to the JobSubmit being sent and the Result received.