Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to call a Put Method in a Rest WS. The url of the method is
http://localhost:8080/contact/{id} --> Mehode PUT
La le id est a recuperer a partir du flow d'un tWriteJsonField. Pour chaque appel WS, il faut que je cherche le id, le mettre au niveau de l'URL et faire l'appel
i have found the solution. in the tWriteJsonField I have added a new Output column with my id that I need next (called refContact).
As I can easily refer this attribute, I add it to the Put URL needed in for the WS
i have found the solution. in the tWriteJsonField I have added a new Output column with my id that I need next (called refContact).
As I can easily refer this attribute, I add it to the Put URL needed in for the WS