Canceling a Job Request with BEAM Web Service
To transact with the Soap Web Service, which is included in the BEAM application package, we first need a token. You can obtain this token information from the Login method in the service. In the topic titled "BEAM Web Service Login", you can see how to get tokens.
To cancel a job request that was previously created on BEAM, we can use the CancelWorkRequest method. The sample xml data related to the method and the fields in its content are as in the image.
The "HasError" field in the return class returns "false" in case of an error. If the job request was able to be revoked, you'll still see "true" in the "Result" field.