Hi all,
I'm implementing the web service connector for a customer who have presented an extract to me which expects the Employee ID number to be passed in, in order to return the information.
Looking at the samples, I can see examples of paginating through characters and appending a wildcard '*' but that's not an option. If I, as a one off, specify a valid employee ID, I do get the data, so I know that works.
Setting a paginate depth of 3 and a pattern of "include [0-9]", I can see through a logging activity it paginating through
000
001
...
999
which would achieve what I need through a (very!) brute force method if I was able to increase the depth to 8, but unfortunately (or fortunately!) that's not a valid depth.
Does anyone have any experience of something similar and can we paginate through a list obtained from SQL, for example?
Any assistance would be appreciated.
Many thanks,
Paul.