[ http://issues.apache.org/jira/browse/AXIS2-1792?page=all ]

Rich Scheuerle updated AXIS2-1792:
----------------------------------

    Attachment: patch2.txt

Adding patch2.txt

This patches provides client testing of the StringList (i.e. an xsd:list of 
String) and StringArray (i.e. string with maxOccurs=unbounded).    In both 
cases the parameter is a List<String>; however the semantics are slightly 
different
between the two cases.  These variations are noted in the tests.

Small fix to the JAXBWrapperTool to make this all work.  The wrapper tool was 
not querying the JAXB List<String> properties correctly.

This fix is also committed.  SVN Revision=481567

> Comprehensive JAX-WS Doc/Lit Test
> ---------------------------------
>
>                 Key: AXIS2-1792
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1792
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Test
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch1.txt, patch2.txt
>
>
> Need a comprehensive JAX-WS Doc/Lit Wrapped test.
> The test needs to address the following:
>    A) Param with minOccurs=0 and maxOccurs=1.  Both null and non-null tests.
>    B) (A) + anyType
>    C) (A) + primitive (int)
>    D) Param with minOccurs=0 and maxOccurs=unbounded.  Null and non-null 
> tests.  Also tests with null items in the array.
>    E) (D) + anyType
>    F) (D) + primitive (int)
>    G)  Param that is an xsd:list
> More ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to