Tagged Questions

Apache Rampart - Axis2 Security Module

learn more… | top users | synonyms

4
votes
1answer
308 views

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 ...
3
votes
2answers
77 views

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 ...
2
votes
2answers
2k views

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 ...
2
votes
2answers
1k views

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 ...
1
vote
0answers
240 views

Rampart Axis2 multiple <wsse:Security> headers in request (error)

So, I am developing a web service using rampart and axis2 in eclipse. I am trying to implement a simple username/password authentication scheme, but I have some issues. My code is basically working ...
1
vote
1answer
76 views

“Could not map the MEP URI” Error from Axis2/c and Rampart

I had my web services working. I introduced rampart and now I am getting an error in response. The Webserver is Apache httpd. Running Axis2/c with Rampart 1.3.0. The services.xml looks correct as far ...
1
vote
1answer
316 views

axis2 1.6.1 vs rampart 1.6.0 compatibility

are these two versions compatible? I get the following exception when deploying the policy-samples: INFO main 2011-09-13 08:17:45.150 The SecureTokenService service, which is not valid, caused ...
1
vote
1answer
210 views

WSS, Axis with Rampart problem with x.509

I have a service that recieve the x.509 in the header to authenticate it, Once I client sent a request for the message I want to get the header authentication with rampart with something like this ...
1
vote
0answers
771 views

“Missing wsse:Security header in request” when I try posting a SOAP message with Axis2 and Rampart

I feel like I've been looking at this issue forever. Background: I have to call a secured third party web service. The body and a header block both need to be signed with a client certificate. If I ...
1
vote
1answer
167 views

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. ...
1
vote
0answers
273 views

How to guess order of items in rampart having WS-Security response?

My axis2+rampart client worked with some WS-Secured server. It stopped working after server was upgraded (JBoss upgrade, some changes in WSDL, but not in test function). Server owners claim that their ...
1
vote
2answers
1k views

Buliding a WAR that uses Axis2 + Rampart for Tomcat

