Hi,
I have done a very similar thing for testing encrypted/signed headers and
I didn't face any issues. In this test, I used a module [1] which inserts
some headers to the SOAP messages in the out flow and used the same module
to log them in the in flow. And I encrypted/signed those custom headers
added by the module using Rampart. I have tested this with Axis2 1.4 /
Rampart 1.4 and Axis2 1.5 / Rampart trunk without any problem. If I
understood correct, you seem to be doing a similar thing.
What is the Axis2 version and Rampart version you are using ? Are you
encrypting the custom headers added by your module. Can you attach a sample
message on the transit ?
regards,
Nandana
[1] -
https://svn.apache.org/repos/asf/webservices/rampart/scratch/java/test-module/READ_ME.txt
On Thu, Aug 27, 2009 at 4:36 PM, soni swapna <[email protected]> wrote:
>
> Hi Axis Team,
>
> In a client class we have our custom module and rampart engaged. While
> sending the request, we are setting some header tags in outflow handler of
> custom module. while request going out, first custom module's outflow
> handler is executing then rampart module's outflow handler is executing.
> When request goes til webservice, (webservice is also having rampart and
> custom module engage), then webservice custom module's inflow handler is
> executing. We have a code to extract custom header tags in inflow handler.
> But the custom header tags we have set in outflow handler is not coming
> till
> inflow handler. And in inflow handler the envelope is in encrypt form.
> Could
> you please tell me how to get these header values in inflow handler.
>
> Please reply as soon as possible. This is very urgent.
>
> Thanks,
> Swapna Soni
> --
> View this message in context:
> http://www.nabble.com/Unable-to-get-Header-tags-in-custom-module%27s-inflow-handler-tp25169355p25169355.html
> Sent from the Axis - User mailing list archive at Nabble.com.
>
>