Groups | Blog | Home
all groups > dotnet web services > october 2006 >

dotnet web services : Excluding 'Nonce' and 'Created' elements


Rasika WIJAYARATNE
10/22/2006 4:48:29 PM
Hi Everyone,

I am using WSE 3 and UsernameTokens over SSL. I was wondering what was
the fastest way to remove the 'Nonce' and 'Created' elements from the
header as the Java WS that I am calling doesn't seem to like them, see
below:

<wsse:UsernameToken
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
wsu:Id="SecurityToken-6d24e8dd-18ac-48e7-9e43-b04def9190b0">
<wsse:Username>a</wsse:Username>
<wsse:Password
Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">b</wsse:Password>
<wsse:Nonce>cm+5VmvRjAixbV9F9Iv7AA==</wsse:Nonce>
<wsu:Created>2006-10-20T00:32:20Z</wsu:Created>
</wsse:UsernameToken>
Red Devil
11/3/2006 1:51:01 AM
Hi,

I have the same problem also. Have yet to find a solution to this. sigh


[quoted text, click to view]
AddThis Social Bookmark Button