Results 1 to 1 of 1
- 08-09-2010, 03:27 PM #1
Member
- Join Date
- Aug 2010
- Posts
- 1
- Rep Power
- 0
Multiple <wsse:Security> entry in SOAP 1.1 header
I am currently using the WS-Security for SOAP 1.1 messages, and there is an option to add <wsse:Securty> tag to the header like this:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Header>
<wsse:Security
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
S:actor="...the URI comes here..."
S:mustUnderstand="1">
</wsse:Security>
</S:Header>
<S:Body>
<document
xmlns="....schema/v3"
recipientOrganization="TestOrg"/>
</S:Body>
</S:Envelope>
I read that there is an another option to define multiple Security tags in the Soap header but this seems to me a little bit senseless, because:
I know so that the <s:actor> defines the ultimate endpoint of the soap message.
So if there is a second Security block than is it possible to give to the header an another ultimate endpoint as well? Could somebody lightening me up, why such definition is possible, and what is the meaning of this?
Thank you in advance,
BruceLast edited by javaduke; 08-09-2010 at 03:32 PM.
Similar Threads
-
problem when generating MIME header of a SOAP packet using SAAJ
By kumar.jyotish@gmail.com in forum Advanced JavaReplies: 1Last Post: 10-18-2010, 05:03 PM -
Adding WS Addressing to SOAP header - ACK!
By themdg in forum New To JavaReplies: 3Last Post: 08-06-2010, 11:16 PM -
Entry in table
By Harsh_Verma in forum New To JavaReplies: 2Last Post: 07-01-2009, 02:07 PM -
Need Help On Entry Validation
By obdi in forum New To JavaReplies: 3Last Post: 07-25-2008, 06:39 AM -
difference between code based security and role based security
By boy22 in forum New To JavaReplies: 1Last Post: 07-23-2007, 11:59 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks