REST request not getting parsed correctly if parameter input type is an array
-----------------------------------------------------------------------------
Key: AXIS2-1215
URL: http://issues.apache.org/jira/browse/AXIS2-1215
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: core
Affects Versions: 1.0
Environment: windows xp pro, IE, Axis 2 version 1.0
Reporter: Kris
I have a method that takes in array for strings:
public String sayHello(String [ ] to) {...}
The SOAP request for this works fine. The REST request however gets translated
into a fixed length array of only one string. For example, in the request
http://localhost:8080/axis2/rest/helloservice/sayHello?to=Andy&to=Mark&to=Jen
Mark and Jen are thrown away and only Andy is passed on into the array.
--
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]