5 years ago
#17858
::
Hello,
the queryParams are not added to the xml structure so you have to change it to soap.
Edit: The queryParams are added to the Endpoint URL as Query Parameters.
But i can see another misstake in your parameters.
You sad that Parameters can have Multiple Items so the JSON should have this as a Array.
{ "Parameter": { "item": [ { "Name": "name", "Value": { "StringValue": "someStringValue" } } ] } }
And same for the Connector Call
soap/startProcess/processWebParameter/Parameter/item/[0]/Name
soap/startProcess/processWebParameter/Parameter/item/[0]/Value/StringValue