newReq = testRoundTrip(req);
CorrelationKeyInfo corrKey = new CorrelationKeyInfo();
corrKey.addProperty(new CorrelationPropertyInfo("null", "val"));
GetProcessInstanceByCorrelationKeyCommand gpibckCmd = new GetProcessInstanceByCorrelationKeyCommand(corrKey);
req = new JaxbCommandsRequest("test", gpibckCmd);
testRoundTrip(req);
}