You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org> on 2007/09/28 14:53:58 UTC

[jira] Updated: (AXIS-1849) XSD choice not handled properly.

     [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org