SOAP API - cancelPageFlow
The table summarizes the SOAP API - cancelPageFlow.
Request | Uses the cancelPageFlow element (from the PageFlowService schema). |
Parameter notes | processInstanceId: Unique identifier of a currently active pageflow process instance. This must be a value returned earlier in the pageResponse.context.processReference.id element of a startPageFlow or updatePageFlow response. |
Response | Returns a cancelPageFlowResponse element (from the PageFlowService schema). |
Example | Request:<soapenv:Body> <pag:cancelPageFlow> <processInstanceId>pvm:0a101e</processInstanceId> </pag:cancelPageFlow> </soapenv:Body> |
Response:<SOAP-ENV:Body> <cancelPageFlowResponse xmlns="http://pageflow.api.pfe.n2.tibco.com"> <status xmlns="">SUCCESS</status> </cancelPageFlowResponse> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.