Hello,
I'm struggling with an integration problem.
I've published a workbench in FME server that must be called from an external application.
The standard URL of the published service is like this:
http://11.111.111.11:8080/fmedatastreaming/sample/FindAddressCandidates.fmw?param1=AAA &f;=json&maxLocations;=&searchExtent;=&category;=admin&POI;=fme123&outFields;=&forStorage;=&outSR;=
while the external application can only call the service using the following URL (without ".fmw" extension)
http://11.111.111.11:8080/fmedatastreaming/sample/FindAddressCandidates?param1=AAA
Is that possible?
Thanks in advance
Roberto