-
Bug
-
Resolution: Done
-
Major
-
jbossws-native-3.1.2
-
None
Calling setPrefix(newPrefix) on any SOAPElement the prefix is not used for marshalling.
This is because the SOAPElementImpl caches the name and does not regenerate the name, when setPrefix is called the cached name should be cleared so it can be re-generated using the new prefix.
- is incorporated by
-
JBPAPP-2239 Calling setPrefix(newPrefix) on any SOAPElement the prefix is not used for marshalling.
- Closed