I am looking for a WS-* standard for propagating a correlation ID (in the form of a UUID) in the SOAP Header. My scenario has to do with SOAP/JMS and I want to put a correlation ID that is preserved as a message moves through various endpoints. WS-Addressing is kind of there with relatesTo, however this is more of relating to an originating message ID. If we used WS-Addressing and were consistent, then a message chain could be re-constructed across multiple calls. However, I would prefer to have just a single correlation ID.I am looking for a WS-* standard for propagatin