Hi all!
I want to request the monthly average exchange rate for a whole year.
So far, I have transformed the soap request to xml and pasted it into the xml templater.
I then post the request by the HTTPCaller and extract attributes by means of the XMLFragmenter. This works fine as long as I request the monthly average exchange rate of one month of a specified year at the time.
However, here is were I am stuck: To get all monthly average exchange rate I would need to post 12 request, one for each month.
My idea was to do this by means of sub templates, but I have not succeeded in doing so. I tried to import a file containing a list from 1 to 12 (1= january...12=december) and connect this list to the sub port.
I could add 12 xml templater and httpcaller instead, but this does not seem very effective.
Is it possible to achieve this by sub template?
Or is there a way to dublicate requests or is it in some way possible to loop through the request?
Any ideas and help are welcome!
Thanks in advance!