I have what seems like a simple thing I need to do. I have a webpage with a java button on it. The result of pressing that button downloads an xls file that is the data I need. I'd like FME to be able to go to that URL and press that button, but I can't figure out how to get the HTTPCaller to hand the java code and then capture any response. Maybe it's not the HTTPCaller I need?
I'm pretty new to FME.
The URL is inside a fire wall, but it's a basic https URL.
Inspecting the button shows this code.
<button title="Excel" onclick="cfExportData('xls', 146014343, 'WorkItemEvents:146014343', 'WorkItem,EventName,EventStartDate,Notes', '')">XLS</button>
What do I need to do to hand FME a static URL and get it to run this cfExportData command from above and then capture the resulting file download?
Any tips/help would be great. Thanks