Question

Accessing published workbench from client machine,

  • 24 September 2014
  • 2 replies
  • 1 view

Badge +5
Accessing published workbench from client machine,

 

 

I have published simple workbench that converts CAD files to shape files but couldn’t figure out how this workbench can be used from the client side.

 

 

The link below doesn’t work from the client side

 

 

http://10.110.62.82:8080/fmedatastreaming/Samples/CAD_TO_Shape.fmw?SourceDataset_GENERIC=%24(FME_MF_DIR)Ayman_02.dwg&FEATURE_TYPES=Parcels_Geometry&DestDataset_SHAPE=D%3A%5CS1

 

 

What might be the issue here?

 

 

 

Thank you

 

 

Best

 

 

Jamal

 

 

 

 

 

 

 

 


2 replies

Userlevel 4
Hi,

 

 

here's a couple of excellent starting points:

 

 

API playground: http://playground.fmeserver.com/ Use the debugging functionality of your browser to intercept and analyse the calls to see how it's done.

 

 

REST API doc: http://docs.safe.com/fme/html/FME_REST/#

 

 

David
Badge +5
Many thanks David,

 

 

Unfortunately, I can’t find useful information from the links you have already provided.

 

 

The local IP of my server machine is 10.110.62.82 while the real IP is 213.6.3.172. Now, as any workbench is published, then the local IP (10.110.62.82) is generated in the link.

 

 

From where I can set the FME Server to take the real IP instead of the local IP?

Reply