RE: retrieving message_id

2013-08-02 Thread Brian Reinhold
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 H

Re: retrieving message_id

2013-08-02 Thread Walid Benkhelouf
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 >

RE: retrieving message_id

2013-08-02 Thread Martin Gainty
try mc.getMessageID() (case matters) does this help? Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Wei

Re: retrieving message_id

2013-08-02 Thread Walid Benkhelouf
hi Martin, yes i did this and i'm getting a null value in both incoming and outgoing, even if "ws-addressing" is engaged. 2013/8/2 Martin Gainty > try > > mc.getMessageID() > > (case matters) > > does this help? > Martin > __ > Verzicht und Vertraulic

RE: retrieving message_id

2013-08-02 Thread Brian Reinhold
A stupid question: you are sure that the message id field is sent by the client . Is this null response only on the incoming message? And what version? Sending secure or unsecure? Is 'must understand' set by the client? I know I had to do some messing around with the addressing modules to get

Re: retrieving message_id

2013-08-02 Thread Walid Benkhelouf
Sorry for my stupid question ,the thing is that i'm not an expert in axis or java programming ,i was using SOAPUI to simulate the client, i can see now that i can add messageID from SOAPUI ,it's addressing my problem for the incoming,but i just wanna ask one more stupid question :) : -->is there a

RE: retrieving message_id

2013-08-02 Thread Brian Reinhold
Walid, I think you misunderstood my American slang comment and took it the wrong way (it's kind of an expression); I am not saying that YOUR question was stupid. If you look below you will see I am asking the 'stupid' question which was "did you check to see if the client sent you a message id?

Re: retrieving message_id

2013-08-02 Thread Walid Benkhelouf
Hi Brian,sorry for my misunderstanding :-) The solution that i'm developing (for academic purpose)is located in the handlers levels,so i'm trying to be the most transparent as possible to the client and the service writer ,so for this I've written two handlers one for incoming and one for outgoing