The Apache WSS4J™ is a Java implementation of the primary security standards for Web Services, namely the OASIS Web Services Security (WS-Security) specifications from the OASIS Web Services Security TC.

learn more… | top users | synonyms

0
votes
0answers
3 views

Does WSS4J support XKMS?

Can WSS4J be configured to retrieve private and public keys using XKMS instead of keystores? This is an example keystore configuration: ...
0
votes
0answers
11 views

WSS4JInInterceptor or JAX WS Handler:which gets executed first?

I want to do some SOAP request validations in JAX WS Handler. I have also configured security via WSS4JInInterceptor. Will security be applied before call reaches JAX WS Handler or will Handler be ...
0
votes
0answers
15 views

Need to translate a .NET example web service config into working java axis 1 code

Our customer has a .NET web service I need to consume. I'm working with Java 1.5 and Apache Axis 1.4, along with WSS4J 1.5.x. app.config example I received from the customer: <?xml version="1.0" ...
0
votes
0answers
21 views

How can I write a PHP SOAP Client that makes a request to a SOAP server(with WS Security using Apache CXF & WSS4j)

Am writing a php soap client that consumes a service. The server for the service implements WS Security using WSS4j. On making a request, I get the following error: SoapFault exception: ...
0
votes
0answers
147 views

UsernameToken WS-Security with Apache CXF Annotations (WSS4J)

I'm trying to create a "java first" webservice that will use plain and simple UsernameToken WS-Security. I've attempted to follow the examples from CXF. When I query my wsdl I see no mention of ...
0
votes
2answers
53 views

Wss4jSecurityInterceptor not decrypting reply

I have a web service client implemented in Spring-ws, using a Wss4jSecurityInterceptor for ws-security. Calling the endpoint works, data is encrypted, signed and sent, but when the reply is received ...
1
vote
0answers
54 views

Communications management with PasswordDigest (WSPasswordCallback from WSS4J)

