Depending on the selection of check boxes in the Call Results parameters, the operation results holds the output of the SOAP Call Results.
Stores the complete SOAP response body.
Stores the response header.
Contains the stripped data of the SOAP header response.
Contains the stripped data of the SOAP call results.
Contains the complete response along with the headers received from the SOAP call.
Example (using the CheckServerStatus method):
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <checkServerStatusResponse xmlns="http://www.ca.com/itpam"> <serverStatus>Server status ok.</serverStatus> </checkServerStatusResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
Contains the body of the SOAP call response.
Example (using the CheckServerStatus method):
<checkServerStatusResponse xmlns="http://www.ca.com/itpam"> <serverStatus>Server status ok.</serverStatus> </checkServerStatusResponse>
Contains the header of the SOAP call response.
Example (using the CheckServerStatus method):
<SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/>
|
Copyright © 2014 CA.
All rights reserved.
|
|