-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.0.0 DXP FP68, 7.1.10 DXP FP5, 7.1.10.1 SP1, 7.1.2 CE GA3, 7.1.X, Master
-
Component/s: Web Services
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Git Pull Request:
We need to be able to pass multiple values for a parameter using the Petra JSONWebServiceClient.
The signature methods would accept something similar to MultiValueMap or a Map<String, Object> .
Sample request:
GET http://example.com/services/echo?list=Hello&list=Stay&list=Goodbye