Hi Dan,
excellent, you're absolutely right! It worked just the way you said it
would.
Thank you very much for your answer and for saving me another sleepless
night.
chriss
Actually, I don't think it really is null. If you look at the log for the
line:
log.info("header="+hr.getObject());
you see:
(btpool0-4:) header=[correlationId: null]
That is actually how the Xerces DOM would look on a toString. The Xerces
toString impl is pathetic. I'm willing to be if you do:
Element el = (Element) hr.getObject();
String cid = el.getTextContent();
then the cid is there.
Dan
--
View this message in context:
http://old.nabble.com/response-message-soap-header-reading-problem-tp28667390p28744374.html
Sent from the cxf-user mailing list archive at Nabble.com.