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...
Type: Posts; User: duerrt; Keyword(s):
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...
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...
Added the following to my message callback
((SoapMessage)message).setSoapAction(actionDescription);
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...
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...
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...
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...
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...