[
http://jira.jboss.com/jira/browse/JBWS-485?page=all ]
Thomas Diesler reopened JBWS-485:
---------------------------------
SOAP encoded arrays as bean properties
--------------------------------------
Key: JBWS-485
URL:
http://jira.jboss.com/jira/browse/JBWS-485
Project: JBoss Web Services
Issue Type: Bug
Components: jbossws-jaxws
Reporter: Thomas Diesler
Assigned To: Alexey Loubyansky
The CTS uses soap encoded arrays as bean properties
<complex-type name="MyBeanType">
<sequence>
<element name="intValue" type="xsd:int"/>
<element name="arrValue" type="soap:Array"
soap:arrayType="xsd:int[2]" />
</sequence>
</complex-type>
<element name="myBean" type="MyBeanType"/>
<myBean>
<intValue>5</intValue>
<soap:Array soap:arrayType="xsd:int[2]">
<value>5</value>
<value>6</value>
<soap:Array>
</myBean>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira