I am trying to generate a report to include a static image of GIS data that one would see on an AGOL webmap\\app. It seems like this should be able to be done using the HTTPCaller transformer and having it GET the image from a URL that leads it to the ArcGIS REST Services - Export page. I can go to this page and manually enter in the bounding box parameters, map scale, and format and get the image that I want. But when I put this URL in to the HTTPCaller or the ImageFetcher, I get no image returned.
Can anyone provide an answer as to why I am not seeing anything returned or has gone through this process and can share how they completed this task?
Can I enter in these query parameters with the URL or do I have to enter them in through the 'Query String Parameters'? *Couldn't get that to work either*
I am fairly new to FME so my issues are most likely a lack of knowledge.