Hi,
I am trying to engage rampart module at run time using the following
call.
status =
axis2_svc_client_engage_module(svc_client, env, "rampart");
I need to include rampart based on the receiver's settings as to whether
receiver needs a signed message or not.
I am getting the following error when I try to engage rampart module. Do
I need to make some changes to axis2.xml to fix this problem?
If so, how would it affect those receivers who do not require
signature?
[Tue Sep 30 23:07:17 2008] [error] phase_resolver.c(575) Handler
RampartOutHandler inclusion failed for Security phase within flow
Security. Phase mightnot available in axis2.xml
[Tue Sep 30 23:07:17 2008] [error] phase_resolver.c(580)
[Tue Sep 30 23:07:17 2008] [error] phase_resolver.c(445) Engaging module
rampart to operation ReceiveFax failed.
Thanks,
Raghu