I stand corrected. I see that the Soap Envelope actually contains the
xsd declaration. So it appears that when the message is pulled out of
the envelope, the declaration is being lost.
Brian
Brian Bonner wrote:
The WSDL2Java generated code is including xsi:type attributes on the
beans, the value of the xsi:types includes: xsi:type="xsd:string",
but does not include the xsd declaration.
Is there any way to include this declaration in the message generated
by the BeanSerializer?
I previously asked a question on how to turn off XSITypeGeneration
because this thing is "still" giving me fits.
Thanks.