Scenario: We are developing a Java library to deploy an authentication subsystem, which acts as an intermediary of two end-points: an originator program (which sends us the SOAP message, made by the ...
0
votes
0answers
32 views

Support for directly referring to BinarySecurityToken from <Reference> element of <SignedInfo> element in WSS4j 1.6

I want to know does the below mentioned usecase is possible in WSS4j 1.6 as it was present in its earlier versions . <wsse:BinarySecurityToken ...
0
votes
0answers
113 views

How to make WSS4J load the keystore password from a callback?

I'm using Apache CXF to build a Web Service. It uses Apache WSS4J to provide WS-Security functionality. I need to make a SOAP request and it must be signed. This is the content of the properties file ...
0
votes
1answer
67 views

Namespace for wsse:security

My problem is i am trying to call a web service which has Wss4jSecurityInterceptor for username password authentication. the request which is generated is like this : <wsse:Security ...
0
votes
0answers
160 views

Web service security with combination of UsernameToken and SAML

I am new to WS-Security. I am trying to implement UsernameToken and SAML based authentication for my web services. I am using WSS4j-1.6.1, CXF-2.5.2, Spring 3.0.4 for implementing this. For finding ...
0
votes
0answers
303 views

Error - MustUnderstand headers: [{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security] are not understood

I am trying to implement Digital Signature in WebServices. So I have used WSS4J Interceptors concept and I am getting this Error below. How to get rid of the Error? Is there anyway that we can ...
0
votes
1answer
114 views

CXF WSS4J interceptors vs WS-SecurityPolicy

I have a question on WS-Security policy. We can implement the WS-Security using CXF WSS4J interceptors or WS-Security Policy. What will be the difference of this two approaches? I found embedding a ...
1
vote
1answer
100 views

Wss4j and soaphandler error when calling a web service twice

I have got a problem when i'm using wss4j to verify the security on SOAP request on my server, here is the part of code I use to verify the security headers of the soap request (I'm in the ...
0
votes
0answers
165 views

WSS4J and Apache Axis does not work

I try to use WSS4J with an Axis Web Service, but nothing happens. It seems that WSS4J is not being used at all. All necessary libraries are in WEB-INF/lib directory. The service is being deployed with ...
0
votes
0answers
150 views

Spring WS: Problems decrypting message with WSS4J security interceptor and PayloadRootAnnotation

I'm using Spring WS with WSS4J Security Interceptor. On the server side when I receive the message if I use the PayloadRootAnnotationMethodEndpointMapping I have an error, because it's trying to ...
0
votes
0answers
194 views

Web Services Security Implementation Issue - “wsse:Security” header

I am working on Web Services Security implementation thru Apache CXF in WSDL first approach by following this URL below. https://sites.google.com/site/ddmwsst/ws-security-impl I am new to this Web ...
0
votes
2answers
572 views

WCF client exception -“Message security verification failed, The signature verification failed” - how can I debug further?

Getting the following exception when my WCF client gets a response calls a Java based Spring Web Services server - System.ServiceModel.Security.MessageSecurityException, System.ServiceModel, ...
0
votes
0answers
44 views

check signature and encryption result

I'm working on a project with JAX-WS and WSS4J. I'm using UsernameToken for client authentication and message-level security. For a given username/password clients may or may not sign/encrypt mainly ...
0
votes
0answers
325 views

WCF - How to debug “The signature verification failed” messages

I've created a WCF client that is calling a Spring Web Services 2.1.0 + Apache WSS4J 1.6.7 (WS-Sec 1.1) server and returning a response. WCF is complaining that the "Message security verification ...
1
vote
1answer
234 views

CXF2.7.2 + Weblogic 12c + Java 1.7

There is an issue with running CXF application of Weblogic 12c. Exception is as following: org.apache.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory cannot be cast to ...
0
votes
0answers
140 views

How to suppress <wsc:DerivedKeyToken> with WSS4J?

I'm working on a project using WSS4J with JAX-WS. I don't use CXF nor Axis. I just use pure WSS4J api. I'm doing like this. It was so painful googling and analyzing unit test classes to do as I need ...
1
vote
0answers
395 views

UsernameToken with attribute wsu:Id=“SecurityToken-…”

I am using WSS4J 1.6 and Axis 1.4. I am creating the UsernameToken using org.apache.ws.security.message.WSSecUsernameToken. What I do not understand is the wsu:Id attribute. According to the web ...
1
vote
0answers
82 views

How to check UsernameToken with derived key only?

With servers, how can I check clients use derived key or not? I'm working on a JAX-WS project with WSS4J. I managed to make some code working in UsernameToken with password derived key ...
0
votes
0answers
103 views

Accessing MessageContext in CallbackHandler

I'm working on a project with WS-Security. I'm using WSS4J. Is there any way for accessing MessageContext in CallbackHandler with any WS-classes? I need to parse some extra elements in SOAPHeader ...
1
vote
0answers
130 views

CXF WSS4j interceptor in Android SOAP client

I'm using ksoap2 library to make a soap client on Android mobile phone and I need to use something like cxf's WSS4J interceptors like the following code: private WSS4JInInterceptor ...
0
votes
1answer
314 views

JBoss AS 7.1 dependency conflicts due the xfire-1.2.6 dependencies wss4j-1.5.1 and xmlsec 1.3.0

I'm trying to deploy legacy code on JBoss AS 7.1 but I'm struggling with conflicting dependencies due wss4j and xmlsec I've created a jboss-deployment-structure.xml <?xml version="1.0" ...
0
votes
0answers
264 views

WSS4J with CXF - WSPasswordCallback getIdentifier() returns null

I am trying to add encryption and certificate signing to one of our webservices which currently uses usernameToken. I have added a new endpoint which will use certificates and once this works the old ...
2
votes
2answers
475 views

How to provide dynamic credentials (username and password) to web service using Grails-cxf plugin

I am using this awesome plugin, http://grails.org/plugin/cxf-client, to consume a contract-first web service with security. So I already have something like this in my config: cxf { client { ...
9
votes
2answers
329 views

Looking for java Library/API for implementing WS-Security for SOAP messages with Attachment(SwA)

I am implementing ebXML3.0 in java and looking for a java library/API I can use for Signing and Encryption of SOAP messages with attachment. Earlier I was using "Apache wss4j" but this seems to only ...
0
votes
0answers
59 views

MissingResourceException: org.apache.ws.security.errors

Where can I find the resource bundle "org.apache.ws.security.errors"? I'm using Apache's WSS4J to sign and encrypt the body of a simple SOAP message. When I call the build function for the body ...
1
vote
2answers
531 views

CXF WSS4J Interceptor documentation/manual

I have spent a fair amount of time finding tutorials and implementing signatures and encryption on a catalog of Web Services. Now i need to extend that functionality to allow each user to have their ...
0
votes
1answer
437 views

Mule ESB - does the lib override any application library

I have used Mule Studio 3.2.1 to develop a Mule application. Within that application I have used org.springframework.ws.client.core.WebServiceTemplate to send a Webservice request to another ...
0
votes
0answers
161 views

Canonical XML 2.0 (C14N2) Java implementation for WSS4J

I am in process of building a SOAP service and I need Canonical XML 2.0(C14N2) canonicalizer in Java. Do you know any implementation I could use? I didn't manage to find one. Everything I found was ...
0
votes
1answer
377 views

WSS4J does not parse SOAP message

I have code like this: private WSSecurityEngine engine = new WSSecurityEngine(); private CallbackHandler callbackHandler = new UsernamePasswordCallbackHandler(); @Test public void testWss4jEngine() ...
0
votes
1answer
809 views

JBoss AS 7 - NoSuchMethodError org.apache.xml.security.transforms.Transform.init()V

I am migrating from JBoss 5 -> JBoss 7 and according to https://docs.jboss.org/author/display/AS7/Class+Loading+in+AS7, local resources packaged in WEB-INF/lib of a war should loaded prior to inter ...
0
votes
0answers
248 views

Adding basic usernametoken (username, password) to requestContext wss4j

I have a spring-ws web-service which implements ws-security with basic authentication (username and password in the clear) using wss4j. My client is a JAX-WS 2.0 service client and i need to add the ...
0
votes
1answer
106 views

How to log server successful and unsuccessful attempts of a web service authentication by usernameToken using WSS4j

How can I log on server successful and unsuccessful attempts of a web service authentication by usernameToken using WSS4j? As I understand checking login/password accordance takes place inside WSS4j ...
1
vote
1answer
602 views

How to configure wss4j signature verifier

I'm using WSS4J to verify sign and timestamp in soap messages. But when I receive message without signed timestamp part wssj4 thinks that everything is ok, and I would like to see error in that ...
0
votes
1answer
225 views

XMLStreamException has not been bound to a prefix. Stax implementation WebSphere

I have an issue trying to deploy a Web Services with a WSS4J password callback on WAS 6.1.0.43. Web Service based on XFire 1.2.2 I have no issue on Tomcat 7.0.25 : It seems to be related to STAX ...
0
votes
1answer
345 views

How to Use gzip to compress messages in web services before send?

I know Java prog. langugage but, I am a complete beginner in Java EE and web services, soap etc. I need to compress a message before sending and add a signature to it with Apache wss4j. I followed ...
3
votes
2answers
1k views

How to digitally sign SOAP request using Eclipse generated proxy (axis 1.4) via WSS4J?

I have been provided a WSDL for a webservice. I am now required to digitally sign that request. The previous developer utilized the Eclipse feature to generate proxy classes. Add the WSDL to the ...
0
votes
1answer
1k views

Spring Web Services and Spring Security Exception handling

I am trying to think of an solution to cascade exceptions from Spring security as soap faults in Spring Web services. We use Spring web services and perform authentication using ...
0
votes
1answer
560 views

Secure web service calls using WSS4J return “An error was discovered processing the <wsse:Security> header”

I’m trying to add password digest WS-Security bits to web service calls from my client using WSS4J. I generated the client classes from the WSDL using Axis' WSDL4J and followed the instructions for ...
1
vote
1answer
7k views

SOAPFaultException “MustUnderstand headers (oasis-200401-wss-wssecurity-secext-1.0.xsd) are not understood”

I try to get information from web service that uses PasswordText WSS type. Firstly, I test it using soapUI and successfully got data. Then I implemented authentication on Java, writing ...
1
vote
1answer
549 views

Apache CXF / WSS4J Certificate Validation

Is seem that the only way the certificate (X509) validation performs is: if a request to the server contains a certificate, that is already in the server's keystore, process the request (and the same ...
0
votes
1answer
200 views

How to make wss4j to not create expires element in soap header

Is there any option in wss4j or cxf that controls whether <expires> element from ws-security is included in SOAP header. What I want to achieve is that SOAP header contains only <created> ...
1
vote
1answer
380 views

How to turn off SecureConversationToken in WCF web service

I have a WCF web service with WS-* security and I need to write a Java client for it using WSS4J API. But, as it turns out WSS4J does not support the <SecurityContextToken> and ...
0
votes
1answer
501 views

common webservice interceptor and UsernameTokenValidation compatible with Spring-WS and CXF

I have a scenario, where I want to configure a webservice security interceptor, and a UsernameTokenValidator and put this into say myws-security.jar. Which can be then be used by any webservice (be it ...
0
votes
1answer
749 views

Configure a common webservice interceptor and usernameTokenValidator compatible with Spring-WS and CXF

Right now I have below configuration for one of my WS endpoints. <jaxws:endpoint id="myService" implementor="#myServiceImpl" address="/myService"> <jaxws:inInterceptors> <bean ...

1 2