[jboss-user] [JBossWS] - how to get an attribute fully qualified

2008-03-02 Thread shashankjain
Hi, Is there anyway by using annotation to make an attribute fully qualified. I need to this for partial encryption using WS Security. The example says modify the WSDL but in my case its generated by runtime.So I need some sort of annotation to make an attribute fully qualified. Pls let me know o

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-17 Thread shashankjain
Hi, Is there anyway we can enable and disable WS Security during runtime. Since it is configured as an annotation how we can change it during runtime without changing the code and redeploying. Regards Shashank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=412

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-12 Thread shashankjain
Hi Peter, Can you validate my approach here. I plan to add some SOAP headers (for user name password/sso ticket)from the client using a handler on the client. Once we are able to do it we can encrypt using standard API's. On the server we can decrypt and in another handler extract the SOAP heade

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-12 Thread shashankjain
Hi Peter, Can you address this issue. I have a POJO web service. Now since I am able to sign and encrypt the messages. I want to authenticate and authorize the users. Now the scenario is that we need to first set the user credentials(username/password) or the SSO ticket in the SOAP headers(Not su

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-12 Thread shashankjain
Thx Peter, I got it working but the only issue I have it is that I need to keep my SOAP Binding Style as RPC for the web service. Otherwise it says mixed style not supported. Can you please help me on that as my web service uses a lot of complex type which might not be supported by RPC style bin

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-12 Thread shashankjain
Hi, My client jar is configured like this META-INF jboss-wsse-client.xml standard-jaxws-client.xml com test Has all proxy classes generated by wsconsume tool and com test standalone Has the java class for calling the web service through the port All my files are configured proper

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-11 Thread shashankjain
Hi Peter, I purchased the book. I see this is a JAX-RPC kind of implementation. Mine is a JAX-WS style of web service and also I didnt get much information on how to configure a standalone client.Pls help on that Regards Shashank View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-11 Thread shashankjain
Thx peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128601#4128601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128601 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-11 Thread shashankjain
Also one more question is that do the examples in book work on JBoss4.2 Regards Shashank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128555#4128555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128555 __

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-11 Thread shashankjain
Hi, I tried to purchase the EBook but it does not who up India as the country in the drop down. Pls let me know how can i purchase it Regards Shashank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128554#4128554 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-10 Thread shashankjain
Hi Peter, I havent yet got the book.Dont have the fund right now.. May be if you can help me out only on this Web service security stuff ,it would be really helpful Regards Shashank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128260#4128260 Reply to the p

[jboss-user] [JBossWS] - Re: Unable to create a WSClient that uses jboss-wsse-client.

2008-02-10 Thread shashankjain
Hi , I am trying to set up a standalone client for JBossWS Security. I am using JBoss4.2 with JBoss ws2.0.2. I am unable to get the standalone client working.I think server expects the http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128242#4128242 Reply to the post : http://www.jboss.

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-10 Thread shashankjain
Were you able to configure WS security by any chance..I tried a lot of options bu still couldnt get it working. Can you please share the steps as to how to create the client and server for WS Security. Your help is needed urgently Regards Shashank View the original post : http://www.jboss.com/i

[jboss-user] [JBossWS] - Re: how to secure web services in jboss?

2008-02-10 Thread shashankjain
When I run the same with WSrunclient I get the following error javax.xml.ws.soap.SOAPFaultException: org.jboss.ws.core.CommonSOAPFaultException : This service requires , which is missing. at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.getSOAPFaultException(SO APFaultHelperJAXWS.java:72)

[jboss-user] [JBossWS] - Re: how to secure web services in jboss?

2008-02-10 Thread shashankjain
After adding few more jars in classpath i start getting this error org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128180#4128180 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBossWS] - Re: how to secure web services in jboss?

2008-02-10 Thread shashankjain
Hi, I have configured all files for JBoss WS Security..Using JBoss WS 2.0.3 stack. The Web service is defined as @WebService(name = "SecureService", targetNamespace = "http://org.jboss.ws/samples/wssecurity";) @SOAPBinding(style = Style.RPC) public interface SecureService { /** *