[wsf-c-dev] How to check module engaging
Kaushalye Kapuruge
kaushalye at wso2.com
Thu Oct 11 21:25:45 PDT 2007
Hi,
There are different ways to check whether a module is engaged or not.
One easy way is to check log files and see are there any logs written by
the module. Another way is to see the SOAP message using a tool like TCP
Monitor.
If you have engaged Rampart and specified security policies correctly
then you should see that there is a Security header in the SOAP message.
Please note that you need to configure Rampart/C both in the client and
the server for a successful secured message exchange.
If you don't know how to configure Rampart/C, you may refer to the
following tutorial.
http://wso2.org/library/2702
There are different scenarios available under rampart/samples/secpolicy.
Starting from a simple timestamp to encrypting and signing SOAP messages.
Cheers,
Kaushalye
Lahiru Gunathilake wrote:
> I've referred the Axis2c manual and engage the module Rampart Globally.
> How can i check whether it has engaged properly or not.
>
> Then i tried to engage rampart only for echo client by adding the
> following line t echo.c file
>
> axis2_svc_client_engage_module(src_client,env,"rampart");
>
> then i've build the echo client it was successful.But still don't know
> how to check it.
>
> Regs
> lahiru
>
>
> _______________________________________________
> Wsf-c-dev mailing list
> Wsf-c-dev at wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev
>
>
--
http://kaushalye.blogspot.com/
http://wso2.org/
More information about the Wsf-c-dev
mailing list