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
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
>
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
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
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
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
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?
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