
Announcements
I am using an API to retrieve all user records, however after sending some of them it gives me a paging URL to retrieve another batch. I built a loop and python script that will extract this link and invoke web service again, with the link being saved as a flow variable. However, I always receive an error 'Failed to invoke web service: Invalid URL: The URL scheme is not valid.' However, if that link is copied and pasted manually and invoked as a web service, it works fine.
How can I proceed with this problem?