z/OS Connect EE REST client messages

BAQR0551E:  An invalid password was defined under the zosConnectServiceRestClientBasicAuth configuration element with ID {0}.

   Explanation    The configured password is invalid. If the specified configuration value is an encoded string, the encoding does not comply with the WebSphere Liberty profile supported encoding standards.
   Action    Verify that the configured password is valid. If the password needs encoding use the securityUtility shipped with WebSphere Liberty profile.

BAQR0552E:  The port attribute of either the zosConnectServiceRestClient or the zosConnectServiceRestClientConnection element in server.xml contains non-numeric characters.

   Explanation    The port attribute contains an invalid character.
   Action    Change the port to a numeric value.

BAQR0553E:  One or more required attributes of the zosConnectServiceRestClient element in server.xml is missing.

   Explanation    A required attribute of zosConnectServiceRestClient, either port or host, is missing.
   Action    Add the attribute to zosConnectServiceRestClient.

BAQR0557W:  The applName attribute for a zosconnect_zosConnectServiceRestClientBasicAuth configuration element is empty.

   Explanation    The applName attribute is empty.
   Action    Ensure that the applName attribute set on the zosconnect_zosConnectServiceRestClientBasicAuth element is not empty.

BAQR0558E:  The remote service invocation failed with response message: {0} and response body: {1}.

   Explanation    The invocation of the remote service did not complete successfully.
   Action    Review the response message and body, correct any errors and try the request again.

BAQR0559E:  The request payload under request URL {0} could not be parsed. A JSON object format payload is expected. Error: {1}.

   Explanation    The request payload is not in the expected JSON format.
   Action    Verify that a request payload is of the appropriate format. Review the service logs for more detailed error information.

BAQR0560E:  The httpMethod attribute of the zosConnectServiceRestClient element in server.xml with value: {0}, is invalid. The original HTTP method has been used.

   Explanation    The httpMethod attribute is defined, but is not one of the defined HTTP methods for the REST client.
   Action    Ensure that the httpMethod attribute of the zosConnectServiceRestClient element is one of GET, PUT, POST, OPTIONS or DELETE.

BAQR0561E:  A zosconnect_zosConnectServiceRestClientConnection element with ID ''{0}'' has been referenced by service ''{1}'' but is missing from server.xml.

   Explanation    The named zosconnect_zosConnectServiceRestClientConnection is missing from server.xml.
   Action    Ensure the connection reference matches a zosconnect_zosConnectServiceRestClientConnection element in server.xml.

BAQR0563E:  A zosconnect_zosConnectServiceRestClientConnection element with ID ''{0}'' was referenced by a policy rule that overrides the default connection reference for service ''{1}'' but is missing from server.xml.

   Explanation    The zosconnect_zosConnectServiceRestClientConnection element named in the policy is missing from server.xml.
   Action    Ensure that the connection reference named in the policy matches a zosconnect_zosConnectServiceRestClientConnection element in server.xml.