Comments and answers for "Publishing to FME Server using REST" https://knowledge.亚搏在线safe.com/questions/2828/publishing-to-fme-server-using-rest.html The latest comments and answers for the question "Publishing to FME Server using REST" Answer by gerhardatsafe https://knowledge.safe.com/answers/86932/view.html Thu, 14 Feb 2019 00:39:33 GMT gerhardatsafe Comment by larry https://knowledge.safe.com/comments/10822/view.html Yes I read that.

I fact, we are doing lots of things using REST but we are unable to publish a workspace.

I've already a support call opened with SAFE but I was wondering if someone actually succedded.

Larry
Tue, 02 Jul 2013 15:29:55 GMT larry
Comment by sigtill https://knowledge.safe.com/comments/10995/view.html I assume you have read this?:

Required Parameters

Accessing the REST interface requires a security token, which can be generated using the FME Server token service.The security token is a string of encrypted information sent between client and server to manage authentication.

For information about requesting a security token, seeToken Servicein the FME Server Reference Manual orFME REST Securityin the FME Server Developer's Guide.

The following example is a GET request to list all available repositories, and includes the security token parameter:

httpRequest.open("GET", "/fmerest/repositories.json?token="+token_, true);


http://docs.safe.com/fme/html/FME_Server_Documentation/Default.htm#REST/REST_Required_Parameters.htm
Tue, 02 Jul 2013 06:32:52 GMT sigtill