Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,424

    update....

    In case this can help anyone else .......


    Out workaround was fairly simple - we changed from singleton to prototype scope for the WebServiceGatewaySupport and Wss4Jinterceptor classes and we...
  2. Replies
    2
    Views
    1,424

    dynamic userame in Wss4jSecurityInterceptor

    Hi,

    Spring WS 1.5.6

    We using the WebServiceGatewaySupport (1.5.6) and Wss4Jinterceptor to secure client calls. Our application is a middleware app.
    and make WS calls on behalf of many...
  3. Replies
    1
    Views
    1,443

    fixed

    Added the following to my message callback


    ((SoapMessage)message).setSoapAction(actionDescription);
  4. Replies
    1
    Views
    1,443

    ws-client Empty SoapAction http header

    Hi.
    I'm creating a ws client using 1.5.6.

    I'm using to wss4j to secure the message and I've got a MessageCallback handler that I use in the MarshallSendAndReceive. The MessageCallback
    handler...
  5. Replies
    0
    Views
    1,709

    milliseconds in UserNameToken wsu:created

    Hi,

    jdk 1.5.1
    MAX OS X
    Spring 2.5.1
    spring-ws 1.5.0-m1

    I'm trying to secure the client side WS requests.

    I've get everything working using a passwordDigest except that the wsu:created...
  6. Replies
    4
    Views
    1,117

    sessionForm=false

    ok, I solved my immediate problem by setting sessionForm=false. (Not sure what the
    side effects of this will be)

    Sort of confused about sessionForm=true and who's responsible for maintaining...
  7. Replies
    4
    Views
    1,117

    missing command object in session

    Hi,

    Did you find a solution to this problem?

    I think I'm experiencing the same issues. I'm using the SimpleFormController
    to create the simplest application. The first post works fine but any...
  8. Replies
    3
    Views
    791

    No handlers found with Multiaction

    I'm having problems getting the multiaction controller to work. It can't seem to find
    a handler for my request.

    I'mworking fine with the standard Controller

    I'm using the 2.0M2 release...
Results 1 to 8 of 8