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

How to connect to a web site with xml file contains many adress ?

Hello, I have an XML file wich have many adress (uri) , how can connect to the web site ?

For exemple my xml file is like

<?xml version="1.0" encoding="ISO-8859-15"?>
<root>
<row>
<ows_Title>1st URI</ows_Title>
</row>
<row>
<ows_Title> 2nd URI</ows_Title>
</row>
<row>
<ows_Title>3rd URI</ows_Title>
</row>
</root>

my xml file was auto generating, i can't edit.

 

 

I want to connect to the 1st URI and getting his element with output, after, connect to 2nd URI etc....

I'v already used tHttpRequest but in the URI I was "www.my_web_site/" and her, i need to connect with URI in the XML file like this "www.my_web_site"."/1st" doest it can be working ?

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello, yes its well formed, is solved my problem, I needed to set the variable into the out var going to my tHttprequest 0683p000009LskO.png

View solution in original post

3 Replies
Anonymous
Not applicable
Author

up please 0683p000009MAna.png

Anonymous
Not applicable
Author

Hello,

Is your XML file well formed? Have you tried to use tfileinputxml or tExtractXMLField component to extract your address firstly?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hello, yes its well formed, is solved my problem, I needed to set the variable into the out var going to my tHttprequest 0683p000009LskO.png