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

Davanum Srinivas updated AXIS-1849:
-----------------------------------

    Assignee:     (was: Davanum Srinivas)

> XSD choice not handled properly.
> --------------------------------
>
>                 Key: AXIS-1849
>                 URL: https://issues.apache.org/jira/browse/AXIS-1849
>             Project: Axis
>          Issue Type: Bug
>          Components: WSDL processing
>         Environment: Windows/Tomcat
>            Reporter: kfir Bloch
>
> We have WSDL that points to some XSDs. 
> One of the complexType is:
> <xs:complexType name="MarketAndZipServiceInfo">
> <xs:choice>
>       <xs:element name="serviceZipCode" type="ServiceZipCodeInfo"/>
>       <xs:sequence>
>               <xs:element name="billingMarket" type="MarketInfo" 
> minOccurs="0"/>
>               <xs:element name="billingSystemId" 
> type="BillingSystemIdentifierInfo" minOccurs="0"/>
>       </xs:sequence>
> </xs:choice>
> </xs:complexType>
> The result of the XML contains both the "serviceZipCode" element and the 
> "billingMarket" element.
> Invalid XML.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to