dataCaptureReplayResponse element
| Type: | imbDataCaptureReplayResponse |
| Namespace: | http://www.ibm.com/iib/apiv1/responseObject |
| XML Schema: | ns1.xsd |
Response representing the result of attempting to replay a message
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<dataCaptureReplayResponse xmlns="http://www.ibm.com/iib/apiv1/responseObject" type="..." messageId="..." />
Example JSON
{
"type" : "...",
"messageId" : "..."
}