Questions tagged [wss4j]

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.

232 questions
0
votes
1 answer

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 application. I have used the following config
Soumya
  • 1,054
  • 2
  • 16
  • 31
0
votes
2 answers

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 deployment dependencies. Within my WEB-INF/lib…
Yuri
  • 1
  • 1
  • 2
0
votes
1 answer

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 and if authentication was successful web service's…
Dmitry Ivanov
  • 31
  • 1
  • 3
0
votes
1 answer

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 Implementation; IBM use their own on WAS. If you have…
0
votes
1 answer

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 tutorials in Netbeans website and created a web…
yok
  • 1
  • 2
0
votes
1 answer

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 SimplePlainTextPasswordValidationCallbackHandler. However all…
Ankur Saxena
  • 109
  • 4
  • 11
0
votes
1 answer

Secure web service calls using WSS4J return "An error was discovered processing the 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 adding WS-Security's "Password Digest" headers to…
Matthew Leidholm
  • 4,199
  • 3
  • 24
  • 26
1 2 3
15
16