Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Abstract:
======
How to send the WS-Utility headers along with WS-Addressing.
Description:
=========
WS-Addressing is a standardized way of including message routing data within SOAP headers. Message addressing headers are defined in the W3C Web Services Addressing specification. wsu:Timestamp and wsu:Id comes under WS-Security Addendum.
WS-Security Addendum:
---------------------------
After evaluating WS-Security, additional items need to be specified for Web services which comes under the WS-Security Addendum. The Addendum specifies exactly what wsu:Timestamp and wsu:Id items will do and how they should be used.
wsu:Id
------
The Id attribute uses the XML Schema ID type. This element was added to simplify processing for Web service intermediaries as well as receivers. The value of this attribute must not be duplicated elsewhere in the document.
wsu:Timestamp
-------------
This specifies when the message is created and when it expires (this is an outbound request). The timestamp freshness period is the difference between the two timestamps. It is either the value of "expires in seconds" for outbound messages or the value of "reject after seconds" for inbound message.
Message will resemble something like the following: