I need to know if there is a property shared between the two messages(IN/OUT) , I was thinking that this property is the message_id contained in "messageContext.getmessageID()" ,but i'm getting a null value when trying to retrieve it (ws-addressing module is engaged)
2013/8/2 Brian Reinhold <[email protected]> > Not sure I understand the problem ... is what you are trying to do is > retrieve the ws:addressing message id? > > Brian > > -----Original Message----- > From: Walid Benkhelouf [mailto:[email protected]] > Sent: Thursday, August 01, 2013 7:09 PM > To: [email protected] > Subject: retrieving message_id > > Hello, > > I'm developping a module that handler in/out message from axis2 engine and > store them in a database. > I have two handlers :one for the incoming and one for the outgoing. > I need to store the incoming ,and drop the outgoing messages. > The problem is that i need to have the same message_id so i can access to > the database in the second time(the two messages needs to have the same > key). > Thanks; > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.3392 / Virus Database: 3209/6543 - Release Date: 08/01/13 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
