[jboss-user] [JBossWS] - Re: Raw Style webservices

viniciuscarvalho do-not-reply at jboss.com
Thu Oct 4 08:08:15 EDT 2007


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#4091481

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091481



More information about the jboss-user mailing list