Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Get multiple responses with SOAP webservice

Hi,

I built a soap webservice thanks to this link (in french I'm sorry..) :


It works pretty well but there's a thing I'd like to improve.

Let's say the webservice reads into a table composed of countries and cities.
When I run the webservice with a parameter "USA" I have the response : "Los Angeles".
How is it possible to have multiple cities in the webservice response, like "Los Angeles", then "New York" then "Chicago" and so on ?

Thanks you !
Julien
Labels (3)
1 Reply
root
Creator II
Creator II

julienh wrote:
Hi,

I built a soap webservice thanks to this link (in french I'm sorry..) :


It works pretty well but there's a thing I'd like to improve.

Let's say the webservice reads into a table composed of countries and cities.
When I run the webservice with a parameter "USA" I have the response : "Los Angeles".
How is it possible to have multiple cities in the webservice response, like "Los Angeles", then "New York" then "Chicago" and so on ?

Thanks you !
Julien

Its do-able. Before the response, you need to have an input link which will read from the DB and add tXMLMAP and create an object to be returned.