gdaniels 2002/09/22 10:26:29 Modified: java TODO.txt java/src/org/apache/axis/encoding SerializationContextImpl.java java/src/org/apache/axis/encoding/ser ElementSerializer.java java/src/org/apache/axis/message SOAPHeaderElement.java java/test/encoding TestSer.java java/test/message TestMessageElement.java Log: Fix bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10605, and do a little cleanup.
* Allow xmlns="" mapping in SerializationContextImpl (why was this disallowed?) * Use XMLUtils.newDocument() in TestSer to ensure correct namespace processing. * Add new test in TestSer to confirm default namespaces are working as designed * Remove MessageElement and SOAPHeaderElement default constructors, since they don't really make sense and were only being used from 1 place (a test) * Make sure we don't remap xmlns="" multiple times by checking for "" as well as null in SerializationContextImpl * Remove bogus code in ElementSerializer to "suppress <any> elements". This <truncated...>