Description of problem: In the doWorkItemOperation method is missing @Produces XML annotation here https://github.com/droolsjbpm/droolsjbpm-integration/blob/master/kie-remote/kie-services-remote/src/main/java/org/kie/services/remote/rest/RuntimeResource.java#L174 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Instead of XML I receive JSON as a response {error: null, stackTrace: null, status: SUCCESS, url: '/business-central/rest/runtime/org.jboss:integration:1.0.0.Final/workitem/9/abort'}
Fixed: Master: https://github.com/droolsjbpm/droolsjbpm-integration/commit/61e3fd903836607fc361091386c5a8f0c38aaa65 6.0.x: https://github.com/droolsjbpm/droolsjbpm-integration/commit/b0c89677fb867a7ae23be990354d5731677d57bd
Verified in BPMS 6.0.0.ER4