<response> element
The <response> element is the root element in the response to a CICS management client interface request. The <response> element can contain up to three child elements; a mandatory <resultsummary> element, a <records> element containing any records returned by the request, and, if the request returns errors, an <errors> element containing diagnostic information.
Contains:
Attributes
- xmlns="http://www.ibm.com/xmlns/prod/CICS/smw2int"
- The CICS management client interface namespace.
- xsi:schemaLocation="http://www.ibm.com/xmlns/prod/CICS/smw2inthttp://hostname:portnumber/CICSSystemManagement/schema/CICSSystemManagement.xsd"
- The location of the CICS management client interface XML schema.
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- The XML schema instance namespace.
- version="schema_version"
- The version number of the CICS management client interface schema. This number starts at 1.0 and is incremented each time the schema is updated.
- connect_version="connect_version"
- The CICSPlex SM release number that was used when connecting to CICSPlex SM using the EXEC CPSM CONNECT API command, for example for CICS TS 4.1, connect_version is 0410.
Example
<response xmlns="http://www.ibm.com/xmlns/prod/CICS/smw2int" xsi:schemaLocation=
"http://www.ibm.com/xmlns/prod/CICS/smw2int http://example.com:27231/
CICSSystemManagement/schema/CICSSystemManagement.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0"
connect_version="0410">
....
</response>