Re: [Axis2] Message Id tracking

2006-08-30 Thread Michael Erdely
? Inflow handler -- ctx.setProperty (INCOMING_UID, incomingId); Outflow handler -- String incomingId = ctx.getProperty (INCOMING_UID); Regards, Ali Sadik Kumlali - Original Message From: Michael Erdely [EMAIL PROTECTED] To: axis-user@ws.apache.org

[Axis2] Message Id tracking

2006-08-22 Thread Michael Erdely
We are receiving a unique identifier within the incoming header and we want to send that same unique identifier back in the response header. How can I handle this within a module which is already processing this header block? Thanks in advance! -Michael

Re: [Axis2] Message Id tracking

2006-08-22 Thread Michael Erdely
=MessageOut/ /phaseOrder Hope this helps, Ali Sadik Kumlali - Original Message From: Michael Erdely [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, August 22, 2006 9:07:03 PM Subject: [Axis2] Message Id tracking We are receiving a unique identifier within the incoming header