Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
Hello, yes its well formed, is solved my problem, I needed to set the variable into the out var going to my tHttprequest
up please
Hello,
Is your XML file well formed? Have you tried to use tfileinputxml or tExtractXMLField component to extract your address firstly?
Best regards
Sabrina
Hello, yes its well formed, is solved my problem, I needed to set the variable into the out var going to my tHttprequest