Hi All,

When I am trying to run jibx2wsdl then if in any of the model contains more 
than one field of same type then both the element are coming  with same name 
and type in respective binding.xml  and xsd file.

e.g.
public class   ResponseBo
{

                Private byte[] inputByte;
                Private byte[] outputByte;

}

Rleated  xml and xsd are generated as below,


<xs:element type="xs:byte" name="byte" minOccurs="0" maxOccurs="unbounded"/>
<xs:element type="xs:byte" name="byte" minOccurs="0" maxOccurs="unbounded"/>


Where as it should come as below

<xs:element type="xs:byte" name=" inputByte " minOccurs="0" 
maxOccurs="unbounded"/>
<xs:element type="xs:byte" name=" outputByte " minOccurs="0" 
maxOccurs="unbounded"/>




Note: I am using jibx version 1.2.1 version.





Thanks & Regards,
Ayash Kant Baral
Mobile: +919884618205
Extn:044-67464890
HCL Technologies Ltd.
[cid:image001.png@01CC8FFF.924B69B0]


________________________________
::DISCLAIMER::
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. 
Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the 
opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have
received this email in error please delete it and notify the sender 
immediately. Before opening any mail and
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------

<<inline: image001.png>>

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to