Hello,
Here is my issue : when I try to execute a mapping calling a REST API with the "PATCH" verb, i got the following error : <see attached file>
Google tells me that it can be a Java issue : the method "HttpURLConnection" does not support the "PATCH" verb.
But in the Release Notes of the S17.4.X version, i can read "This is now possible to use the PATCH method when invoking REST Web Services." :
stambia.org/doc/199-stambia-di-software/...es/415-runtime-s17-4
Did I forget something?
- I already tried to "force" the verb using "X-HTTP-Method-Override", but the server does not allow it.)
- When I only change the verb to "POST" i got the right number of errors from the server (equal to the number of lines in my source table) : "405 Method Not Allowed"
Designer version : S18. (Java : 1.
Runtime version : S17.4.2 (Java : 1.
Thanks,
Aurélien.