Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
CaraSI
Contributor
Contributor

ESB Rest API

Hi,

 

I've a problem with a job exposing a POST Rest API, when I lauch it in TOS and call it with Postman or with a trestclient all is working but when I deploy it to ESB Container and call the service I get a 404 error.

I've tested deploying a GET Rest API on the same ESB Container and all is working.

 

This is my job : 

0683p000009M84r.png

 

the call from Postman :

 

0683p000009M7in.png

The body contains this :

{
"id": "3",
"name": "thomson"
}

 

and the ESB container logs when I call the service :

 

0683p000009M7Xc.png 

 

Labels (3)
1 Reply
Anonymous
Not applicable

Hello,

Which version of ESB product are you using? Did you add the jar generated by Talend (Build > OSGI Bundle For ESB) to the deploy directory, and see it as "Active" and "Created" in the bundle list in Karaf? Is there any more information in the tesb.log file?

Best regards

Sabrina