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...
Type: Posts; User: ifykarma; Keyword(s):
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...
Arjen,
Thanks for your response. I think I've got it now (roughly):
SoapFault fault = soapBody.addFault();
SoapFaultDetail detail = fault.addFaultDetail();...
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...
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...