Search:

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

Search: Search took 0.01 seconds.

  1. I have almost the same requirements: I need form...

    I have almost the same requirements: I need form based authentication for dev and testing environments, and SSO using a header variable for production.

    I'm new to Spring Security, and have scoured...
  2. Replies
    2
    Views
    1,013

    Arjen, Thanks for your response. I think I've...

    Arjen,

    Thanks for your response. I think I've got it now (roughly):



    SoapFault fault = soapBody.addFault();
    SoapFaultDetail detail = fault.addFaultDetail();...
  3. Replies
    2
    Views
    1,013

    How to implement WS-BaseFaults

    Hello,

    I'm playing around with writing a simple WS-Notification framework using Spring-WS, and I'm unclear on how to implement WS-Basefaults.

    I have the necessary classes to marshall/unmarshall...
  4. JMSTemplate, synchronous messages and temporary queues

    I'm trying to use JMSTemplate to send a message and wait for a reponse on a temporary queue. After a little research, it looks like using a ProducerCallback is the recommended method, which looks...
Results 1 to 4 of 4