Hello,
I'm trying to use a workspace + HTTPCaller transformer to enable/disable an existing schedule and I'm receiving an error through the rejected port.
FME Server version: 2015.1.2.
My HTTPCaller parameters:
And the resulted feature in the FMEViewer:
Can someone tell me what I'm doing wrong?
Some more information...
I'm using PUT because of the API documentation:
If I use POST, I get this error:
HTTP/1.1 405 Method Not Allowed - http://fmeserver/fmerest/v2/schedules/Foo/Bar/ena...
If I use GET, I get this error (I had to add Query String Parameter value=true):
HTTP/1.1 405 Method Not Allowed - http://fmeserver/fmerest/v2/schedules/Foo/Bar/ena...
Case opened with SAFE (C114269).
Thanks,
Larry