[JBoss-user] [JBossWS] - Re: Encrypting/Signing SOAP messages in JBOSS 4.0.1Sp1

2006-07-04 Thread arsathish
Yeah I know about that.. The only possibility it talks is to use JBOSS-4.0.4 along JbossWS package. I was successful in using that. But I want to use security with JBOSS4.0.1 package. Looks like its not possible. I have started using JBOSS4.0.4. But now I want to know how to make a client requ

[JBoss-user] [JBossWS] - Re: WS-Security Signing for EJB

2006-07-03 Thread arsathish
Hi acxjbertr, After struggling with JBOSS 4.0.1 without any gain, I have started using JBoss 4.0.4 with JBOSS WS-1.0.0 GA. And I am successful in configuring the server so that it accepts only signed message. Now I want to sign all the requests originating from a client. My client program is

[JBoss-user] [JBossWS] - Encrypting/Signing SOAP messages in JBOSS 4.0.1Sp1

2006-07-03 Thread arsathish
Hi , I am using JBOSS 4.0.1Sp1 and have deployed Webservices successfully. I am exposing EJB as a webservice. I want to secure all the requests and responses for this end point. How to do this in JBOSS 4.0.1 Sp1. Please let me know whether it is possible or not atleast. I have posted several t

[JBoss-user] [JBossWS] - Re: Webservices problem in JBOSS 4.0.1Sp1

2006-07-03 Thread arsathish
Atlast it worked. The problem was that in my ejb-jar.xml I was referring to 2_0.dtd. I have changed that to 2.1 and it worked. Older ejb-jar.xml had I changed that to: http://java.sun.com/xml/ns/j2ee"; version="2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="

[JBoss-user] [Beginners Corner] - Re: Problem in deploying in JBOSS4.0.1 Sp1

2006-07-03 Thread arsathish
Atlast it worked. The problem was that in my ejb-jar.xml I was referring to 2_0.dtd. I have changed that to 2.1 and it worked. Older ejb-jar.xml had: --- I changed that to: http://java.sun.com/xml/ns/j2ee"; version="2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins

[JBoss-user] [JBossWS] - Re: deployment problems

2006-07-03 Thread arsathish
Atlast it worked. The problem was that in my ejb-jar.xml I was referring to 2_0.dtd. I have changed that to 2.1 and it worked. Older ejb-jar.xml had I changed that to: http://java.sun.com/xml/ns/j2ee"; version="2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="

[JBoss-user] [JBossWS] - Re: deployment problems

2006-07-02 Thread arsathish
Hi, I am facing the same problem now in JBOSS 4.0.1Sp1. I am having an EAR which has all EJB's and they seem to be deployed fine. Now I want to have a expose one of the EJB as a WS. So first tried a with Hello Bean and tried to expose as WS. I am not using any ejb-doclet. I used Sun's JSWDP to

[JBoss-user] [Beginners Corner] - Problem in deploying in JBOSS4.0.1 Sp1

2006-06-27 Thread arsathish
Hi, We have an application running in JBOSS-4.0.1Sp1 and we want to expose some of the interfaces as Webservice. So I first developed a sample TestBean and deployed it separately as EJB jar. I am able to access the webservice from a client program. Now if I add the TestBean to my existing EJB

[JBoss-user] [JBossWS] - Re: WS-Security Signing for EJB

2006-06-26 Thread arsathish
Hi Jason, The problem is I am not able to make the server accept only signed requests. So my normal client program which doesnt make use of certificates is still able to communicate with the server and get the plain response. FYI, I am using JBOSS-4.0.1SP1. -Sathish View the original post :

[JBoss-user] [JBossWS] - Re: WS-Security Signing for EJB

2006-06-26 Thread arsathish
Hi, I am working on the same thing wherein using JBOSS4.0.1Sp1. I have configured my JBOSS.xml in the same manner as specified. But still the server doesnt seem to sign the requests and responses. And moreover it accepts plain requests which are not signed. This is my jboss.xml

[JBoss-user] [JBossWS] - Webservices problem in JBOSS 4.0.1Sp1

2006-06-21 Thread arsathish
Hi, I am trying to deploy a simple EJBPoint as Webservice in JBOSS 4.0.1Sp1. I have generated all the necessary mapping.xml and WSDL files using JSWDP 1.6 from Sun. Now when I start my JBOSS server I am getting this error. I tried several times with some changes here and there.. BUt in vain. An