Hi!

 

 

I am using axis2 and Rampart 1.3 and I'm trying to construct a message = with a 
SOAP Header that will contain two separate security headers. For example:

 

..

 

..

 

<wsse:Security>

 

- <wsu:Timestamp wsu:Id="Timestamp-....">

 

  <wsu:Created>2008-05-08T05:39:16Z</wsu:Created>

 

  <wsu:Expires>2008-05-08T05:40:16Z</wsu:Expires>

 

  </wsu:Timestamp>

 

  </wsse:Security>

 

- <wsse:Security soap:actor=".....">

 

- <wsu:Timestamp wsu:Id="Timestamp-....">

 

  <wsu:Created>2008-05-08T05:39:16Z</wsu:Created>

 

  <wsu:Expires>2008-05-08T05:40:16Z</wsu:Expires>

 

  </wsu:Timestamp>

 

  </wsse:Security>

 

..

 

..

 

 

Is this possible at all? I do not seem to find anything that can make this work.

 

 

Best Regards

 

Daniel

 

 

Reply via email to