Search:

Type: Posts; User: moondog; Keyword(s):

Search: Search took 0.03 seconds.

  1. Does Wss4jSecurityInterceptor support the use of SHA-2 algorithms?

    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...
  2. Is there a way to encrypt/sign WS-Security elements?

    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...
  3. Is it possible to configure multiple Wss4jSecurityInterceptors for different clients?

    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...
  4. Replies
    2
    Views
    1,284

    When will WSS4J 1.6.0 be supported?

    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...
  5. Can't get Spring WS application running on WAS 6.1

    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. ...
  6. Trying to get Spring WS running on WAS 6.1 also

    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...
  7. Replies
    1
    Views
    2,668

    Forgot code examples

    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...
  8. Replies
    1
    Views
    2,668

    jee:jndi-lookup question

    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...
  9. Replies
    0
    Views
    1,440

    Multiple components/application contexts

    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:...
Results 1 to 9 of 9