-
Task
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.0
-
None
-
Appending an Element to a SOAPBody resulted in a <code>java.lang.IllegalArgumentException</code>. The code has been updated so that adding an Element now results in the Element being converted to a SOAPElement, and no exception is thrown.
-
Documented as Resolved Issue
Appending an Element to a SOAPBody results in the following error: -
java.lang.IllegalArgumentException: SOAPElement expected
at org.jboss.ws.core.soap.SOAPBodyImpl.convertToBodyElement(SOAPBodyImpl.java:298)
at org.jboss.ws.core.soap.SOAPBodyImpl.appendChild(SOAPBodyImpl.java:202)
- blocks
-
JBPAPP-4552 Release and upgrade JBossWS Native
- Closed
- clones
-
JBPAPP-5546 JBossWS - SAAJ Where an Element is added to the SOAPBody this should be converted to a SOAPElement
- Closed
- incorporates
-
JBWS-3170 SAAJ Where an Element is added to the SOAPBody this should be converted to a SOAPElement
- Closed