Hi,
We have setup our application to send faxes and inserted the Job Delivery status of each job into our database. Initially when a Job submit is executed we are getting the job delivery status based on the jubsubmit response and inserting the Job Delivery status response to DB. It seems like the reponse we immediately get will have a state "Delivering". I know that it will take atleast a minute for the fax status to update & in case of cancelled status it will try for multiple attempts.
In this scenario how do we get the latest "State" of the job? I went through the forums and found that it can be done through polling. Couls someone please guide me or provide any documentation for polling scenario's. Thanks in advance.