DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16666>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16666 Bad default namespace on response Summary: Bad default namespace on response Product: Axis Version: 1.1beta Platform: PC OS/Version: Windows XP Status: NEW Severity: Critical Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm using a message-based service. I've an xml message like this: '<message xmlns="http://mysite/zzz">...sub- items...</message>'. How can you see I'm using a default namespace. Well, all is working in my service, but when I return soap_body_element my message is transformed in this way: '<ns1:message xmlns="http://mysite/zzz" xmlns:ns1="http://mysite/zzz">...sub- items (automatically prefixed as "ns1")...</ns1:message>'. I hope this'll be solved. Thanks.