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
19
votes
2 answers

Rampart PostDispatchVerificationHandler: InvalidSecurity - Security policy not found

Edit: I tweaked the Rampart configuration a little and I am now stuck at another point. In Rampart's PostDispatchVerificationHandler an exception is thrown, because the security header hasn't been processed. // If a security header is there and…
Jonas
  • 191
  • 1
  • 6
17
votes
1 answer

Disable InclusiveNamespaces in axis/rampart client

I'm connecting to a webservice with axis/rampart and was told to remove the InclusiveNamespaces as the prefixList was "" which is not allowed. How do I do that? The part looks like
Perre
  • 651
  • 1
  • 7
  • 13
13
votes
1 answer

How to add MessageID in SOAP request using Axis2 and Rampart

I am trying to build a client application that consume external server application using Axis2 and rampat 1.6. Everything seems to be fine when checking SOAP request, since SOAP get encrypted and signed as expected. Following is the policy.xml file…
Salman
  • 1,236
  • 5
  • 30
  • 59
9
votes
0 answers

How do I deserialize a SAML assertion in Rampart/C (Axis2/C)?

I have SAML 1.1 and SAML 1.0 responses in utf-8 char * buffers, and I would like to transform them into Rampart/C saml_response_t * objects. My question is this: What is the correct method for creating a saml_response_t from a string? Ideally I'd…
Chris R
  • 17,546
  • 23
  • 105
  • 172
6
votes
2 answers

How to enable WS-Security (Rampart) in a Axis2 JAX-WS service (provider side)?

Is it possible to specify security policy assertions when deploying a JAX-WS service in Axis2? So far I found only one way which is to configure policy globally (i.e. in axis2.xml). But can it be done inside a JAXWS JAR?
rustyx
  • 80,671
  • 25
  • 200
  • 267
5
votes
2 answers

Does Apache Rampart work with maven?

In the project I'm working we are using maven to manage dependencies. However we are having problems with the apache rampart which is a security module to Axis2. We have tried to use the following dependencies tags:
Alceu Costa
  • 9,733
  • 19
  • 65
  • 83
5
votes
1 answer

using axis2 ramaprt module with own security framework

I have webservice (server-side) implemented using axis2 in my project. We want to enable WS-security in the existing web services. We are evaluating if apache ramapart module fits our need. Here is our requirement: Basically we have in-house…
ag112
  • 5,537
  • 2
  • 23
  • 42
4
votes
1 answer

Which web service engine/framework should I use for high security applications?

I'm working for a company which is involved in developing highly secure web services for banking applications. Web services will be created and consumed inorder to establish communication with applications already in use at the bank. The web…
HariShankar
  • 859
  • 1
  • 10
  • 21
3
votes
2 answers

Apache Axis2/Rampart + Maven

we've got an maven integration test that uses axis2 client with rampart. rampart.mar is specified as a dependency in the pom, however maven is not including it in the classpath. the mar is required for axis to load the rampart module. Does anyone…
Dzhu
  • 4,311
  • 5
  • 36
  • 48
3
votes
2 answers

Calling Java WS from .NET - Java way uses Apache Rampart, .NET equivalent

A vendor we're integrating with provides some web-service functions... They developed it in Java, and also gave us an example client project (in Java) that shows the consumption of those web-services. We actually want to implement the…
user542103
  • 255
  • 3
  • 18
3
votes
2 answers

WebService Client creation using Apache Axis2 and Rampart

We have a requirement where a webservice with username token security has been created in IBM Websphere Integration Developer 6.1. Now, in order to test this, we have to develop a Web Service Client in Java. The requirement is to get this done using…
Aditya
  • 103
  • 1
  • 5
3
votes
0 answers

Failure to invoke secure proxy service in WSO2 ESB from SOAP UI

I'm trying to call a secure proxy service in WSO2 ESB. I followed this great tutorial. But When I am sending a secured request from SOAP UI. Service goes into timeout and I get a error in the ESB Logs. I double checked every step of the tutorial.…
omer khalid
  • 855
  • 1
  • 12
  • 39
3
votes
1 answer

Adding a UsernameToken (WS-Security-Header) to a SOAP message

I am trying to connect to an existing SOAP web service. I have given an wsdl and from that I've created Java classes via Apache Axis2 XMLBeans. But now I have to extend the messages sending by my self-written client with an WS-Security-Header. How…
mrbela
  • 4,477
  • 9
  • 44
  • 79
3
votes
0 answers

SOAP Super encryption WS-Policy

I want to encrypt the body of my SOAP message twice (super encryption). I am using Axis2 with Rampart. I am trying to change the policy of this scenario to encrypt it twice. I was looking at this part (no clue if that makes…
Thomas
  • 2,070
  • 3
  • 16
  • 21
2
votes
0 answers

Issues on consuming a WebService from another WebService

I developed an axis2 webservice, and then this client with a tool from Eclipse WTP. After that, i engaged rampart, and everthing goes fine. Now I'm developing an application that uses the client, so i've dropped that client in another tomcat, but…
1
2 3
10 11