Thanks for the help.
Steve Maring wrote:
The CastorSerializer in the Axis source tree is flawed. Remove the
first line of the serialize method that makes reference to
serializationContext.startElement(). This will fix your problem. I'd
highly recommend writing your own so that you can use y
The CastorSerializer in the Axis source tree is flawed. Remove the first line of the serialize method that makes reference to serializationContext.startElement(). This will fix your problem. I'd highly recommend writing your own so that you can use your own mapping anyway.
Cheers.
Steve Maring