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

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Mon Jun 28 13:07:46 EDT 2010


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

Brian Fitzpatrick updated JBIDE-6527:
-------------------------------------

     Original Estimate: 0 minutes
    Remaining Estimate: 0 minutes
         Fix Version/s: 3.2.x


> [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
>             Fix For: 3.2.x
>
>   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.
-
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