473,398 Members | 2,188 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Excluding 'Nonce' and 'Created' elements

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>

Oct 22 '06 #1
1 1602
Hi,

I have the same problem also. Have yet to find a solution to this. sigh
"Rasika WIJAYARATNE" wrote:
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>

Nov 3 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: NoCopy na | last post by:
Using the following example: domiframetest.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
5
by: NeilL | last post by:
In the XML document I'm trying to create I do the following elem = _doc.CreateElement("Author"); elem.InnerText = "something"; parentElem.AppendChild(elem); Thiw works properly however the...
6
by: bradb | last post by:
Hello, I have a textbox with an empty span element (place holder) next to it. When the user adds some text to the text box, I create a checkbox in the empty span element. When I create the...
2
by: equalium | last post by:
Hello I am creating div elements on the fly with javascript: .... this.closeButton = document.createElement('div'); this.closeButton.setAttribute('id', this.name+ 'Close');...
1
by: joeakabloo | last post by:
OK I made a better example for this issue: http://sandbox.lesshype.com/home.php 2 buttons, one created prior to sending the page, and one created on the fly by javascript DOM method. Both have...
2
by: Craig Taylor | last post by:
I have a javascript function as follows: (without the prefixed *'s) function addTest( ) { ePop = document.getElementById( "popups" ); eWin2 = document.createElement( "div");...
6
by: newholborn | last post by:
Hi everyone. I have some questions, which should be rather easy to reply, but as I am working on PHP, JavaScript, XML, CSS, Photoshop and other stuff at the same time, my head, which is about to...
1
by: sindhu | last post by:
Hello, I am able to attach event to dynamically created element.as shown below. for(var i=0;i<10;i++) {for(var j=0;j<15;j++) { var div=document.createElement('div'); ...
4
samikhan83
by: samikhan83 | last post by:
hi All Experts.... once again i am in some problem....... i have a form which creates a new textbox elements when a new product is scanned with barcode scanner. Problem is when i submit the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.