Choice group with duplicate element names in XSD schema leads to duplication of 
output from SDO
-----------------------------------------------------------------------------------------------

                 Key: TUSCANY-644
                 URL: http://issues.apache.org/jira/browse/TUSCANY-644
             Project: Tuscany
          Issue Type: Bug
          Components: C++ SDO
    Affects Versions: Cpp-current
         Environment: Windows XP
            Reporter: Simon Laws


A PHP SDO user raised a bug (http://pecl.php.net/bugs/bug.php?id=8493) to the 
effect that having read the XSD for WSDL1.1 and having created operation data 
objects with input and output properties these properties are duplicated when 
the SDO is written out to XML. 

The symtom is caused because the WSDL schema in question contains a choice 
group that repeats elements of the same name but just in a different order (to 
represent different calling conventions in this case). SDO flattens the choice 
but for some reasone fails to spot the duplicate type names and hence the 
resulting data object property list has multiple properties of the same name. 
This is not good.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to