Well, that did not work as well. It also throws an exception when I try:
| MessageFactory mf = MessageFactory.newInstance();
| returnMessage = mf.createMessage();
| SOAPFactory f = SOAPFactory.newInstance();
| SOAPBody body = returnMessage.getSOAPBody();
| body.addChildElement(f.createElement(createResponseContent()));
|
I'm really starting to think that might have a bug on the jbossws :(
Regards
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091481#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...