I am new to fme and trying to read kml files from an http address, where the files may be spread out through different directories.
I would like to recurse through the directories and find all the .kml files and write the placemarks out to a AGOL feature service.
My issue is I do not know how to gather the .kml files from the http address. I keep getting errors about reading from the address and 404 with the http response.
Â
Should I be using the HTTPCaller, or can I simply use the FeatureReader or a direct KMLReader?
I have tried all three, but with no success. Any help would be appreciated.