Solved

Problem using HTTPCaller + REST call to enable a schedule

  • 22 April 2016
  • 1 reply
  • 8 views

Badge

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

icon

Best answer by larry 22 April 2016, 20:28

View original

1 reply

Badge

Problem solved with SAFE support, the body section had to be sent another way.

Updated HTTPCaller parameters:

Thanks,

Larry

Reply