Multiple choice technology programming languages Which of the following statements are true about WS-Addressing correlation id? The correlation ID enables Oracle BPEL Server to correlate the response with the appropriate requesting instance The correlation ID carries transaction information between BPEL processes The developer needs to set the value of the correlation ID while coding the BPEL process The correlation ID is automatically set by the BPEL engine at run-time Reveal answer Fill a bubble to check yourself A,D Correct answer Explanation The correlation ID in WS-Addressing enables proper message routing between request and response. It is automatically generated by the BPEL engine at runtime - developers do not set it manually. It carries routing information, not transaction data.