Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-352

Type attribute replaces xsi-type attribute value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.2
    • 1.3.5
    • None

    Description

      This is related to ODE-343, see for context.

      The xsi:type attribute goes missing when you define a type attribute.

      Example:

      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:myns="myns">
      <soapenv:Header/>
      <soapenv:Body>
      <myns:hello>
      <myns:in xsi:type="myns:DustyMagicPixie" type="Why">
      <myns:value>Test message</myns:value>
      <myns:dust>fooo</myns:dust>
      </myns:in>
      </myns:hello>
      </soapenv:Body>
      </soapenv:Envelope>

      Attachments

        Activity

          People

            vanto Tammo van Lessen
            devcol Colin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: