Is there a way in FME to provide directly the url <server>/<service>/<layerID> ?
It takes quite some time at runtime for the reader to get to the service, loop for layers to find the one by providing the name. I'm trying to cut down the execution time and looking for the options of providing directly the url including the layer id, purely for reading purposes.
All above while providing the token instead of user/pwd authentication.
Any ideas ?
Thank you