Use this method to complete an Invoke SOAP Method Async operator that is running in any process instance.
<tns:AsyncSoapResponse xmlns:tns="http://www.ca.com/itpam"> <tns:MessageID>514514e3-e8c8-4b1d-be42-3ee85e9d8d37</tns:MessageID> <!--Any valid XML fragment--> </tns:AsyncSoapResponse>
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <tns:AsyncSoapResponse xmlns:tns="http://www.ca.com/itpam"> <tns:MessageID>514514e3-e8c8-4b1d-be42-3ee85e9d8d37</tns:MessageID> <!--Any valid XML fragment--> </tns:AsyncSoapResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
<MessageID> specifies the UUID of the Invoke SOAP Method Async operator that is running.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <AsyncSoapResponseResponse xmlns="http://www.ca.com/itpam"> <status>SOAP_ASYNC_SUCCESS</status> </AsyncSoapResponseResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
|
Copyright © 2014 CA.
All rights reserved.
|
|