Solved

FMEServer.submitJob with uploaded data


Badge +1

Hi there,

I want to trigger a workspace with the function FMEServer.submitJob, but get the a 422-error:

with the response:

What's wrong with the path? Do I have to escape those slashes?

Cheers,

 

Maria
icon

Best answer by david_r 19 June 2018, 17:03

View original

2 replies

Userlevel 4

What is the parameter type for the published parameter "source_csv_perimeter" in your workspace?

Based on the error message it may be that "value" should be a list, not a string.

Can you try something putting square brackets around the string, e.g.:

"value": ["...756.itf"]
Badge +1

What is the parameter type for the published parameter "source_csv_perimeter" in your workspace?

Based on the error message it may be that "value" should be a list, not a string.

Can you try something putting square brackets around the string, e.g.:

"value": ["...756.itf"]
That's it! Thanks!

 

 

Reply