Hi, I'm running into an issue where I've submitted a fax message through the JobSubmit functionality and receive an "OK" response along with the JobID details for it. So after that I am calling the JobDeliveryStatus method to check the status of the job, but I am receiving this error:
XOA-2030 [job not found] : No information available
I was told by someone that it is because "they are all on the test2 error queue.
The original job submissions were missing an actual document. A document is
required for each job submission"
But in my original JobSubmit call I included a document, so I'm not sure what's wrong. Maybe the formatting of the xml is wrong? I have attached the request/response xml for the JobSubmit and the JobDeliveryStatus calls if that will help.