SOAP web services jobs submitted asynchronously can be checked at Setup > Integration > SOAP Web Services Process Status.
To access this log, either the full SOAP Web Services permission or the View SOAP Web Services Logs permission is needed.
The following information is displayed on the page:
- Date — the date the job was created
- Sequence — the order of the job in relation to other asynchronous jobs in the process (jobs are processed on a FIFO basis)
- Job Number — order number of the job in the work queue
- Job Id — the Job ID, which is also returned in the Asynch SOAP response, and can be used to programmatically retrieve job status information
- Status — the status of the job: ‘failed’, ‘finishedWithErrors’, ‘pending’, ‘processing’, or ‘finished’ (for more on status, see Checking the Status of an Asynchronous Job)
- Percent Complete — the percentage of job processing that has been completed
- Est. Remaining Time — the estimated amount of time remaining before the job is completed
- Request — the SOAP request associated with the job (see additional details below)
- Response — the SOAP response associated with the job (see additional details below)
- Cancel — you can check the box in this column to cancel a job that has not yet successfully completed