Bug 3771

Summary: serialization of QName list attributes doesn't set namespaces
Product: C WS Core Reporter: Joe Bester <bester@mcs.anl.gov>
Component: Serialization/TransportAssignee: Joe Bester <bester@mcs.anl.gov>
Status: RESOLVED FIXED    
Severity: normal CC: allcock@mcs.anl.gov, bresnaha@mcs.anl.gov
Priority: P3    
Version: development   
Target Milestone: 4.2.0   
Hardware: PC   
OS: All   

Description From 2005-09-21 17:25:16
When an attribute is a QName list and the namespaces of the values of the
QNames
are not defined before the element containing the list is serialized, the
serializer crashes.
------- Comment #1 From 2006-01-10 14:53:39 -------
There were some other issues with the QName list attribute serialization that
were triggered by a wssg test (QNames are in reversed order when serialized, no
spaces between qnames, attempts to strlen(NULL) for qnames without a namespace).
These are fixed in trunk.