Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-6527

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

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Duplicate
    • Icon: Major Major
    • 3.2.1.M1
    • 3.2.0.M1
    • webservices
    • None

      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]

            bfitzpat_rh Brian Fitzpatrick (Inactive)
            lukas.jungmann@gmail.com Lukas Jungmann (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: