Shyam Shukla wrote:
> Thanks Eran it worked and now I have one more problem... :)
> In my SOAP request header under <wsse:Security> tag, there is <Timestamp>
> tag as below:
> 
> <wsu:Timestamp
> xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
> y-utility-1.0.xsd" wsu:Id="Timestamp-2086370">
> 
>       <wsu:Created>2006-08-02T11:39:58.015Z</wsu:Created>
>       <wsu:Expires>2006-08-02T11:44:58.015Z</wsu:Expires>
> </wsu:Timestamp> 
> 
> My task is to modify the format of <wsu:Created> and <wsu:Expires> tags in a
> different format like yyyy-mm-ddThh:mm:ssZ and also want to change the
> timezone.

Do you wanna do this, after security handler puts these information? I
don't think its a good idea as if you change the stuff after security
handler, message integrity checks in the server side might fail. So the
best thing is to change the formats in the security handlers itself.

Ruchith (Mr. security), do you have inputs for this?

-- Chinthaka

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to