SOAP API - cancelBusinessService

The table summarizes the SOAP API - cancelBusinessService.

Request Uses the cancelBusinessService element (from the BusinessService schema)
Parameter notes
  • processInstanceId: the process instance ID returned when you start a business service. You can obtain the value from the response returned by startBusinessService .
Response Returns a cancelBusinessServiceResponse element (from the BusinessService schema)
Example Request:
<soapenv:Body>
      <bus:cancelBusinessService>
         <processInstanceId>pvm:0a101o</processInstanceId>
      </bus:cancelBusinessService>
   </soapenv:Body>
Response:
<SOAP-ENV:Body>
      <cancelBusinessServiceResponse xmlns="http://business.api.busserv.n2.tibco.com">
         <status xmlns="">SUCCESS</status>
      </cancelBusinessServiceResponse>
   </SOAP-ENV:Body>