I'm trying to build an axis-based web service with rampart for security, and I've been hoping to deploy a single war to tomcat, rather than installing axis and deploying within axis. (I'm not fixed ...
1
vote
1answer
1k views

Developing a secure WS client for consuming a Axis2 Web Service with Rampart WS Security module?

I have a Axis2 web service secured using Rampart. I do want to develop secure clients for it, preferably JAX-WS based. I tried a lot of tutorials but they are so closed tied with each other, like ...
1
vote
0answers
556 views

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 ...
0
votes
0answers
8 views

Exception while creating a custom Token Issuer in Apache Rampart

I'm new to Apache Rampart module and trying to explore in creating a custom Token Issuer class. I have followed the steps as per the following URL: - ...
0
votes
0answers
11 views

Implementation of WS-Trust and WS-SecureConversation through Apache Rampart Module with Axis 2

I'm new to the Apache Rampart module and trying to explore the features provided in it mapped with my requirements.I want something like this: Client makes a RST(Security Token Request) to the ...
0
votes
0answers
14 views

Issues in dynamically configuring rampart configuration with axis2

I am currently working on a requirement where I need to be able to dynamically add rampart configuration to a service built using axis2. We ship out our service to many customers and they like to have ...
0
votes
0answers
75 views

IllegalArgumentException: ProtectionToken is not a <wsp:Policy> element

I have been struggling with a problem I have with Axis2 and Rampart for a few hours. I have googled quite extensively and have yet to find a solution. I have even looked at the source code and stepped ...
0
votes
1answer
175 views

Axis2 Rampart client “Security Namespace null” exception

This is the exception that I am seeing when I try to consume a webservice. java.lang.RuntimeException: Undefined 'Security policy namespace cannot be null.' resource property at ...
0
votes
0answers
45 views

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 ...
0
votes
0answers
16 views

om_node.c(124) Root element of the document is not found

Webservice is implemented Using WSO2/PHP and i am trying to make my client in Spring WS security. I am unable to figure out what exactly the error is ? Can any body help me out locate the problem : ...
0
votes
0answers
136 views

Axis2 + Rampart: Specifying password digest in policy header

I am trying to send username and a password over web services using axis2 and rampart. I want to send the password as a digest, but for some reason the password is only sent in cleartext. According to ...
0
votes
0answers
47 views

Axis2 client with apache rampart on solaris

I have created a web service client with apache rampart module to connect to web service services, client program works fine with axis2.xml and modules as "rampart" with modules directory having ...
0
votes
0answers
113 views

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 ...
0
votes
2answers
89 views

Loading axis2 modules from classpath

I am writing an Axis2 client which will not have access to a repository folder on the filesystem. Is there a way to load the modules which axis need for instance rampart and addressing, from the ...
0
votes
1answer
90 views

Excluding log4j.properties in rampart module

I have a maven project in which I am using axis2 which depends on rampart-core for security. Rampart has a default log4j.properties file which keeps my logging from being displayed. I would like to ...
0
votes
1answer
470 views

Problem creating Axis2 Rampart Client

I'm creating a web service using Axis2 which uses Rampart for authentication. In all the samples for Rampart, the client needs to have a client side repository for Axis2. Rampart is started on the ...
0
votes
0answers
30 views

Reusable WS-Policy in 10 services running on Axis2

I have 10 deployed services on a single web application in Java running on Tomcat. I would like to add elements inside each services.xml file. However, that area is common for all services. Is there ...
0
votes
0answers
69 views

How to disengage module in axis

I don't want to use rampart and addressing module while calling a web service method. In axis2 we can disengage these modules like below. PaymentStub wsStub = new PaymentStub(); ServiceClient sc = ...
0
votes
2answers
211 views

IllegalAccessError when adding Rampart to the POM's dependencies

We tried adding Rampart to our module's POM file and after doing so our ear can no longer start with the following exception: java.lang.IllegalAccessError: tried to access method ...
0
votes
1answer
2k views

axis2+rampart: Must Understand check failed for header Security

I have problem with axis2+rampart WS-Security response in case of server internal error. When server returns "200 OK" all seems ok. Response is checked by rampart if it has proper timestamp, signature ...
0
votes
0answers
299 views

Generating WSDL for custom rampart policy token

I have created a new Security Policy token for Rampart say of type SignedSupportingToken. It successfully generates a request with custom tag in the policy.xml <sp:SignedSupportingTokens ...
0
votes
1answer
267 views

Axis2/Rampart and WCF

I'm trying to setup a client using Axis2/Rampart to create a WS-Security call to a WCF .net service hosted by my client. My client is receiving the error: 'The message received over Transport ...
0
votes
1answer
424 views

SOAP header missing error - Please help!

I am trying to run the example of signing and encryption described here https://www.ibm.com/developerworks/java/library/j-jws5/. I am getting the following error when running the client, any help ...
0
votes
1answer
202 views

Axis2 Rampart: No user value in the rampart configuratio

I have a Java program running an axis2 1.5.3 with rampart 1.5 client working perfectly fine on my linux using openjdk. When I ported it over to Windows 7, it works on some machines but does not on ...
0
votes
2answers
675 views

Cannot engage module rampart, not sending security details

I'm using eclipse with WTP plugin for creating a client to call secure web service. I have used web service client wizard to generate the client and now I want to configure apache rampart in the ...
0
votes
1answer
360 views

Axis2 problem: WSHandler: Check Signature confirmation: stored SV vector not empty

I have problem with querying webservice which uses WS-Security. I use code creadted by axis2 with rampard module which implements WS-Security. I think I make good query and I got response, but that ...
0
votes
1answer
880 views

Axis2/rampart cryptography problem with signaturePropFile

I have problem with WebService client that has to use WS-Security. My client is written with axis2. It works when I do not enable cryptography (of course with my server emulator). I enabled ...
0
votes
1answer
462 views

Calling .NET Web Service (WSF, WS-Security) from Java - NullPointerException

I am attempting to create a Java client to call a .NET web service. I was provided a WSDL (which contains the security policy information) and used the Axis2 wsdl2java utility to generate the client ...