Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to connect 2 RESTful services (both on OSB) ?

User_CBF70Nov 10 2022 — edited Nov 10 2022

First RESTful service (POST Method) sends data to the other one. Second RESTful service uses POST to insert the received data to the DataBase. When I try to send an XML or JSON, I get 404 error. Seams like first rest service doesn't see the other one.
REST services were made in JDeveloper and imported to the OSB.
I am not sure if its even possible to use 2 RESTful services on the same OSB to work with each other.
Can anyone tell me what should I check?

Comments
Post Details
Added on Nov 10 2022
0 comments
269 views