[jira] Commented: (AXIS-2029) SOAPHeader.appendChild() throws unexpected ClassCastException

2005-06-07 Thread Mark Tye (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2029?page=comments#action_12312975 ] Mark Tye commented on AXIS-2029: Venkat, to the best of my knowledge, the 1.1 version of the SOAP spec makes no mention of whitespace or how it should be processed. In the abse

[jira] Commented: (AXIS-2029) SOAPHeader.appendChild() throws unexpected ClassCastException

2005-06-02 Thread Venkat Reddy (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2029?page=comments#action_66958 ] Venkat Reddy commented on AXIS-2029: Mark, Thanks for the detailed clarification! Does the spec say that Header element can have or should process whitespace characters?

[jira] Commented: (AXIS-2029) SOAPHeader.appendChild() throws unexpected ClassCastException

2005-06-02 Thread Mark Tye (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2029?page=comments#action_66946 ] Mark Tye commented on AXIS-2029: The diff is a step in the right direction: it's certainly better to throw a DOMException with a meaningful error message than a totally unhel

[jira] Commented: (AXIS-2029) SOAPHeader.appendChild() throws unexpected ClassCastException

2005-06-02 Thread Venkat Reddy (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2029?page=comments#action_66839 ] Venkat Reddy commented on AXIS-2029: I think we should accept TextNode also as child for SOAPHeader block. Does anyone know why the NodeImpl.appendChild has been overridd