Questions tagged [rampart]

Apache Rampart - Axis2 Security Module

Rampart is the security module of Axis2. It secures SOAP messages according to specifications in the WS-Security stack. Homepage: http://axis.apache.org/axis2/java/rampart/

163 questions
0
votes
2 answers

Is it impossible to have both transport level security and message level security in rampart? Why?

I'm using rampart to secure communication from a webservice client. Following the specification i defined an asymmetric binding assertion to provide message level security, but I also want to have the communication with webservice over SSL, thus I…
kemot
  • 26
  • 4
0
votes
1 answer

WCF Client for Axis2/Rampart Webservice using WS security without client certificate

I´m just facing some problems setting up a WCF(.NET 4.0) webservice to call an Axis2 Rampart webservice. I´m new to WCF and i didn´t find a tutorial wich completly fits this special scenario. Here are the facts: The webservice i have to call is an…
Jan M.
  • 3
  • 4
0
votes
1 answer

Apache rampart is not loading security policy

I am working on a web-service created with embedded axis2 servlet and rampart (both version 1.4). I created correct directory structure and placed all required modules and libs. When using it without any security policy everything works fine.…
0
votes
1 answer

Signing and Encrypting a SOAP message using Apache Rampart

I want to encrypt a SOAP message with public key of the Server and sign the same message with the private key of the client. Ideally the keys for signing and encryption are different. Was referring the apache Rampart examples from WSO2 team. One…
Abdul
  • 694
  • 4
  • 14
  • 29
0
votes
1 answer

Java keystore located in tomcat lib

Are there any security implications of having a java keystore in the lib folder of Tomcat? I tried to have it outside of the lib folder but then I get a file not found exception. This is for an Axis2 web service in combination with Rampart so I am…
Björn
  • 1,593
  • 1
  • 13
  • 28
0
votes
1 answer

Error setting up ws-security (Apache Rampart/C) for UsernameToken authentication and NO encryption

I'm having problems setting up AXIS2/C web services (axis2/c 1.6.0) with Apache Rampart/C 1.3.0 (not to be confused with their java counterparts, aka just "axis2" and "rampart") for UsernameToken authentication. I want NO encryption because I'm…
Rick Garcia
  • 167
  • 1
  • 4
0
votes
1 answer

why pwcb.getPassword is null in this code

I try to add the rampart security to my axis2 web service using rampart module. So here is what I have made: I have stored in a database the hashed value of "bobWWW" password and the salt In my PWCBHandler.java class •I select the stored in…
Tania Marinova
  • 1,788
  • 8
  • 39
  • 67
0
votes
1 answer

java.lang.NullPointerException when I extract the password for rampart engine from database

I try to add the rampart security to my axis 2 web service using rampart and plain text password which should be extracted from database what I have made 1.I have stored in a database the hashed value of "bobPW" password and the salt In my…
Tania Marinova
  • 1,788
  • 8
  • 39
  • 67
0
votes
2 answers

Client giving error when invoking a secured web service

I have written a client that invokes webservice. My client is: String publisherEPR = "https://abc:8280/services/ProviderPublication"; protected void publicationOpenSession(HttpServletRequest request, HttpServletResponse response) …
Roy
  • 1,231
  • 1
  • 24
  • 61
0
votes
0 answers

Exception in thread "main" org.apache.axis2.AxisFault: 1

I try to consume an axis 2 web service with rampart security. I'm stuck with this qustion for fthree days but know I get thsi exception: Exception in thread "main" org.apache.axis2.AxisFault: 1 at…
Tania Marinova
  • 1,788
  • 8
  • 39
  • 67
0
votes
1 answer

NullPointerException in my client of axis 2 web service with rampart security

I've created axs 2 web service with rampart ws security in eclipse (here s the tutorial I follow TUTORIAL PAGE - 18-21 I've aplied the policy in service.xml by adding this code AND ENGAGED RAMPART MODULE
Tania Marinova
  • 1,788
  • 8
  • 39
  • 67
0
votes
0 answers

Error in converting SOAP Envelope to Document

I try to add security to my web service using this tutorial but when i test it I got the following error and I can't explain what may be the reason? Thank you in advance RROR] Error in extracting message properties org.apache.axis2.AxisFault: Error…
0
votes
1 answer

rampart security with eclipse and axis 2

SO i've created my first web service using axis 2 and eclipse following this tutorial http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html Now i want to add a security to this web service so i downloaded…
Tania Marinova
  • 1,788
  • 8
  • 39
  • 67
0
votes
1 answer

Apache Rampart Axis2 Symmetric policy

How to generate client for WSDL which has Symmetric Binding policy using axis2 and Apache Rampart?I am able to generate client using axis2 and eclipse, after that how can i add Apache Rampart configuration(Symmetric binding) for generated Client?…
0
votes
1 answer

Storing an X.509 certificate in a Java keystore

I am trying to store a proxy X.509 certificate into a keystore. The certificate is generated using bouncycastle library, the problem is that I do not have the secret key for the certificate and from what I understand is that to store it in a Java…
1 2 3
10
11