Can anyone answer
the following question ...
Why does the code
generator use the 2 param version of the QName constructor when a namespace
prefix is defined in the XML Schema?
i.e. in the
generated Impl files. All the namespace issues I am having are resolved if I
change the QName to use the 3 parameter constructor and pass in the prefix
defined in the Schema that the classes were generated from.
I still cannot get
the solution to work using the setSaveXXXXX funtions even when supplying a Map
of prefix/namespace NVP's.
Thanks
Don

