[ 
https://issues.apache.org/jira/browse/ODE-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tammo van Lessen resolved ODE-352.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0)
                   1.3.5
         Assignee: Tammo van Lessen

I tried the attached process and cannot reproduce the issue anymore. Seems to 
be fixed.

> Type attribute replaces xsi-type attribute value
> ------------------------------------------------
>
>                 Key: ODE-352
>                 URL: https://issues.apache.org/jira/browse/ODE-352
>             Project: ODE
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Colin
>            Assignee: Tammo van Lessen
>              Labels: patch
>             Fix For: 1.3.5
>
>         Attachments: HelloWorld2.zip, 
> PatchToSupportMultipleAttributesWithTheSameLocalNameButDifferentNamespaces.patch
>
>
> 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> 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to