Hi, I'm using AXIS2 with AXION, but when user get response axiom writes XML declaration attributes with single quotes instead double quotes.
write this: <?xml version='1.0' encoding='UTF-8'?> instead this: <?xml version="1.0" encoding="UTF-8"?> I checked inside AXIS2 source code, and inside AXION source code, but appears that this isnt configurable, right? or is? thanks for any idea Clóvis
