I have created workflow using the available SOAP libraries in vRO using webservice wsdl.
1) My web service accept the city and state as input and return current temperature. Web service can also accept multiple inputs (multiple cities) in one call and response with current temperature for each city.
2) My workflow is working fine, if I am passing only 1 set of inputs i.e one city and state. But it is not allowing me to pass multiple cities in one request, I don't see the option of adding multiple cities when I am running workflow.
3) I called the same webservice using same wsdl thru some other webservice test client, there I am able to request for multiple cities and getting response for each. This means that nothing is wrong with webserice or wsdl.
Please let me know how to resolve this issue.