[jbosstools-issues] [JBoss JIRA] Closed: (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 Apr 28 03:24:18 EDT 2011


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

Lukas Jungmann closed JBIDE-6527.
---------------------------------



v.

> [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.M1
>
>   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