I want to be able to access a web service using multiple values for a single
GET parameter via REST. As an example, the request may be:

http://locahost/app/service/method?param=1&param=2&param=3

What would the signature of my method need to look like? What would the WSDL
look like? 

I've tried using an array in the service method (ie. "public void
method(int[] param)" ), and that seems
to create a decent WSDL, but when I actually make the request, only the
first value is being set.

Any ideas? Thanks!
-- 
View this message in context: 
http://www.nabble.com/multiple-values-for-single-GET-parameter--tf3482862.html#a9722268
Sent from the Axis - User mailing list archive at Nabble.com.


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

Reply via email to