python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
changing rest endpoint with talend dynamically
So i'm working with talend esb 8 , in it i'm creating some rest end point .These endpoints will be used in an other software that needs these endpoint to be public (public ip) . So i find a solution t...
eya gue
Votes: 0
Answers: 1
executing a job containing a rest request from another job in talend
So im working with talend esb 8 and i have a job let's call it "restjob" that contains a trestrequest some work and a trestresponse . i want to execute this job in another so i made a new jo...
eya gue
Votes: 0
Answers: 1
ESB WSO2 Java - I want to modify a value from a json file with Class Mediator
So I have this Class Mediator for my API:
public class CheckUser extends AbstractMediator {
public boolean mediate(MessageContext context) {
String age_value = (String) context.getPropert...
EAGame
Votes: 0
Answers: 2