[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6527) [tester] include prefixed namespace definition instead of anonymous one in generated SOAP message

Lukas Jungmann (JIRA) jira-events at lists.jboss.org
Thu Jun 24 13:48:46 EDT 2010


[tester] include prefixed namespace definition instead of anonymous one in generated SOAP message
-------------------------------------------------------------------------------------------------

                 Key: JBIDE-6527
                 URL: https://jira.jboss.org/browse/JBIDE-6527
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: Webservices
    Affects Versions: 3.2.0.M1
            Reporter: Lukas Jungmann
            Assignee: Brian Fitzpatrick


it would be maybe good to include prefixed namespace definition instead of anonymous one in generated SOAP message, in the other words generate:
<ns1:GetSearchResults xmlns:ns1 = "http://www.ecubicle.net/webservices"/>
instead of current
<GetSearchResults xmlns = "http://www.ecubicle.net/webservices"/>.

  The reason for this change is that it is pretty common that child elements of the root element are usually from no namespace and if the root element contains anonymous namespace definition the inheritance rules will cause that child elements will be taken from that "anonymous" namespace too, which is wrong, ...unless user tweak it.

[originally mentioned in JBIDE-6497]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list