@DaveAtSafe
Hi I am trying to follow the instructions provided in
https://knowledge.safe.com/articles/19640/how-to-create-a-wms-service-using-fme-server.html
to create a wms service.
I have created the 2 services GetCapabilities and GetPNG in FME server, and I can test each successfully using following urls:
http://myserver/fmedatastreaming/TestOGC/GetPNG.fmw?SERVICE=WMS&VERSION;=1.1.1&REQUEST;=GetMap&LAYERS;=PETROLSTATION_PT&STYLES;=&FORMAT;=image%2Fpng&TRANSPARENT;=TRUE&BBOX;=350000%2C284000%2C460000%2C370000&WIDTH;=1024&HEIGHT;=1024&EXCEPTIONS;=application%2Fvnd.ogc.se_xmlHowever using FME web user interface, the GetPNG service does not create any outputAlso, should I be able to consume this wms service in any web client using http://myserver/fmedatastreaming/TestOGC/GetCapabilities.fmw?