I am using spring-ws 2.0.1 and wss4j 1.5.8. Our current configuration is working using sha1, but we have been asked to support the sha-2 family of algorithms. I changed the...
Type: Posts; User: moondog; Keyword(s):
I am using spring-ws 2.0.1 and wss4j 1.5.8. Our current configuration is working using sha1, but we have been asked to support the sha-2 family of algorithms. I changed the...
After doing some research (i.e., Googling), I am not still not certain as to whether encrypting and signing the WS-Security SOAP Header elements is allowed or not according to standards. If it is...
I want to configure different Wss4jSecurityInterceptors for different clients. For example, I have one client that wants to encrypt using tripledes and another that wants to use aes. How can I...
We are having great success so far building out our web services using the Spring Web Services framework, but we have come upon a little snag. Our customer requires the use of SAML2 tokens, which is...
I have searched this forum as well as the internet, and I am having difficulty finding a set of libraries that will run correctly within WAS 6.1 using the PARENT_LAST strategies I have read about. ...
In the code snippet you included, you listed five jars you stated are from the apache xalan project. Does this mean you also had to include those jars in your application? If so, what versions of...
When I use the following configuration, my app works fine.
<jee:jndi-lookup id="ldap_context_source_password"
jndi-name="ldap_context_source_password"
default-value="password" />
When...
I am using the <jee:jndi-lookup> Spring configuration element to access JNDI properties. My intent is to do this to access environment-specific properties (e.g., server names, configuration...
I am trying to set up a Spring integration test where I reference a @Service bean defined in a different jar, and I am getting the following error:
Caused by:...