Top "Wss4j" questions

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.

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 …

java webservice-client wss4j
wss4j: - Cannot find key for alias: monit

When I define (using axis 1.4 an wss4j) in client-config.wsdd for WSDoAllSender and WSDoAllReceiver different signaturePropFiles where I have …

java certificate wss4j
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 …

java cxf ws-security wss4j
cxf + wss4j + maven NoSuchMethod error

trying to use the cxf+wss4j using maven. Created both the service and client without any compilation issues. The …

maven-2 jax-ws cxf wss4j xmlsec
Spring + SOAPExceptionImpl: Error during saving a multipart message

I have a spring web application with jsp pages that calls different web services and displays the results in a …

spring spring-ws wss4j
WSS4J with Spring WS : (WSSecurityEngine: Invalid timestamp The security semantics of the message have expired)

I developped a ws (soap) based on Wss4jSecurityInterceptor's Spring implementation. The configuration is as follow : ... securementActions=Timestamp Signature Encrypt ... …

spring timestamp ws-security wss4j
org.apache.ws.security.WSSecurityException: General security error (No certificates were found for decryption (KeyId))

I have inherited some code that is a WSS4J secure webservice. It is based off of this popular tutorial: …

java web-services security encryption wss4j
Inserting Username token in security header of already generated SOAP envelope gives me two headers!

I'm using WSS4J to add a Username token in the header of an already formed SOAP request envelope. Here …

java web-services security wss4j usernametoken
WSS4J - No certificates for user were found for signature

I'm trying sign a soap message using CXF, after configure my client using the knowledge I found over the internet, …

java cxf digital-signature xml-signature wss4j
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 …

java cxf ws-security wss4j