[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-11-14 Thread aalissa
"aalissa" wrote : sorry i was trying to reply for other post . i didn't notice that thier i another page so i was thinking that i am in differet post execuse me for this things :) since i could not find a way to delete it . can you please help. thanks again pramod_bs for this post. View the

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-11-14 Thread aalissa
sorry i was trying to reply for other post . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189525#4189525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189525 ___ jboss-user

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-11-14 Thread aalissa
thanks alot for this post i was searching the net for a way to use username token with jax-ws and it did not work for me. i did the same as you did but their was no usename token in the wsdl and what i did was : 1- creating the webservice: /** * */ package test; import javax.ejb.Stateless; i

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-05-02 Thread xinhua
i tried it in JBoss4.2.2GA+Jbossws-3.0.1-native-2.0.4.GA, Server works fine but still the client error: , which is missing. I use all the jar under /deploy/jbossws.sar/ as my runtime lib for my client program. And i also have copied standard-jaxws-client-config.xml from /deploy/jbossws.sar/META

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-04-30 Thread getshantanu
i was missing the jboss-wsse-server.xml file on the server. Once i put it in META-INF, the server is able to get the username and password from the soap request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147792#4147792 Reply to the post : http://www.j

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-04-25 Thread sebastiendeg
Hi Guys, For me, it seems it works until I remove the following line from the login-config.xml which is located in JBOSS_HOME/server/default/conf anonymous In that case, I have an Authentication failure, it seems it does not receive the parameter. I'm on JBossWS -3.0.1 Native. View the origi

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-04-23 Thread pramod_bs
I am not sure if there is a work around. If u can afford to change ur web service class to @Stateless this will work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146105#4146105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-04-23 Thread getshantanu
I am facing the exact problem as mentioned by - bensonfungjava. When is the 2.0.5 version going to be released. This issue is very critical for my next release! Also if anyone has found a workaround/fix pls post it here! -Shantanu View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-04-01 Thread pramod_bs
This will be fixed in 2.0.5 http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140626#4140626 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140628#4140628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140628 _

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-04-01 Thread bensonfungjava
Hi, I tried it before, but it doesn't work. 1. jboss-wsse-client.xml and jboss-wsse-server.xml must not be an empty files. 2. The client works fine, i.e. UserNameToken can be created in SOAP header successfully. However, server side cannot capture the UserNameToken from the soap header and

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-03-21 Thread [EMAIL PROTECTED]
"pramod_bs" wrote : Thanks for the suggestions. I have a question. I am trying to figure out how to add a password digest to this. Please help This will be available with next 2.0.4 native release: http://jbws.dyndns.org/mediawiki/index.php?title=WS-Security_options#Password_digest.2C_nonces_and

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-03-12 Thread pramod_bs
"[EMAIL PROTECTED]" wrote : Excellent! Would like to contribute it to the tutorial section of the WIKI? | | http://jbws.dyndns.org/mediawiki/index.php?title=Tutorials I added a link from the Tutorials for this forum item. Is this good enough or is there anyway I can create a Tutorial page?

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-03-12 Thread pramod_bs
Thanks for the suggestions. I have a question. I am trying to figure out how to add a password digest to this. Please help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136160#4136160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-03-12 Thread [EMAIL PROTECTED]
Yep, this could be a nice tutorial on username tp. A suggestion I can give about this is to say that the StubExt.PROPERTY_AUTH_TYPE property can be used to set the auth type; for example adding ((BindingProvider)port).getRequestContext().put(StubExt.PROPERTY_AUTH_TYPE, StubExt.PROPERTY_AUTH_TYP

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-03-12 Thread [EMAIL PROTECTED]
Excellent! Would like to contribute it to the tutorial section of the WIKI? http://jbws.dyndns.org/mediawiki/index.php?title=Tutorials View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136092#4136092 Reply to the post : http://www.jboss.com/index.html?module=b