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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Passing a string value to a list object for a web service using tWebService

Am using tWebService component to call a SOAP web service. One of the input parameter for the web service is a list object . I need to pass a string value to this parameter.

I tried assigning the value in the tMap component as well but have not been able to assign successfully.

 

Can you please help and let me know what needs to be done to assign the string value to the list  and whether it should be done in the tMap component ot tWebService component.

Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hello,

Could you please elaborate your case with an example with input and expected output values?

Best regards

Sabrina

Anonymous
Not applicable
Author

Trying to use the tWebservice to call a SAOP web service. One of the parameters in the payload is a list object.

When using the tMap component to assign values to this parameter , I need to assign a string value. I am unable to assign string value to this list object in the payload of the web service.