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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Consuming Soap WCF Web Service

Hi
I am trying to get the data from a WCF webservice using SOAP and I am being able to connect to it using the twebservice component.
However, I can only get actual data if the webservice returns simple arrays. Something like:
<field1>data</field1>
<field1>data1</field1>
<field1>data2</field1>
<field1>data3</field1>
If it has node levels, then I can't get it to work. Like
<user>
<field1>data</field1>
<field2>data</field2>
<field3>data</field3>
</user>
<user>
<field1>data</field1>
<field2>data</field2>
<field3>data</field3>
</user>
<user>
<field1>data</field1>
<field2>data</field2>
<field3>data</field3>
</user>
Any pointers on how to achieve this?
Thank you
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Can you put the screenshot of mapping for web services?