[ http://issues.apache.org/jira/browse/AXIS-643?page=comments#action_12418685 ]
Jason W commented on AXIS-643: ------------------------------ I am having the same type of issue, using Axis 1.4, Tomcat 5.5 and it sends it perfectly after I turned off putting the send information in the header. When it returns though it tacks on a ns1: infront of everything in the body. I think it might be more of a Tomcat thing though or it might be the new ARS system but I don't see where it would put that in and other people are having it too who probably are not using ARS. > Bad default namespace on response > --------------------------------- > > Key: AXIS-643 > URL: http://issues.apache.org/jira/browse/AXIS-643 > Project: Apache Axis > Type: Bug > Components: Basic Architecture > Versions: 1.1beta > Environment: Operating System: Windows XP > Platform: PC > Reporter: Giovanni Grimoldi > Assignee: Axis Developers Mailing List > > 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
