Skip to main content
Question

running workspace on fme server from custom client - how to specify source dataset

  • November 22, 2013
  • 2 replies
  • 35 views

I have built a simple workspace with source and destination SHAPE-dataset.

 

Then I used the  fmedataupload-service to upload a zip file with SHAPE-Sourcedata.

 

Now I want to use fmedatadownload-service to run the workspace and download result dataset.

 

 

But now I get following StatusMessage: 
 Shape Reader: No Shape Files found to process in directory `test_upload.zip'. Check directory and ids statement in mapping file My questions are: Are this steps to run the worckspace correct? How I must specify source dataset so that fme server can find them?  
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • November 25, 2013
Hi,

 

 

have you looked at the examples on the FME Server REST API playground?

 

 

Use something like Firebug or the "Inspect element"-functionality in Chrome to capture and analyse the requests.

 

 

David

  • Author
  • November 25, 2013
Hi David,

 

 

I have studied all this stuff, but all these examples use the html based approach.

 

 

I wont to use a Java or C# client and use the FME Server Services, how it is described in FME Server Reference Manual.

 

 

Upload and call of download service is working, but execution of workspace fails with the  above error message.

 

 

jsessionid from uplad call i have appended to request url of download service.

 

 

I have aslo tried to upload source dataset as post request to datadownload service.

 

 

Torsten