[ http://issues.apache.org/jira/browse/AXIS2-1792?page=all ]
Rich Scheuerle updated AXIS2-1792:
----------------------------------
Attachment: patch3.txt
Added "array" tests to the gorilla document /literal wrapped test.
The server now echos the following additional cases:
(1) echo an indexed string array
(2) echo a string xsd:list using String[] parameter
(3) echo a string xsd:list using LinkedList<String> parameter
(4) echo a maxOccurs=unbounded string array using a String[] parameter
(5) echo a maxOccurs=unbounded string array using a LinkedList parameter
(6) echo a maxOccurs unbounded string xsd:list (this maps to a
List<List<String>> parameter)
Added client test to verityf (1). I am still working on the client code for
the other cases.
Committed to SVN. Revision=483756
> 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, patch3.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]