I\'ve been working on a small scale web service in Java/Jersey which reads lists of user information from clients contained in XML files. I currently have this functioning i
Query strings have the following syntax and you can have multiple parameters with the same name:
http://server/path/program?
where query_string has the following syntax:
field1=value1&field1=value2&field1=value3…
For more details check out this entry in Wikipedia: http://en.wikipedia.org/wiki/Query_string