Hi all,
We are currently using both the Sandesha2 and the Rampart module.
The problem we are facing now is when we send a webservice call the
following happens:
- The CreateSequence soapmessage is send to the Axis2 servlet and is
correctly processed.
As expected the following axis2 phases are hit:
Transport, Security, RMPhase OperationInPhase
- The soapmessage with the actual webservice call is send to the Axis2
servlet.
The following phases are hit:
soapmonitorPhase, RMPhase, OperationInPhase.
- The TerminateSequence soapmessage is send to the Axis2 servlet and is
correctly processed.
As expected the following axis2 phases are hit:
Transport, Security, RMPhase, OperationInPhase
Our question is:
Why does the 'normal' soapmessage not run through the Security phase?
Because this happens this soapmessage is not validated in the by the
security phase and cannot be trusted.
We tried to add our own security handler to the OperationInPhase but
this is for some reason ignored.
Any ideas?
Regards,
Lennard.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]