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

Lukas Jungmann (JIRA) jira-events at lists.jboss.org
Tue Apr 12 13:33:33 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Jungmann resolved JBIDE-6527.
-----------------------------------

    Fix Version/s: 3.2.1
                       (was: LATER)
       Resolution: Duplicate Issue


this is basically why JBDS-1602 happend. Resolving as its duplicate since fix there will fix this issue as well.

> [tester] include prefixed namespace definition instead of anonymous one in generated SOAP message
> -------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-6527
>                 URL: https://issues.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
>             Fix For: 3.2.1
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list