Hi all
I've had a read of related topics and still need some clarification. What I'd like to do is kick off a jobsubmitter service via http POST and use the file uploaded (csv or shape file) via the POST as the source data for the reader in the service. I'm testing using Postman and this is what I'm trying to post:
This article states that you can't use form-data in the body, only raw data. Does this mean the method I'm using won't work or has someone managed to get it to work? If this is possible, how do you set the FME Cloud location the file upload will be uploaded to?
If this method is not possible, I was thinking of using the upload service to upload the file then run the workspace when the upload arrives in the destination folder in FME Cloud (kick off process via notifications).
Any other suggestions would be most welcome.
Thanks
Rob