[jbossws-issues] [JBoss JIRA] Updated: (JBWS-485) SOAP encoded arrays as bean properties

Thomas Diesler (JIRA) jira-events at jboss.com
Sat Nov 4 16:09:41 EST 2006


     [ http://jira.jboss.com/jira/browse/JBWS-485?page=all ]

Thomas Diesler updated JBWS-485:
--------------------------------

    Summary: SOAP encoded arrays as bean properties  (was: CTS: SOAP encoded arrays as bean properties)

> 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: jaxrpc
>            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

        



More information about the jbossws-issues mailing list