Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
juan_gutierrez
Contributor
Contributor

Qlik Rest Connector Post Method - Date Script

Hello guys, please, I appreciate if anyone help me with this case!

I´ve a rest connection with post method and the webservice have a range date limitation of 5 days, so the request body looks like this:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:BuscarDetalhesCTePorPeriodo>
<tem:startDate>29/10/2019</tem:startDate>
<tem:endDate>30/10/2019</tem:endDate>
<tem:token>xxxx</tem:token>
</tem:BuscarDetalhesCTePorPeriodo>
</soapenv:Body>
</soapenv:Envelope>

How can I pass or there is any way to pass this date in a dinamically way? set any variable or script to take 5 by 5 days until load all datebase?

Thank you,

 
Juan Gutierrez
Labels (3)
1 Solution

Accepted Solutions
andoryuu
Creator III
Creator III

This has been resolved here.

You'll need to set your Qlik Sense engines to run in legacy mode to use the CUSTOM CONNECT TO to create a dynamic connection.

View solution in original post

3 Replies
andoryuu
Creator III
Creator III

This has been resolved here.

You'll need to set your Qlik Sense engines to run in legacy mode to use the CUSTOM CONNECT TO to create a dynamic connection.

juan_gutierrez
Contributor
Contributor
Author

Thank you @andoryuu,  it´s solved.

Juan Gutierrez
andoryuu
Creator III
Creator III

No problem @juan_gutierrez .  Please mark my reply as the solution of that solved it.