Hi,

In my operation parameter i have  a "choice" element with 3 subelement.

<xs:choice>
<xs:element name="NumericMessage" type="NumericMessageType"/> <xs:element name="AlphanumericMessage" type="AlphanumericMessageType"/> <xs:element name="TransparentDataMessage" type="TransparentDataMessageType"/>
</xs:choice>

In the serialize function of the generated code (with last nightly build), this element is not correctly managed: it checks for the presence of all three element, not for only one.
I have attached the generated code of the choice type.

Is this  a known bug?

Thanx,
simone bordin

Attachment: choice_type.tar.gz
Description: application/gzip

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

Reply via email to