spyhunter99 [
https://community.jboss.org/people/spyhunter99] created the discussion
"Re: JBOSS-WS SOAPHandler in chain no getContent method"
To view the discussion, visit:
https://community.jboss.org/message/727047#727047
--------------------------------------------------------------
ByteArrayOutputStream b = new ByteArrayOutputStream();
messageContext.getMessage().writeTo(b);
String text = b.toString();
As a word of caution, make sure this is in a try caught and check for nulls.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/727047#727047]
Start a new discussion in JBoss Web Services at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]